Home
last modified time | relevance | path

Searched hist:abd9ccc84c35cf1e296335a7b655bba40c92386c (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/dma/
H A Dimx-sdma.cdiff abd9ccc84c35cf1e296335a7b655bba40c92386c Sat Apr 28 12:15:42 CEST 2012 Huang Shijie <b32955@freescale.com> dma: imx-sdma: keep the callbacks invoked in the tasklet

The current code keeps the callbacks invoked from interrupt context, this
does not conform to the Documentation/dmaengine.txt.

So add tasklet support to fix this issue.

Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>