[GIT PULL] Serial driver fixes for 6.13-rc3

From: Greg KH
Date: Sat Dec 14 2024 - 09:36:00 EST


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@xxxxxxxxxxxxxxxxxxx>

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