mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
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> |
||
|---|---|---|
| .. | ||
| abx500-clk.c | ||
| clk-prcc.c | ||
| clk-prcmu.c | ||
| clk-sysctrl.c | ||
| clk.h | ||
| Makefile | ||
| u8500_of_clk.c | ||
| u8540_clk.c | ||
| u9540_clk.c | ||