linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] 8250_omap: Fix throttle callback
@ 2020-03-19 10:32 Vignesh Raghavendra
  2020-03-19 10:32 ` [PATCH 1/2] serial: 8250_port: Don't service RX FIFO if throttled Vignesh Raghavendra
  2020-03-19 10:32 ` [PATCH 2/2] serial: 8250: 8250_omap: Fix throttle to call stop_rx() Vignesh Raghavendra
  0 siblings, 2 replies; 3+ messages in thread
From: Vignesh Raghavendra @ 2020-03-19 10:32 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby
  Cc: Vignesh Raghavendra, linux-serial, linux-kernel, Oliver Barta

This series tries to reimplement commit 2e9fe5391083 ("serial: 8250: Don't
service RX FIFO if interrupts are disabled") which was reverted by
commit 3f2640ed7be8 ("Revert "serial: 8250: Don't service RX FIFO if
interrupts are disabled") due a bug that caused error informations to be
missed.
Current series uses stop_rx() instead of relying on IIR bits

Vignesh Raghavendra (2):
  serial: 8250: Don't service RX FIFO if throttled
  serial: 8250: 8250_omap: Fix throttle to call stop_rx()

 drivers/tty/serial/8250/8250_omap.c |  5 ++---
 drivers/tty/serial/8250/8250_port.c | 16 +++++++++++++++-
 2 files changed, 17 insertions(+), 4 deletions(-)

-- 
2.25.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-19 10:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-19 10:32 [PATCH 0/2] 8250_omap: Fix throttle callback Vignesh Raghavendra
2020-03-19 10:32 ` [PATCH 1/2] serial: 8250_port: Don't service RX FIFO if throttled Vignesh Raghavendra
2020-03-19 10:32 ` [PATCH 2/2] serial: 8250: 8250_omap: Fix throttle to call stop_rx() Vignesh Raghavendra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).