[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZetLF6nPrugVB28o@kroah.com>
Date: Fri, 8 Mar 2024 17:29:59 +0000
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.8-rc8
The following changes since commit d206a76d7d2726f3b096037f2079ce0bd3ba329b:
Linux 6.8-rc6 (2024-02-25 15:46:06 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.8-rc8
for you to fetch changes up to 3d9319c27ceb35fa3d2c8b15508967f3fc7e5b78:
Revert "tty: serial: simplify qcom_geni_serial_send_chunk_fifo()" (2024-03-05 13:40:34 +0000)
----------------------------------------------------------------
TTY/Serial fixes for 6.8-rc8 (or -final)
Here are some small remaining tty/serial driver fixes for 6.8-rc8.
Included in here is fixes for:
- vt unicode buffer corruption fix
- imx serial driver fixes, again
- port suspend fix
- 8250_dw driver fix
- fsl_lpuart driver fix
- revert for the qcom_geni_serial driver to fix a reported regression
All of these have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Douglas Anderson (1):
Revert "tty: serial: simplify qcom_geni_serial_send_chunk_fifo()"
Nicolas Pitre (1):
vt: fix unicode buffer corruption when deleting characters
Peter Collingbourne (1):
serial: 8250_dw: Do not reclock if already at correct rate
Rickard x Andersson (1):
tty: serial: imx: Fix broken RS485
Sherry Sun (1):
tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabled
Yicong Yang (1):
serial: port: Don't suspend if the port is still busy
drivers/tty/serial/8250/8250_dw.c | 6 +++---
drivers/tty/serial/fsl_lpuart.c | 7 +++++--
drivers/tty/serial/imx.c | 22 ++++++++++++++++++----
drivers/tty/serial/qcom_geni_serial.c | 10 ++++++----
drivers/tty/serial/serial_port.c | 25 ++++++++++++++++++++++++-
drivers/tty/vt/vt.c | 2 +-
6 files changed, 57 insertions(+), 15 deletions(-)
Powered by blists - more mailing lists