]> git.baikalelectronics.ru Git - kernel.git/commit
clk: max77686: Migrate to clk_hw based OF and registration APIs
authorStephen Boyd <stephen.boyd@linaro.org>
Tue, 16 Aug 2016 22:38:56 +0000 (15:38 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 18 Aug 2016 23:42:36 +0000 (16:42 -0700)
commit4207981b94202a7ee67f3d0f574991715c866302
tree7570539f5b433d1ee12e30ed53ae5e93a893e8ef
parent9079d064bcc5cbe1dead05482fc5e47f550e8a96
clk: max77686: 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.

Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Tested-by: Javier Martinez Canillas <javier@osg.samsung.com>
Cc: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-max77686.c