commit | 120c1552839036f0fb2c01fffb8d8ce4049b729a | [log] [tgz] |
---|---|---|
author | Stephen Boyd <stephen.boyd@linaro.org> | Tue Aug 16 15:38:27 2016 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Wed Aug 24 17:37:06 2016 -0700 |
tree | 1fa23b29edc0526715179779c13bd81218807ab2 | |
parent | cc671d13b6a1d1f6db2093994ff75220ce621234 [diff] |
clk: qcom: Migrate to clk_hw based registration and OF APIs Now that we have clk_hw based provider APIs to register clks, we can get rid of struct clk pointers in this driver, allowing us to move closer to a clear split of consumer and provider clk APIs. Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>