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

Message ID ZXRxWubSRJ4lGC1N@kroah.com
State New
Headers
Series [GIT,PULL] TTY/Serial driver fixes for 6.7-rc5 |

Pull-request

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

Message

Greg KH Dec. 9, 2023, 1:53 p.m. UTC
  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@linuxfoundation.org>

----------------------------------------------------------------
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(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 9, 2023, 9:11 p.m. UTC | #1
The pull request you sent on Sat, 9 Dec 2023 14:53:30 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0b5260904b7d2f55e8c4a6ac9f32e7387dc55a75

Thank you!