Merge tag 'tty-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull tty / serial / console fixes from Greg KH: "Here are a bunch of fixes/reverts for 6.10-rc6. Include in here are: - revert the bunch of tty/serial/console changes that landed in -rc1 that didn't quite work properly yet. Everyone agreed to just revert them for now and will work on making them better for a future release instead of trying to quick fix the existing changes this late in the release cycle - 8250 driver port count bugfix - Other tiny serial port bugfixes for reported issues All of these have been in linux-next this week with no reported issues" * tag 'tty-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: Revert "printk: Save console options for add_preferred_console_match()" Revert "printk: Don't try to parse DEVNAME:0.0 console options" Revert "printk: Flag register_console() if console is set on command line" Revert "serial: core: Add support for DEVNAME:0.0 style naming for kernel console" Revert "serial: core: Handle serial console options" Revert "serial: 8250: Add preferred console in serial8250_isa_init_ports()" Revert "Documentation: kernel-parameters: Add DEVNAME:0.0 format for serial ports" Revert "serial: 8250: Fix add preferred console for serial8250_isa_init_ports()" Revert "serial: core: Fix ifdef for serial base console functions" serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited() serial: core: introduce uart_port_tx_limited_flags() Revert "serial: core: only stop transmit when HW fifo is empty" serial: imx: set receiver level before starting uart tty: mcf: MCF54418 has 10 UARTS serial: 8250_omap: Implementation of Errata i2310 tty: serial: 8250: Fix port count mismatch with the device
Showing
- Documentation/admin-guide/kernel-parameters.txt 0 additions, 19 deletionsDocumentation/admin-guide/kernel-parameters.txt
- drivers/tty/serial/8250/8250_core.c 0 additions, 5 deletionsdrivers/tty/serial/8250/8250_core.c
- drivers/tty/serial/8250/8250_omap.c 20 additions, 5 deletionsdrivers/tty/serial/8250/8250_omap.c
- drivers/tty/serial/8250/8250_pci.c 12 additions, 1 deletiondrivers/tty/serial/8250/8250_pci.c
- drivers/tty/serial/bcm63xx_uart.c 5 additions, 2 deletionsdrivers/tty/serial/bcm63xx_uart.c
- drivers/tty/serial/imx.c 3 additions, 1 deletiondrivers/tty/serial/imx.c
- drivers/tty/serial/mcf.c 1 addition, 1 deletiondrivers/tty/serial/mcf.c
- drivers/tty/serial/serial_base.h 0 additions, 30 deletionsdrivers/tty/serial/serial_base.h
- drivers/tty/serial/serial_base_bus.c 0 additions, 129 deletionsdrivers/tty/serial/serial_base_bus.c
- drivers/tty/serial/serial_core.c 0 additions, 4 deletionsdrivers/tty/serial/serial_core.c
- include/linux/printk.h 0 additions, 3 deletionsinclude/linux/printk.h
- include/linux/serial_core.h 19 additions, 2 deletionsinclude/linux/serial_core.h
- kernel/printk/Makefile 1 addition, 1 deletionkernel/printk/Makefile
- kernel/printk/conopt.c 0 additions, 146 deletionskernel/printk/conopt.c
- kernel/printk/console_cmdline.h 0 additions, 6 deletionskernel/printk/console_cmdline.h
- kernel/printk/printk.c 4 additions, 19 deletionskernel/printk/printk.c
Please register or sign in to comment