commit | b19f009d451060ee820deffa1afba029797fa654 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <stephen.boyd@linaro.org> | Wed Jun 01 16:15:03 2016 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Wed Sep 14 17:35:48 2016 -0700 |
tree | 2867650d95e2b8804a89b62e5bbc95e6da1ebf01 | |
parent | f4e871509959b77debcac8f0dcbad85d6dbde06e [diff] |
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>