]> git.baikalelectronics.ru Git - kernel.git/commit
clk: twl6040: Migrate to clk_hw based registration APIs
authorStephen Boyd <stephen.boyd@linaro.org>
Wed, 1 Jun 2016 23:15:30 +0000 (16:15 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 25 Aug 2016 00:34:11 +0000 (17:34 -0700)
commit1ff5bcd5ee5b883f76f75ab66b915a77ac50069e
tree9e7c3064921f7a673f3e75f436a643647af92023
parent7ac2b5c0f67f036ac8bf288c9a93dd6911fe2de0
clk: twl6040: Migrate to clk_hw based 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: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-twl6040.c