aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi/clk-a10-hosc.c
Commit message (Collapse)AuthorAge
* clk: sunxi: Remove CLK_IS_ROOTStephen Boyd2016-04-15
| | | | | | | | This flag is a no-op now. Remove usage of the flag. Cc: Maxime Ripard <maxime.ripard@free-electrons.com> Cc: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: sunxi: Remove clk_register_clkdev callsMaxime Ripard2016-02-11
| | | | | | | Now that our protection code doesn't use the global name lookup anymore, we can remove the clkdev registrations. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
* clk: sunxi: Move the 24M oscillator to a file of its ownMaxime Ripard2014-06-11
Since we have a folder of our own, we can actually make use of it by splitting the huge clock file into several sub drivers. The main oscillator is pretty easy to deal with, since it's pretty much isolated. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Mike Turquette <mturquette@linaro.org> Signed-off-by: Emilio López <emilio@elopez.com.ar>