commit | 8e66cc05820a188f16551d1648d33c9ec3de366d | [log] [tgz] |
---|---|---|
author | Stephen Boyd <stephen.boyd@linaro.org> | Wed Jun 01 16:15:02 2016 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Thu Jun 30 12:25:28 2016 -0700 |
tree | b1b565a9a9228d86c4bf3ffd9304ea225a7e7976 | |
parent | 1ff435d3571199a799ba6ccfe05544dcd21b9fb3 [diff] |
clk: highbank: 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> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>