mbox series

[GIT,PULL] Serial driver fixes for 6.13-rc3

Message ID Z12XxW821DZlGNfD@kroah.com
State New
Headers show
Series [GIT,PULL] Serial driver fixes for 6.13-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.13-rc3

Message

Greg KH Dec. 14, 2024, 2:35 p.m. UTC
The following changes since commit cdd30ebb1b9f36159d66f088b61aee264e649d7a:

  module: Convert symbol namespace to string literal (2024-12-02 11:34:44 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.13-rc3

for you to fetch changes up to 4e450dfd0f968b79204637bf13280892dff287b1:

  tty: serial: Work around warning backtrace in serial8250_set_defaults (2024-12-06 08:00:01 +0100)

----------------------------------------------------------------
Serial driver fixes for 6.13-rc3

Here are two small serial driver fixes for 6.13-rc3.  They are:
  - ioport build fallout fix for the 8250 port driver that should
    resolve Guenter's runtime problems
  - sh-sci driver bugfix for a reported problem

Both of these have been in linux-next for a while with no reported
issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Claudiu Beznea (1):
      serial: sh-sci: Check if TX data was written to device in .tx_empty()

Guenter Roeck (1):
      tty: serial: Work around warning backtrace in serial8250_set_defaults

 drivers/tty/serial/8250/8250_port.c |  3 ++-
 drivers/tty/serial/sh-sci.c         | 29 +++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 1 deletion(-)