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

Message ID ZDFU1R-GyuE-Gb4e@kroah.com
State New
Headers
Series [GIT,PULL] TTY/Serial driver fixes for 6.3-rc6 |

Pull-request

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

Message

Greg KH April 8, 2023, 11:49 a.m. UTC
  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@linuxfoundation.org>

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

Comments

pr-tracker-bot@kernel.org April 8, 2023, 7:31 p.m. UTC | #1
The pull request you sent on Sat, 8 Apr 2023 13:49:41 +0200:

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

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

Thank you!