[GIT PULL] TTY/Serial driver fixes for 5.19-rc3
From: Greg KH
Date: Fri Jun 17 2022 - 04:15:05 EST
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.19-rc3
for you to fetch changes up to be03b0651ffd8bab69dfd574c6818b446c0753ce:
serial: 8250: Store to lsr_save_flags after lsr read (2022-06-10 13:52:19 +0200)
----------------------------------------------------------------
TTY/Serial driver fixes for 5.19-rc3
Here are some small tty and serial driver fixes for 5.19-rc3 to resolve
some reported problems:
- 8250 lsr read bugfix
- n_gsm line discipline allocation fix
- qcom serial driver fix for reported lockups that happened in
-rc1
- goldfish tty driver fix
All have been in linux-next for a while now with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Ilpo Järvinen (1):
serial: 8250: Store to lsr_save_flags after lsr read
Tony Lindgren (1):
tty: n_gsm: Debug output allocation must use GFP_ATOMIC
Vijaya Krishna Nivarthi (2):
serial: core: Introduce callback for start_rx and do stop_rx in suspend only if this callback implementation is present.
tty: serial: qcom-geni-serial: Implement start_rx callback
Vincent Whitchurch (1):
tty: goldfish: Fix free_irq() on remove
drivers/tty/goldfish.c | 2 +-
drivers/tty/n_gsm.c | 2 +-
drivers/tty/serial/8250/8250_port.c | 2 ++
drivers/tty/serial/qcom_geni_serial.c | 1 +
drivers/tty/serial/serial_core.c | 9 ++++++---
include/linux/serial_core.h | 1 +
6 files changed, 12 insertions(+), 5 deletions(-)