]> www.infradead.org Git - users/jedix/linux-maple.git/commit
power: reset: Add a driver for the ep93xx reset
authorNikita Shubin <nikita.shubin@maquefel.me>
Mon, 9 Sep 2024 08:10:30 +0000 (11:10 +0300)
committerArnd Bergmann <arnd@arndb.de>
Thu, 12 Sep 2024 14:33:10 +0000 (14:33 +0000)
commit9fa7cdb4368f5da184e5050856ca3329318de1ed
treef7ba8f8e1e162fa33118b9c1dc31135d4b2fe99f
parent035f90076fd1cafb17468a2dcef7aad189190980
power: reset: Add a driver for the ep93xx reset

Implement the reset behaviour of the various EP93xx SoCS
in drivers/power/reset.

It used to be located in arch/arm/mach-ep93xx.

Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
Tested-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Acked-by: Sebastian Reichel <sre@kernel.org>
Acked-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/power/reset/Kconfig
drivers/power/reset/Makefile
drivers/power/reset/ep93xx-restart.c [new file with mode: 0644]