]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
clk: bcm2835: Migrate to clk_hw based registration and OF APIs
authorStephen Boyd <stephen.boyd@linaro.org>
Wed, 1 Jun 2016 23:15:03 +0000 (16:15 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 15 Sep 2016 00:35:48 +0000 (17:35 -0700)
commitb19f009d451060ee820deffa1afba029797fa654
tree2867650d95e2b8804a89b62e5bbc95e6da1ebf01
parentf4e871509959b77debcac8f0dcbad85d6dbde06e
clk: bcm2835: 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 while registering clks in
these drivers, allowing us to move closer to a clear split of
consumer and provider clk APIs.

Cc: Eric Anholt <eric@anholt.net>
Cc: Martin Sperl <kernel@martin.sperl.org>
Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org>
drivers/clk/bcm/clk-bcm2835-aux.c
drivers/clk/bcm/clk-bcm2835.c