linux/drivers/clk/rockchip
Heiko Stübner 5b73840375 clk: rockchip: fix section mismatches with new child-clocks
To model the muxes downstream of fractional dividers we introduced the
child property, allowing to describe a direct child clock.
The first implementation seems to cause section warnings, as the core
clock-tree is marked as initdata while the data pointed to from the
child element is not.

While there may be some way to also set that missing property in the
inline notation I didn't find it, so to actually fix the issue for now
move the sub-definitions into separate declarations that can have
their own __initdata properties.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
2016-01-02 13:40:29 -08:00
..
clk-cpu.c clk: rockchip: Properly include clk.h 2015-07-20 11:11:10 -07:00
clk-inverter.c clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw) 2015-08-24 16:49:12 -07:00
clk-mmc-phase.c The majority of the changes are driver updates and new device 2015-11-05 12:59:36 -08:00
clk-pll.c clk: rockchip: add new pll-type for rk3036 and similar socs 2015-11-23 21:55:07 +01:00
clk-rk3036.c clk: rockchip: fix section mismatches with new child-clocks 2016-01-02 13:40:29 -08:00
clk-rk3188.c clk: rockchip: fix section mismatches with new child-clocks 2016-01-02 13:40:29 -08:00
clk-rk3288.c clk: rockchip: fix section mismatches with new child-clocks 2016-01-02 13:40:29 -08:00
clk-rk3368.c clk: rockchip: fix rk3368 cpuclk divider offsets 2015-12-03 16:20:02 +01:00
clk-rockchip.c
clk.c clk: rockchip: handle mux dependency of fractional dividers 2015-12-23 12:57:29 -08:00
clk.h clk: rockchip: fix section mismatches with new child-clocks 2016-01-02 13:40:29 -08:00
Makefile clk: rockchip: add clock controller for rk3036 2015-11-23 21:59:19 +01:00
softrst.c clk: rockchip: add reset controller 2014-07-13 12:17:07 -07:00