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:
b4348f3
)
mxc : Clean up properly when imx_dma_free() used without imx_dma_disable()
author
Martin Fuzzey
<mfuzzey@gmail.com>
Thu, 26 Mar 2009 21:21:16 +0000
(22:21 +0100)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Tue, 5 May 2009 07:36:22 +0000
(09:36 +0200)
The sequence
imx_dma_request()
imx_dma_enable()
imx_dma_free()
left the dma channel in_use mode and did not release the timer.
Signed-off-by: Martin Fuzzey <mfuzzey@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
No differences found