commit | fb2cd7d07ae0146db95b68c4c31b2d96cd0e9575 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <stephen.boyd@linaro.org> | Wed Jun 01 16:15:31 2016 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Thu Jun 30 12:26:18 2016 -0700 |
tree | 18ec4e14ca6c34e3e65e9841dbef170838cc7222 | |
parent | 7b38d1b222b42cfed197290332a8e426fb77e8fe [diff] |
clk: u300: 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. Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>