1
0
Fork 0
remarkable-linux/drivers/clk/ux500
Arnd Bergmann 269f1aac14 ARM: ux500: use CLK_OF_DECLARE()
The ux500 DT support predates the CLK_OF_DECLARE macro and calls
directly into the clk driver from platform code.

Converting this to CLK_OF_DECLARE makes the code much nicer and
similar to how modern platforms do it today. It also removes the
last user of cpu_is_u8500_family() etc.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2016-07-12 11:24:07 +02:00
..
Makefile clk: ux500: delete the non-DT U8500 clock implementation 2015-08-24 16:49:02 -07:00
abx500-clk.c clk: ux500: Remove CLK_IS_ROOT 2016-03-02 17:48:03 -08:00
clk-prcc.c clk: ux500: Drop use of clk-private.h 2015-01-27 11:56:33 -08:00
clk-prcmu.c clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw) 2015-08-24 16:49:12 -07:00
clk-sysctrl.c clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw) 2015-08-24 16:49:12 -07:00
clk.h clk: ux500: Remove clk.h and clkdev.h includes 2015-07-20 11:11:18 -07:00
u8500_of_clk.c ARM: ux500: use CLK_OF_DECLARE() 2016-07-12 11:24:07 +02:00
u8540_clk.c ARM: ux500: use CLK_OF_DECLARE() 2016-07-12 11:24:07 +02:00
u9540_clk.c ARM: ux500: use CLK_OF_DECLARE() 2016-07-12 11:24:07 +02:00