commit | 82dd166185fc063a6c3f908319388a46a09fc749 | [log] [tgz] |
---|---|---|
author | Jeff Ohlstein <johlstei@codeaurora.org> | Thu Apr 05 13:05:59 2012 -0700 |
committer | Jeff Ohlstein <johlstei@codeaurora.org> | Tue May 15 11:34:25 2012 -0700 |
tree | 10c2d00b7c8eed617ef024b238d570c650276ff7 | |
parent | c650174173d0be290a40953219a4bf3d95554c32 [diff] |
msm: dma: Use clk_prepare and clk_unprepare clk_prepare and clk_unprepare are now required to be called before clk_enable and after clk_disable. Do this for the dma driver. Additionally, split the msm_dmov_clk_toggle function into two, since we always know the value of the second argument at compile time. Change-Id: Ib6904c551d7d76badadd47e63c3b7f1cdf51ad33 Signed-off-by: Jeff Ohlstein <johlstei@codeaurora.org>