commit | f30fceb6d6fc27615f56541e345d0cbe73f1f227 | [log] [tgz] |
---|---|---|
author | Matt Wagantall <mattw@codeaurora.org> | Tue Jun 12 19:13:11 2012 -0700 |
committer | Matt Wagantall <mattw@codeaurora.org> | Tue Jun 12 20:41:47 2012 -0700 |
tree | d6137d96b94d056aff8239de2b988bc2f270b40c | |
parent | 158f73b97e7f253448a2f64390472918d81d40a7 [diff] |
msm: clock: Support recursive handoffs It is necessary to ensure that a clock's parents are handed off before the clock itself. Otherwise, the clk_prepare_enable() call on the child may fail if the parent's rate has not yet been set. CRs-Fixed: 362534 Change-Id: I7687708f3c85aab64bfc6284d2cf1ca0ad5cc520 Signed-off-by: Matt Wagantall <mattw@codeaurora.org>