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

From: Greg KH
Date: Sat Apr 08 2023 - 07:50:17 EST


The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65:

Linux 6.3-rc3 (2023-03-19 13:27:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f92ed0cd9328aed918ebb0ebb64d259eccbcc6e7:

tty: serial: sh-sci: Fix Rx on RZ/G2L SCI (2023-03-29 11:00:37 +0200)

----------------------------------------------------------------
TTY/Serial driver fixes for 6.3-rc6

Here are some small tty and serial driver fixes for some reported
problems:
- fsl_uart driver bugfixes
- sh-sci serial driver bugfixes
- renesas serial driver DT binding bugfixes
- 8250 DMA bugfix

All of these have been in linux-next for a while with no reported
problems.

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

----------------------------------------------------------------
Biju Das (2):
tty: serial: sh-sci: Fix transmit end interrupt handler
tty: serial: sh-sci: Fix Rx on RZ/G2L SCI

Geert Uytterhoeven (1):
dt-bindings: serial: renesas,scif: Fix 4th IRQ for 4-IRQ SCIFs

Ilpo Järvinen (1):
serial: 8250: Prevent starting up DMA Rx on THRI interrupt

Sherry Sun (2):
tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_SBK is asserted in lpuart32_tx_empty
tty: serial: fsl_lpuart: fix crash in lpuart_uport_is_active

Documentation/devicetree/bindings/serial/renesas,scif.yaml | 4 ++--
drivers/tty/serial/8250/8250_port.c | 11 +++++++++++
drivers/tty/serial/fsl_lpuart.c | 10 ++++++++--
drivers/tty/serial/sh-sci.c | 10 +++++++++-
4 files changed, 30 insertions(+), 5 deletions(-)