alistair23-linux/drivers/clk/sunxi
Maxime Ripard 460d0d4448 clk: sunxi: Add a driver for the PLL2
The PLL2 on the A10 and later SoCs is the clock used for all the audio
related operations.

This clock has a somewhat complex output tree, with three outputs (2X, 4X
and 8X) with a fixed divider from the base clock, and an output (1X) with a
post divider.

However, we can simplify things since the 1X divider can be fixed, and we
end up by having a base clock not exposed to any device (or at least
directly, since the 4X output doesn't have any divider), and 4 fixed
divider clocks that will be exposed.

This clock seems to have been introduced, at least in this form, in the
revision B of the A10, but we don't have any information on the clock used
on the revision A.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
2015-10-21 21:51:27 +02:00
..
clk-a10-hosc.c clk: sunxi: Move the 24M oscillator to a file of its own 2014-06-11 09:58:44 +02:00
clk-a10-pll2.c clk: sunxi: Add a driver for the PLL2 2015-10-21 21:51:27 +02:00
clk-a20-gmac.c clk: sunxi: make use of of_clk_parent_fill helper function 2015-07-28 11:59:05 -07:00
clk-factors.c clk: sunxi: Convert to clk_hw based provider APIs 2015-08-24 16:48:56 -07:00
clk-factors.h clk: sunxi: Give sunxi_factors_register a registers parameter 2014-12-21 23:51:37 +01:00
clk-mod0.c clk: sunxi: Include clk.h and remove unused clkdev.h includes 2015-07-20 11:11:26 -07:00
clk-simple-gates.c clk: sunxi: Add A33 gates support 2015-09-18 22:02:17 +02:00
clk-sun6i-apb0-gates.c clk: Remove .owner field for driver 2014-09-25 17:43:31 -07:00
clk-sun6i-apb0.c clk: Remove .owner field for driver 2014-09-25 17:43:31 -07:00
clk-sun6i-ar100.c clk: sunxi: Convert to clk_hw based provider APIs 2015-08-24 16:48:56 -07:00
clk-sun8i-apb0.c clk: Remove .owner field for driver 2014-09-25 17:43:31 -07:00
clk-sun8i-mbus.c clk: sunxi: Include clk.h and remove unused clkdev.h includes 2015-07-20 11:11:26 -07:00
clk-sun9i-core.c clk: sunxi: Include clk.h and remove unused clkdev.h includes 2015-07-20 11:11:26 -07:00
clk-sun9i-mmc.c clk: sunxi: Include clk.h and remove unused clkdev.h includes 2015-07-20 11:11:26 -07:00
clk-sunxi.c The clk framework changes for 4.3 are mostly updates to existing drivers 2015-08-31 17:26:48 -07:00
clk-usb.c clk: sunxi: Include clk.h and remove unused clkdev.h includes 2015-07-20 11:11:26 -07:00
Makefile clk: sunxi: Add a driver for the PLL2 2015-10-21 21:51:27 +02:00