All of lore.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] Serial driver fixes for 6.19-rc3
Date: Sun, 28 Dec 2025 13:44:09 +0100	[thread overview]
Message-ID: <aVEmGSlYL_sUQhXa@kroah.com> (raw)

The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

  Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

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

for you to fetch changes up to 267ee93c417e685d9f8e079e41c70ba6ee4df5a5:

  serial: xilinx_uartps: fix rs485 delay_rts_after_send (2025-12-23 11:55:16 +0100)

----------------------------------------------------------------
Serial driver fixes for 6.19-rc3

Here are some small serial driver fixes for some reported issues.
Included in here are:
  - serial sysfs fwnode fix that was much reported
  - sh-sci driver fix
  - serial device init bugfix
  - 8250 bugfix
  - xilinx_uartps bugfix

All of these have passed 0-day testing and individual testing

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

----------------------------------------------------------------
Alexander Stein (1):
      serial: core: Fix serial device initialization

Andy Shevchenko (1):
      serial: core: Restore sysfs fwnode information

Claudiu Beznea (1):
      serial: sh-sci: Check that the DMA cookie is valid

Dan Carpenter (1):
      serial: 8250: longson: Fix NULL vs IS_ERR() bug in probe

j.turek (1):
      serial: xilinx_uartps: fix rs485 delay_rts_after_send

 drivers/tty/serial/8250/8250_loongson.c |  4 ++--
 drivers/tty/serial/serial_base_bus.c    | 11 +++++++----
 drivers/tty/serial/sh-sci.c             |  2 +-
 drivers/tty/serial/xilinx_uartps.c      | 14 +++++++-------
 4 files changed, 17 insertions(+), 14 deletions(-)

             reply	other threads:[~2025-12-28 12:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-28 12:44 Greg KH [this message]
2025-12-29  2:34 ` [GIT PULL] Serial driver fixes for 6.19-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=aVEmGSlYL_sUQhXa@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.