]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Revert "Documentation: kernel-parameters: Add DEVNAME:0.0 format for serial ports"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jun 2024 05:57:51 +0000 (07:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jun 2024 05:57:51 +0000 (07:57 +0200)
This reverts commit 5c3a766e9f057ee7a54b5d7addff7fab02676fea.

Let's roll back all of the serial core and printk console changes that
went into 6.10-rc1 as there still are problems with them that need to be
sorted out.

Link: https://lore.kernel.org/r/ZnpRozsdw6zbjqze@tlindgre-MOBL1
Reported-by: Petr Mladek <pmladek@suse.com>
Reported-by: Tony Lindgren <tony@atomide.com>
Cc: Jiri Slaby <jirislaby@kernel.org>
Cc: John Ogness <john.ogness@linutronix.de>
Cc: Sergey Senozhatsky <senozhatsky@chromium.org>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/admin-guide/kernel-parameters.txt

index b600df82669db000304571fd23c3af90df36190d..4d4c640e51e71c335c9b9262d5db1cd3c4628efc 100644 (file)
                        Documentation/networking/netconsole.rst for an
                        alternative.
 
-               <DEVNAME>:<n>.<n>[,options]
-                       Use the specified serial port on the serial core bus.
-                       The addressing uses DEVNAME of the physical serial port
-                       device, followed by the serial core controller instance,
-                       and the serial port instance. The options are the same
-                       as documented for the ttyS addressing above.
-
-                       The mapping of the serial ports to the tty instances
-                       can be viewed with:
-
-                       $ ls -d /sys/bus/serial-base/devices/*:*.*/tty/*
-                       /sys/bus/serial-base/devices/00:04:0.0/tty/ttyS0
-
-                       In the above example, the console can be addressed with
-                       console=00:04:0.0. Note that a console addressed this
-                       way will only get added when the related device driver
-                       is ready. The use of an earlycon parameter in addition to
-                       the console may be desired for console output early on.
-
                uart[8250],io,<addr>[,options]
                uart[8250],mmio,<addr>[,options]
                uart[8250],mmio16,<addr>[,options]