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:
4003122
)
dma: mxs-dma: Always leave mxs_dma_init() with the clock disabled.
author
Lothar Waßmann
<LW@KARO-electronics.de>
Thu, 8 Dec 2011 08:15:42 +0000
(09:15 +0100)
committer
Vinod Koul
<vinod.koul@linux.intel.com>
Fri, 23 Dec 2011 15:24:54 +0000
(20:54 +0530)
There is no need to have the clock enabled all the time the driver is
loaded.
It will be enabled anyway in mxs_dma_alloc_chan_resources() when a
channel is actually going to be used.
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
No differences found