linux/drivers/clk/rockchip
Heiko Stuebner 6f339dc271 clk: rockchip: lookup General Register Files in rockchip_clk_init
In the distant past syscons were initialized pretty late and weren't
available at the time the clock init ran. As the GRF is mainly needed
for PLL lock-status checking, we had this lazy init that tried to grab
the syscon on PLL rate changes and denied these changes if it was not
available.

These days syscons are available very early and recent addition to
rockchip clocks, like the PLL clk_init actually also rely on them
being available at that time, so there is no need to keep that lazy
init around, as it will also result in some more simplifications in
other parts of the clock-code.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
2016-05-09 16:04:11 +02:00
..
clk-cpu.c clk: rockchip: allow varying mux parameters for cpuclk pll-sources 2016-03-27 13:03:33 +02:00
clk-inverter.c clk: rockchip: don't return NULL when registering inverter fails 2016-02-15 23:35:20 +01:00
clk-mmc-phase.c clk: rockchip: fix checkpatch warning in core code 2016-04-20 09:53:39 +02:00
clk-pll.c clk: rockchip: fix of spelling mistake on unsuccessful in pll clock type 2016-04-25 09:34:03 +02:00
clk-rk3036.c clk: rockchip: release io resource when failing to init clk 2016-03-27 13:03:35 +02:00
clk-rk3188.c clk: rockchip: release io resource when failing to init clk 2016-03-27 13:03:35 +02:00
clk-rk3228.c clk: rockchip: release io resource when failing to init clk 2016-03-27 13:03:35 +02:00
clk-rk3288.c clk: rockchip: release io resource when failing to init clk 2016-03-27 13:03:35 +02:00
clk-rk3368.c clk: rockchip: release io resource when failing to init clk 2016-03-27 13:03:35 +02:00
clk-rk3399.c clk: rockchip: fix the rk3399 sdmmc sample / drv name 2016-05-08 22:40:32 +02:00
clk-rockchip.c clk: rockchip: fix function type for CLK_OF_DECLARE 2014-05-20 14:25:22 -05:00
clk.c clk: rockchip: lookup General Register Files in rockchip_clk_init 2016-05-09 16:04:11 +02:00
clk.h clk: rockchip: fix checkpatch warning in core code 2016-04-20 09:53:39 +02:00
Makefile clk: rockchip: add clock controller for the RK3399 2016-03-28 14:57:07 +02:00
softrst.c clk: rockchip: add reset controller 2014-07-13 12:17:07 -07:00