[GIT PULL] TTY/Serial driver fixes for 6.7-rc5

From: Greg KH
Date: Sat Dec 09 2023 - 08:53:37 EST


The following changes since commit 98b1cc82c4affc16f5598d4fa14b1858671b2263:

Linux 6.7-rc2 (2023-11-19 15:02:14 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.7-rc4

for you to fetch changes up to e92fad024929c79460403acf946bc9c09ce5c3a9:

serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART (2023-12-07 10:48:56 +0900)

----------------------------------------------------------------
Serial driver fixes for 6.7-rc4

Here are some small serial driver fixes for 6.7-rc4 to resolve some
reported issues. Included in here are:
- pl011 dma support fix
- sc16is7xx driver fix
- ma35d1 console index fix
- 8250 driver fixes for small issues

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

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

----------------------------------------------------------------
Andi Shyti (1):
serial: ma35d1: Validate console index before assignment

Andy Shevchenko (1):
serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART

Arnd Bergmann (1):
ARM: PL011: Fix DMA support

Daniel Mack (1):
serial: sc16is7xx: address RX timeout interrupt errata

Ronald Wahl (3):
serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt
serial: 8250_omap: Add earlycon support for the AM654 UART controller
serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit

drivers/tty/serial/8250/8250_dw.c | 1 +
drivers/tty/serial/8250/8250_early.c | 1 +
drivers/tty/serial/8250/8250_omap.c | 14 +++--
drivers/tty/serial/amba-pl011.c | 112 +++++++++++++++++------------------
drivers/tty/serial/ma35d1_serial.c | 10 +++-
drivers/tty/serial/sc16is7xx.c | 12 ++++
6 files changed, 85 insertions(+), 65 deletions(-)