[GIT PULL] TTY/Serial driver fixes for 6.8-rc8

From: Greg KH
Date: Fri Mar 08 2024 - 12:30:51 EST


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

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