[PATCH 0/2] Enhancements to UART driver for error handling and DMA RX status

Moteen Shah posted 2 patches 3 weeks, 5 days ago
drivers/tty/serial/8250/8250_omap.c | 25 ++++++++++++++++++++++---
1 file changed, 22 insertions(+), 3 deletions(-)
[PATCH 0/2] Enhancements to UART driver for error handling and DMA RX status
Posted by Moteen Shah 3 weeks, 5 days ago
This series adds support for handling UART error conditions such as
overrun and other error conditions before any DMA transaction is
issued. It also ensures that the DMA RX running status is cleared
only after the DMA termination is fully done to maintain a sync between
software and the hardware states.

Moteen Shah (2):
  serial: 8250: 8250_omap.c: Add support for handling UART error
    conditions
  serial: 8250: 8250_omap.c: Clear DMA RX running status only after DMA
    termination is done

 drivers/tty/serial/8250/8250_omap.c | 25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)

-- 
2.34.1