public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Jiri Slaby <jslaby@suse.cz>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
Subject: [GIT PULL] TTY/Serial driver fixes for 6.3-rc6
Date: Sat, 8 Apr 2023 13:49:41 +0200	[thread overview]
Message-ID: <ZDFU1R-GyuE-Gb4e@kroah.com> (raw)

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

             reply	other threads:[~2023-04-08 11:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-08 11:49 Greg KH [this message]
2023-04-08 19:31 ` [GIT PULL] TTY/Serial driver fixes for 6.3-rc6 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZDFU1R-GyuE-Gb4e@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox