Searched hist:"8 a6b7e2b3acfc1bd6f653a4d12c04aa1df736b84" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/clk/ |
H A D | Makefile | diff 8a6b7e2b3acfc1bd6f653a4d12c04aa1df736b84 Mon Sep 09 10:10:28 CEST 2024 Nikita Shubin <nikita.shubin@maquefel.me> clk: ep93xx: add DT support for Cirrus EP93xx
Rewrite EP93xx clock driver located in arch/arm/mach-ep93xx/clock.c trying to do everything the device tree way:
- provide clock acces via of - drop clk_hw_register_clkdev - drop init code and use module_auxiliary_driver
Co-developed-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
H A D | Kconfig | diff 8a6b7e2b3acfc1bd6f653a4d12c04aa1df736b84 Mon Sep 09 10:10:28 CEST 2024 Nikita Shubin <nikita.shubin@maquefel.me> clk: ep93xx: add DT support for Cirrus EP93xx
Rewrite EP93xx clock driver located in arch/arm/mach-ep93xx/clock.c trying to do everything the device tree way:
- provide clock acces via of - drop clk_hw_register_clkdev - drop init code and use module_auxiliary_driver
Co-developed-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|