linux-stable/drivers/clk/sunxi
Maxime Ripard 601da9d0a5 clk: sunxi: factors: Invert the probing logic
Until now, the factors clock probing was done directly by sunxi_init_clocks,
with the factors registration being called directly with the clocks data passed
as an argument.

This approch has shown its limits when we added more clocks, since we couldn't
really split code with such a logic in smaller files, and led to a huge file
having all the clocks.

Introduce an intermediate probing function, so that factor clocks will be able
to directly be called by CLK_OF_DECLARE, which will in turn ease the split into
several files.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
2014-09-27 08:58:01 +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-a20-gmac.c clk: sunxi: add __iomem markings to MMIO pointers 2014-07-28 15:39:05 -07:00
clk-factors.c clk: sunxi: factors: Invert the probing logic 2014-09-27 08:58:01 +02:00
clk-factors.h clk: sunxi: factors: Invert the probing logic 2014-09-27 08:58:01 +02:00
clk-sun6i-apb0-gates.c clk: sunxi: staticize structures and arrays 2014-07-28 15:39:22 -07:00
clk-sun6i-apb0.c clk: sunxi: staticize structures and arrays 2014-07-28 15:39:22 -07:00
clk-sun6i-ar100.c clk: sunxi: staticize structures and arrays 2014-07-28 15:39:22 -07:00
clk-sun8i-apb0.c clk: sunxi: staticize structures and arrays 2014-07-28 15:39:22 -07:00
clk-sunxi.c clk: sunxi: factors: Invert the probing logic 2014-09-27 08:58:01 +02:00
Makefile clk: sunxi: Add A23 APB0 divider clock support 2014-07-07 10:46:21 +02:00