commit | 903b71876b6e1fea9a19268b2e2485c1c97f3231 | [log] [tgz] |
---|---|---|
author | Matt Wagantall <mattw@codeaurora.org> | Tue Sep 20 13:44:32 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 16:20:32 2011 -0700 |
tree | c4a71e5da2980960b0da0a4da98012261fe5d842 | |
parent | 607ad7c9a6c4443967b7e8bad59bc85159965220 [diff] |
msm: clock-local: Fix handoffs of clocks with multiple clk_lookup entries Handoffs should only be performed for the first entry of each hardware clock encountered in the clk_lookup table. Otherwise, the clock will be stuck on due to an imbalance in the clk_enable() and clk_disable() calls associated with CLKFLAG_HANDOFF_RATE. Signed-off-by: Matt Wagantall <mattw@codeaurora.org>