commit | abd9ccc84c35cf1e296335a7b655bba40c92386c | [log] [tgz] |
---|---|---|
author | Huang Shijie <b32955@freescale.com> | Sat Apr 28 18:15:42 2012 +0800 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Fri May 11 11:08:10 2012 +0530 |
tree | 22c39af6cc57d6371cf4d74e76c04c60f979e9b5 | |
parent | d3f797d93e593aa891f5b04a404b4ab45fd0e66a [diff] |
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>