]> nv-tegra.nvidia Code Review - linux-3.10.git/commit
dma: mxs-dma: Always leave mxs_dma_init() with the clock disabled.
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 8 Dec 2011 08:15:42 +0000 (09:15 +0100)
committerVinod Koul <vinod.koul@linux.intel.com>
Fri, 23 Dec 2011 15:24:54 +0000 (20:54 +0530)
commitfeb397de65c3f76e40ef70e264f2cdf688c850c1
treec4f47467c4c05782b40d5cf47550220b19ecae72
parent400312201b0cf4e4deaf75842f5e95212b382e81
dma: mxs-dma: Always leave mxs_dma_init() with the clock disabled.

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>
drivers/dma/mxs-dma.c