MLK-14498-5 tty: serial: imx: fix the DMA issue
authorAndy Duan <fugang.duan@nxp.com>
Tue, 21 Mar 2017 07:01:57 +0000 (15:01 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:21:38 +0000 (15:21 -0500)
commitcc16c38560a33654c0594b6337033ac6f65b1466
treeb69d584e7e9153eb66e3689282a58010778910cb
parentaaa9cf64c906ba03bed2a810d238306832de555f
MLK-14498-5 tty: serial: imx: fix the DMA issue

The commmunity driver uart DMA don't work, it better to use
4.1.y DMA process mechanism, so there have many conflict during
code merging. Decisively, to use 4.1.y commit f00cf8855eaa in the
merge point for DMA implemention.

In DMA mode, don't involve CPU interrupt, remove .imx_dma_rxint()
function.

After the patch, DMA and CPU mode both work fine with the current
SDMA driver.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
drivers/tty/serial/imx.c