[GIT PULL] TTY / Serial driver fixes for 6.16-rc4

From: Greg KH
Date: Sun Jun 29 2025 - 08:30:28 EST


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

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