public inbox for linux-serial@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.14-rc3
Date: Sun, 16 Feb 2025 16:12:41 +0100	[thread overview]
Message-ID: <Z7IAaY1o908PmAmC@kroah.com> (raw)

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9e512eaaf8f4008c44ede3dfc0fbc9d9c5118583:

  serial: 8250: Fix fifo underflow on flush (2025-02-14 09:50:55 +0100)

----------------------------------------------------------------
Serial driver fixes for 6.14-rc3

Here are some small serial driver fixes for some reported problems for
6.14-rc3.  Nothing major, just:
  - sc16is7xx irq check fix
  - 8250 fifo underflow fix
  - serial_port and 8250 iotype fixes

Most of these have been in linux-next already, and all have passed 0-day
testing.

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

----------------------------------------------------------------
Andre Werner (1):
      serial: sc16is7xx: Fix IRQ number check behavior

Andy Shevchenko (6):
      serial: port: Assign ->iotype correctly when ->iobase is set
      serial: port: Always update ->iotype in __uart_read_properties()
      serial: port: Make ->iotype validation global in __uart_read_properties()
      serial: 8250_of: Remove unneeded ->iotype assignment
      serial: 8250_platform: Remove unneeded ->iotype assignment
      serial: 8250_pnp: Remove unneeded ->iotype assignment

John Keeping (1):
      serial: 8250: Fix fifo underflow on flush

 drivers/tty/serial/8250/8250.h          |  2 ++
 drivers/tty/serial/8250/8250_dma.c      | 16 ++++++++++++++++
 drivers/tty/serial/8250/8250_of.c       |  1 -
 drivers/tty/serial/8250/8250_platform.c |  9 ---------
 drivers/tty/serial/8250/8250_pnp.c      | 10 ----------
 drivers/tty/serial/8250/8250_port.c     |  9 +++++++++
 drivers/tty/serial/sc16is7xx.c          |  2 +-
 drivers/tty/serial/serial_port.c        | 12 +++++++-----
 8 files changed, 35 insertions(+), 26 deletions(-)

             reply	other threads:[~2025-02-16 15:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-16 15:12 Greg KH [this message]
2025-02-16 21:02 ` [GIT PULL] TTY / Serial driver fixes for 6.14-rc3 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=Z7IAaY1o908PmAmC@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