linux/drivers/clk/pxa
Robert Jarzmik 14dd5b01ae clk: pxa: declare init function and data __init
As the clock descriptions are constant and only usefull at init time,
mark them as such by :
 - spliting clock description (desc) and clock private data (dynamic)
 - mark __initdata clock descriptions

This makes all the register and descriptions of the clocks to go after
kernel init phase.

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
2014-11-17 11:27:44 -08:00
..
clk-pxa25x.c clk: add pxa25x clock drivers 2014-11-17 11:20:55 -08:00
clk-pxa27x.c clk: pxa: declare init function and data __init 2014-11-17 11:27:44 -08:00
clk-pxa.c clk: pxa: declare init function and data __init 2014-11-17 11:27:44 -08:00
clk-pxa.h clk: pxa: declare init function and data __init 2014-11-17 11:27:44 -08:00
Makefile clk: add pxa25x clock drivers 2014-11-17 11:20:55 -08:00