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] TTY / Serial driver fixes for 6.16-rc4
Date: Sun, 29 Jun 2025 14:29:42 +0200	[thread overview]
Message-ID: <aGExtgnENnLLFsET@kroah.com> (raw)

The following changes since commit e04c78d86a9699d136910cfc0bdcf01087e3267e:

  Linux 6.16-rc2 (2025-06-15 13:49:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.16-rc4

for you to fetch changes up to 09812134071b3941fb81def30b61ed36d3a5dfb5:

  dt-bindings: serial: 8250: Make clocks and clock-frequency exclusive (2025-06-24 15:34:37 +0100)

----------------------------------------------------------------
TTY/Serial driver fixes for 6.16-rc4

Here are 5 small serial and tty and vt fixes for 6.16-rc4.  Included in
here are:
  - kerneldoc fixes for vt recent changes
  - imx serial driver fix
  - of_node sysfs fix for a regression
  - vt missing notification fix
  - 8250 dt bindings fix

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

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

----------------------------------------------------------------
Aidan Stewart (1):
      serial: core: restore of_node information in sysfs

Fabio Estevam (1):
      serial: imx: Restore original RXTL for console to fix data loss

Nicolas Pitre (1):
      vt: add missing notification when switching back to text mode

Randy Dunlap (1):
      vt: fix kernel-doc warnings in ucs_get_fallback()

Yao Zi (1):
      dt-bindings: serial: 8250: Make clocks and clock-frequency exclusive

 Documentation/devicetree/bindings/serial/8250.yaml |  2 +-
 drivers/tty/serial/imx.c                           | 17 ++++++++++++-----
 drivers/tty/serial/serial_base_bus.c               |  1 +
 drivers/tty/vt/ucs.c                               |  2 +-
 drivers/tty/vt/vt.c                                |  1 +
 5 files changed, 16 insertions(+), 7 deletions(-)

             reply	other threads:[~2025-06-29 12:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-29 12:29 Greg KH [this message]
2025-06-29 16:40 ` [GIT PULL] TTY / Serial driver fixes for 6.16-rc4 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=aGExtgnENnLLFsET@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.