mbox series

[GIT,PULL] TTY / Serial driver fixes for 6.10-rc6

Message ID ZoFnsuNJy_Fz8_qE@kroah.com
State New
Headers show
Series [GIT,PULL] TTY / Serial driver fixes for 6.10-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.10-rc6

Message

Greg KH June 30, 2024, 2:12 p.m. UTC
The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f:

  Linux 6.10-rc4 (2024-06-16 13:40:16 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.10-rc6

for you to fetch changes up to cc8d5a2f09a54405321769abfd6ec3395482336a:

  Revert "printk: Save console options for add_preferred_console_match()" (2024-06-25 07:58:10 +0200)

----------------------------------------------------------------
TTY/Serial/Console fixes for 6.10-rc6

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.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Crescent Hsieh (1):
      tty: serial: 8250: Fix port count mismatch with the device

Doug Brown (1):
      Revert "serial: core: only stop transmit when HW fifo is empty"

Greg Kroah-Hartman (9):
      Revert "serial: core: Fix ifdef for serial base console functions"
      Revert "serial: 8250: Fix add preferred console for serial8250_isa_init_ports()"
      Revert "Documentation: kernel-parameters: Add DEVNAME:0.0 format for serial ports"
      Revert "serial: 8250: Add preferred console in serial8250_isa_init_ports()"
      Revert "serial: core: Handle serial console options"
      Revert "serial: core: Add support for DEVNAME:0.0 style naming for kernel console"
      Revert "printk: Flag register_console() if console is set on command line"
      Revert "printk: Don't try to parse DEVNAME:0.0 console options"
      Revert "printk: Save console options for add_preferred_console_match()"

Jean-Michel Hautbois (1):
      tty: mcf: MCF54418 has 10 UARTS

Jonas Gorski (2):
      serial: core: introduce uart_port_tx_limited_flags()
      serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited()

Stefan Eichenberger (1):
      serial: imx: set receiver level before starting uart

Udit Kumar (1):
      serial: 8250_omap: Implementation of Errata i2310

 Documentation/admin-guide/kernel-parameters.txt |  19 ---
 drivers/tty/serial/8250/8250_core.c             |   5 -
 drivers/tty/serial/8250/8250_omap.c             |  25 +++-
 drivers/tty/serial/8250/8250_pci.c              |  13 ++-
 drivers/tty/serial/bcm63xx_uart.c               |   7 +-
 drivers/tty/serial/imx.c                        |   4 +-
 drivers/tty/serial/mcf.c                        |   2 +-
 drivers/tty/serial/serial_base.h                |  30 -----
 drivers/tty/serial/serial_base_bus.c            | 129 ---------------------
 drivers/tty/serial/serial_core.c                |   4 -
 include/linux/printk.h                          |   3 -
 include/linux/serial_core.h                     |  21 +++-
 kernel/printk/Makefile                          |   2 +-
 kernel/printk/conopt.c                          | 146 ------------------------
 kernel/printk/console_cmdline.h                 |   6 -
 kernel/printk/printk.c                          |  23 +---
 16 files changed, 65 insertions(+), 374 deletions(-)
 delete mode 100644 kernel/printk/conopt.c