]> git.baikalelectronics.ru Git - kernel.git/commit
serial: 8250_omap: Remove rx_dma_broken flag
authorVignesh R <vigneshr@ti.com>
Fri, 20 Jan 2017 08:16:54 +0000 (13:46 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jan 2017 13:44:37 +0000 (14:44 +0100)
commit88936cc941446be1ae94a35d31bdc4afbf393a73
treebf2b6f10e8803fd7be068c2f79ff502945d070bd
parent8e3df066fe8ebdccd14c27f5c77253d605eb58d9
serial: 8250_omap: Remove rx_dma_broken flag

8250 UART DMA support was marked broken by default as it was not
possible to pause ongoing RX DMA transfer. Now that both SDMA and
EDMA can support pause operation for RX DMA transactions, don't set
rx_dma_broken to true by default. With this patch 8250_omap driver will
use DMA by default.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_omap.c