-
- Downloads
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>
Showing
- MAINTAINERS 0 additions, 1 deletionMAINTAINERS
- arch/arm/mach-ux500/cpu.c 0 additions, 12 deletionsarch/arm/mach-ux500/cpu.c
- drivers/clk/ux500/u8500_of_clk.c 2 additions, 14 deletionsdrivers/clk/ux500/u8500_of_clk.c
- drivers/clk/ux500/u8540_clk.c 2 additions, 14 deletionsdrivers/clk/ux500/u8540_clk.c
- drivers/clk/ux500/u9540_clk.c 2 additions, 2 deletionsdrivers/clk/ux500/u9540_clk.c
- include/linux/platform_data/clk-ux500.h 0 additions, 17 deletionsinclude/linux/platform_data/clk-ux500.h
Loading
Please register or sign in to comment