]> git.baikalelectronics.ru Git - kernel.git/commit
clk: highbank: Migrate to clk_hw based registration and OF APIs
authorStephen Boyd <stephen.boyd@linaro.org>
Wed, 1 Jun 2016 23:15:02 +0000 (16:15 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 30 Jun 2016 19:25:28 +0000 (12:25 -0700)
commit18ace55a73249b25588b55b482876c5f68f80644
treeb1b565a9a9228d86c4bf3ffd9304ea225a7e7976
parentf07580cf011f212fc8cbe2454e58c640845c635a
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>
drivers/clk/clk-highbank.c