[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aMatIn1m6zRXmzC-@kroah.com>
Date: Sun, 14 Sep 2025 13:55:14 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Jiri Slaby <jslaby@...e.cz>, Stephen Rothwell <sfr@...b.auug.org.au>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org
Subject: [GIT PULL] TTY / Serial driver fixes for 6.17-rc6
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.17-rc6
for you to fetch changes up to b5e3277c0f1c3439dd02b58997c06201d0ee8dbf:
serial: xilinx_uartps: read reg size from DTS (2025-09-06 15:51:47 +0200)
----------------------------------------------------------------
TTY/Serial fixes for 6.17-rc6
Here are some small tty and serial driver fixes for 6.17-rc6 that
resolve some reported problems. Included in here are:
- 8250 driver dt bindings fixes
- broadcom serial driver binding fixes
- hvc_console bugfix
- xilinx serial driver bugfix
- sc16is7xx serial driver bugfix
All of these have been in linux-next for the past week with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Alex Elder (2):
dt-bindings: serial: 8250: move a constraint
dt-bindings: serial: 8250: allow "main" and "uart" as clock names
Fabian Vogt (1):
tty: hvc_console: Call hvc_kick in hvc_write unconditionally
Harshit Shah (1):
serial: xilinx_uartps: read reg size from DTS
Hugo Villeneuve (1):
serial: sc16is7xx: fix bug in flow control levels init
Krzysztof Kozlowski (1):
dt-bindings: serial: brcm,bcm7271-uart: Constrain clocks
Documentation/devicetree/bindings/serial/8250.yaml | 56 ++++++++++++----------
.../bindings/serial/brcm,bcm7271-uart.yaml | 2 +-
drivers/tty/hvc/hvc_console.c | 6 +--
drivers/tty/serial/sc16is7xx.c | 14 +-----
drivers/tty/serial/xilinx_uartps.c | 10 ++--
5 files changed, 42 insertions(+), 46 deletions(-)
Powered by blists - more mailing lists