diff options
author | Ilpo Järvinen <[email protected]> | 2022-11-08 14:19:49 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-11-09 13:04:39 +0100 |
commit | a931237cbea256aff13bb403da13a97b2d1605d9 (patch) | |
tree | e3415a7186c272afb049684179d0faed97b77928 /lib/mpi/mpi-sub-ui.c | |
parent | 7b7dfe4833c70a11cdfa51b38705103bd31eddaa (diff) |
serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs
DW UART sometimes triggers IIR_RDI during DMA Rx when IIR_RX_TIMEOUT
should have been triggered instead. Since IIR_RDI has higher priority
than IIR_RX_TIMEOUT, this causes the Rx to hang into interrupt loop.
The problem seems to occur at least with some combinations of
small-sized transfers (I've reproduced the problem on Elkhart Lake PSE
UARTs).
If there's already an on-going Rx DMA and IIR_RDI triggers, fall
graciously back to non-DMA Rx. That is, behave as if IIR_RX_TIMEOUT had
occurred.
8250_omap already considers IIR_RDI similar to this change so its
nothing unheard of.
Fixes: 75df022b5f89 ("serial: 8250_dma: Fix RX handling")
Cc: <[email protected]>
Co-developed-by: Srikanth Thokala <[email protected]>
Signed-off-by: Srikanth Thokala <[email protected]>
Co-developed-by: Aman Kumar <[email protected]>
Signed-off-by: Aman Kumar <[email protected]>
Signed-off-by: Ilpo Järvinen <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions