]> git.baikalelectronics.ru Git - kernel.git/commit
clk: scpi: Migrate to clk_hw based OF and registration APIs
authorStephen Boyd <stephen.boyd@linaro.org>
Wed, 1 Jun 2016 23:15:25 +0000 (16:15 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 25 Aug 2016 00:29:58 +0000 (17:29 -0700)
commit93d88ac2ec4847940f5dc1f8d9fc1ad4844f6e38
tree6ec263ea20228c20a2ce1277777fc865504c1250
parent4364eb0d424ce64f069d30beeb929c315fc7a8a7
clk: scpi: 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: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-scpi.c