[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z12XxW821DZlGNfD@kroah.com>
Date: Sat, 14 Dec 2024 15:35:49 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Geert Uytterhoeven <geert@...ux-m68k.org>
Cc: Jiri Slaby <jslaby@...e.cz>, Stephen Rothwell <sfr@...b.auug.org.au>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org
Subject: [GIT PULL] Serial driver fixes for 6.13-rc3
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@...uxfoundation.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(-)
Powered by blists - more mailing lists