git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3f797d
)
dma: imx-sdma: keep the callbacks invoked in the tasklet
author
Huang Shijie
<b32955@freescale.com>
Sat, 28 Apr 2012 10:15:42 +0000
(18:15 +0800)
committer
Vinod Koul
<vinod.koul@linux.intel.com>
Fri, 11 May 2012 05:38:10 +0000
(11:08 +0530)
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>
No differences found