Files
linux/drivers/tty/serial
Ulrich Hecht 5595ae08d6 serial: sh-sci: fix break handling for sysrq
[ Upstream commit 87b8061bad ]

This fixes two issues that cause the sysrq sequence to be inadvertently
aborted on SCIF serial consoles:

- a NUL character remains in the RX queue after a break has been detected,
  which is then passed on to uart_handle_sysrq_char()
- the break interrupt is handled twice on controllers with multiplexed ERI
  and BRI interrupts

Signed-off-by: Ulrich Hecht <uli+renesas@fpond.eu>
Link: https://lore.kernel.org/r/20210816162201.28801-1-uli+renesas@fpond.eu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-09-22 11:48:07 +02:00
..
2020-10-29 09:55:08 +01:00
2017-11-21 15:57:07 -08:00
2018-06-12 16:19:22 -07:00
2019-01-13 09:51:03 +01:00