commit | 271a6cdab16894bf8f1f384755373e479e4345ad | [log] [tgz] |
---|---|---|
author | Matt Wagantall <mattw@codeaurora.org> | Tue Sep 20 16:06:31 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 16:20:43 2011 -0700 |
tree | b6260e70a836521ea87ae0b0eec8471c3dc3e635 | |
parent | 7107455a1e2389f6b7f1b6a1906918d7fba18b57 [diff] |
msm: clock: Move the common parts of the handoff code up to clock.c This allows the clk_enable()/clk_disable() calls associated with handoffs, as well as manipulation of CLKFLAG_HANDOFF_RATE, to be contained entirely within clock.c instead of being spread out in multiple SoC drivers. Signed-off-by: Matt Wagantall <mattw@codeaurora.org>