]> git.karo-electronics.de Git - karo-tx-linux.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)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:10:43 +0000 (14:10 +0200)
commit7fd63cad39cb3d14c7730c7d89219549e7c54299
tree0267e574d278a0c595a1fb415bc768b4841ae7a3
parente7a1cfa67bb2d39d8f7d542ba13d1ca3dcac217e
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