]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "serial: 8250: 8250_omap: Fix possible interrupt storm"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 May 2021 08:58:49 +0000 (10:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 May 2021 08:58:49 +0000 (10:58 +0200)
commit7975d42c7f18e56394910457be095281bb463256
tree0908f250cbce703f81154dbe9c8acc20573c54c0
parenteab3ed86428ffa40f30d55ab97e2fa60e6b3d509
Revert "serial: 8250: 8250_omap: Fix possible interrupt storm"

This reverts commit 8d9e7f0fda5e7d894fe022eed55d29aa56f65c4c.

Tony writes:
I just noticed this causes the following regression in Linux
next when pressing a key on uart console after boot at least on
omap3. This seems to happen on serial_port_in(port, UART_RX) in
the quirk handling.

So let's drop this.

Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/YLCCJzkkB4N7LTQS@atomide.com
Fixes: 8d9e7f0fda5e ("serial: 8250: 8250_omap: Fix possible interrupt storm")
Reported-by: Tony Lindgren <tony@atomide.com>
Cc: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_omap.c