commit | 6966186bb63906bd1a9e6a9290a205cf4877e521 | [log] [tgz] |
---|---|---|
author | Vikram Mulukutla <markivx@codeaurora.org> | Thu Oct 17 12:36:54 2013 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 28 17:49:42 2013 -0700 |
tree | 24a621861125235b904b633a8cba9e0060e55caa | |
parent | c4f1ca652bbfe0c4ccec094dbb9ed077f6db8a01 [diff] |
msm: clock: Use CLKFLAG_NO_RATE_CACHE in clk_set_parent Some use cases involve the rate of a parent changing from under a child. Therefore the set_parent op needs a chance to update the rate field. Use the CLKFLAG_NO_RATE_CACHE to allow the clk_set_parent to go through to the set_parent op. Change-Id: Icaf48915322539c84ef522621e35dafebe08b23b Signed-off-by: Vikram Mulukutla <markivx@codeaurora.org>