commit | 0090eb1e22d93a65e40c2a3253d07206d92d59c2 | [log] [tgz] |
---|---|---|
author | Vikram Mulukutla <markivx@codeaurora.org> | Wed May 15 19:57:18 2013 -0700 |
committer | Vikram Mulukutla <markivx@codeaurora.org> | Tue May 21 13:52:40 2013 -0700 |
tree | f66a6bb5a20d628b4851fc1615d958c86764b445 | |
parent | 2d84268e0c7082216521d938a3a3501ed151c463 [diff] |
msm: clock: Add a flag to disable rate caching Certain clocks can have the rate of their parent changed without clk_set_rate being called on them. Caching rates for these clocks is incorrect, since their rates may have changed since the last clk_set_rate. Change-Id: I1eb5dded6093f5ccd2b43a4d89eca033db54b73f Signed-off-by: Vikram Mulukutla <markivx@codeaurora.org>