]> git.ipfire.org Git - people/arne_f/kernel.git/commit
clk: ls1x: Migrate to clk_hw based OF and registration APIs
authorStephen Boyd <stephen.boyd@linaro.org>
Wed, 1 Jun 2016 23:15:15 +0000 (16:15 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 19 Aug 2016 00:07:50 +0000 (17:07 -0700)
commit944b9a41e004534f3634335aa1d6bec16700028f
treecfe87bfe92e8179a562fbac74aeb2cb2edef91be
parent8964193f6bfda5c4cf14eedb7e94892c1f1c34f0
clk: ls1x: Migrate to clk_hw based OF and registration APIs

Now that we have clk_hw based provider APIs to register clks, we
can get rid of struct clk pointers while registering clks in
these drivers, allowing us to move closer to a clear split of
consumer and provider clk APIs.

Cc: Kelvin Cheung <keguang.zhang@gmail.com>
Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-ls1x.c