Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dimx-sdma.cdiff c12fe49726cfebacb47dca5f2bb544c38aa09e6d Tue Aug 05 08:09:42 CDT 2014 Vignesh Raman <Vignesh_Raman@mentor.com> dma: imx-sdma: Adding tasklet_kill() in sdma_remove function.

Several dma drivers calls tasklet_kill() in remove function. This is done
because all running tasklets should be killed on remove. This is missing
in imx sdma driver, so adding tasklet_kill() in sdma_remove function.

Signed-off-by: Vignesh Raman <Vignesh_Raman@mentor.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>