The following changes since commit 136057256686de39cc3a07c2e39ef6bc43003ff6: Linux 5.16-rc2 (2021-11-21 13:47:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.16-rc4 for you to fetch changes up to 9cabe26e65a893afd5846908aa393bd283ab6609: serial: 8250_bcm7271: UART errors after resuming from S2 (2021-12-03 14:14:49 +0100) ---------------------------------------------------------------- TTY/Serial fixes for 5.16-rc4 Here are some small TTY and Serial driver fixes for 5.16-rc4 to resolve a number of reported problems. They include: - liteuart serial driver fixes - 8250_pci serial driver fixes for pericom devices - 8250 RTS line control fix while in RS-485 mode - tegra serial driver fix - msm_serial driver fix - pl011 serial driver new id - fsl_lpuart revert of broken change - 8250_bcm7271 serial driver fix - MAINTAINERS file update for rpmsg tty driver that came in 5.16-rc1 - vgacon fix for reported problem All of these, except for the 8250_bcm7271 fix have been in linux-next with no reported problem. The 8250_bcm7271 fix was added to the tree on Friday so no chance to be linux-next yet. But it should be fine as the affected developers submitted it. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Al Cooper (1): serial: 8250_bcm7271: UART errors after resuming from S2 Alexander Stein (1): Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP" Arnaud Pouliquen (1): MAINTAINERS: Add rpmsg tty driver maintainer Ilia Sergachev (1): serial: liteuart: Fix NULL pointer dereference in ->remove() Jay Dolan (2): serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array serial: 8250_pci: rewrite pericom_do_set_divisor() Johan Hovold (4): serial: core: fix transmit-buffer reset and memleak serial: liteuart: fix use-after-free and memleak on unbind serial: liteuart: fix minor-number leak on probe errors serial: liteuart: relax compile-test dependencies Lukas Wunner (1): serial: 8250: Fix RTS modem control while in rs485 mode Maciej W. Rozycki (1): vgacon: Propagate console boot parameters before calling `vc_resize' Patrik John (1): serial: tegra: Change lower tolerance baud rate limit for tegra20 and tegra30 Pierre Gondois (1): serial: pl011: Add ACPI SBSA UART match id Sven Eckelmann (1): tty: serial: msm_serial: Deactivate RX DMA for polling support MAINTAINERS | 6 ++++++ drivers/tty/serial/8250/8250_bcm7271.c | 13 ++++++++++++ drivers/tty/serial/8250/8250_pci.c | 39 ++++++++++++++++++++++------------ drivers/tty/serial/8250/8250_port.c | 7 ------ drivers/tty/serial/Kconfig | 2 +- drivers/tty/serial/amba-pl011.c | 1 + drivers/tty/serial/fsl_lpuart.c | 1 + drivers/tty/serial/liteuart.c | 20 ++++++++++++++--- drivers/tty/serial/msm_serial.c | 3 +++ drivers/tty/serial/serial-tegra.c | 4 ++-- drivers/tty/serial/serial_core.c | 18 +++++++++++++++- drivers/video/console/vgacon.c | 14 +++++++----- 12 files changed, 95 insertions(+), 33 deletions(-)