linux/drivers/clk/rockchip
Heiko Stuebner 1d646229f2 clk: rockchip: remove deprecated gate-clk code and dt-binding
Initially we tried modeling clocks via the devicetree before switching
to clocks declared in the clock drivers and only exporting specific
ids to the devicetree.

As the old code was in the kernel for 1-2 releases when the new mode
of operation was added we kept it for backwards compatibility.

That deprecation notice is in the binding since july 2014, so nearly
4 years now and I think it's time to drop the old cruft.

Especially as at the time using the mainline kernel on Rockchip devices
was not really possible, except for experiments on the really old socs of
the rk3066 + rk3188 line, so there shouldn't be any devicetrees still
around that rely on that code.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Reviewed-by: Rob Herring <robh@kernel.org>
2018-05-23 13:19:06 +02:00
..
Makefile clk: rockchip: remove deprecated gate-clk code and dt-binding 2018-05-23 13:19:06 +02:00
clk-cpu.c
clk-ddr.c
clk-inverter.c
clk-mmc-phase.c clk: rockchip: Fix error return in phase clock registration 2018-03-23 09:08:43 +01:00
clk-muxgrf.c
clk-pll.c
clk-rk3036.c
clk-rk3128.c
clk-rk3188.c
clk-rk3228.c clk: rockchip: Fix wrong parent for SDMMC phase clock for rk3228 2018-03-23 08:49:35 +01:00
clk-rk3288.c
clk-rk3328.c clk: rockchip: Fix wrong parents for MMC phase clock for rk3328 2018-03-23 08:58:19 +01:00
clk-rk3368.c
clk-rk3399.c clk: rockchip: assign correct id for pclk_ddr and hclk_sd in rk3399 2018-03-23 09:09:19 +01:00
clk-rv1108.c
clk.c clk: rockchip: use match_string() helper 2018-05-22 13:32:09 +02:00
clk.h
softrst.c