[GIT PULL] TTY/Serial driver fixes for 7.2-rc7

From: Greg KH

Date: Sat Aug 08 2026 - 11:32:38 EST


The following changes since commit f5098b6bae761e346ebcd9da7f95622c04733cff:

Linux 7.2-rc5 (2026-07-26 14:45:48 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-7.2-rc7

for you to fetch changes up to 440915499231e9db1c361aa45bb702e8fd3b4a32:

serial: amba-pl011: synchronize DMA teardown (2026-08-03 16:31:22 +0200)

----------------------------------------------------------------
TTY / Serial / VT driver fixes for 7.2-rc7

Here are some small serial and vt tty driver fixes for 7.2-rc7 that
resolve some reported problems. Included in here are:
- 2 vt core fixes
- amba-pl011 serial driver fixes
- 8250_of and 8250_dma driver fixes
- qcom-geni serial driver fix
- sc16is7xx serial driver fix

All of these have been in linux-next this week with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Cunhao Lu (1):
serial: 8250_dma: Clear stale RX state on shutdown

Fan Wu (3):
serial: amba-pl011: fix indefinite RS485 post-send delay
serial: amba-pl011: cancel RS485 hrtimers after freeing IRQ
serial: amba-pl011: synchronize DMA teardown

Jan Sebastian Götte (1):
serial: qcom-geni: fix TX DMA buffer flush

Joshua Rogers (2):
vt: stabilize tty reference in kbd_keycode with tty_port_tty_get
vt: add permission check for KDSKBMETA ioctl

Luca Fresi (1):
serial: sc16is7xx: enable THRI before filling TX FIFO

Ryan Wilbur (1):
serial: 8250_of: clear stuck empty-FIFO RX-timeout on LPC32xx

drivers/tty/serial/8250/8250_dma.c | 12 +++--
drivers/tty/serial/8250/8250_of.c | 38 ++++++++++++++++
drivers/tty/serial/amba-pl011.c | 86 ++++++++++++++++++++++-------------
drivers/tty/serial/qcom_geni_serial.c | 43 +++++++++---------
drivers/tty/serial/sc16is7xx.c | 3 ++
drivers/tty/vt/keyboard.c | 5 +-
drivers/tty/vt/vt_ioctl.c | 2 +
7 files changed, 130 insertions(+), 59 deletions(-)