power: reset: Add a driver for the ep93xx reset
authorNikita Shubin <nikita.shubin@maquefel.me>
Wed, 26 May 2021 11:25:59 +0000 (14:25 +0300)
committerNikita Shubin <nikita.shubin@maquefel.me>
Wed, 31 May 2023 10:51:50 +0000 (13:51 +0300)
commit6c9ba88d9dcd295d92ae1295341b0ed818547d87
treeee871ef908474ba1294890f5129b0e0954341aa8
parent881dc7ed8ef3b2c464a76838ad388a373511db13
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>
Acked-by: Sebastian Reichel <sre@kernel.org>
drivers/power/reset/Kconfig
drivers/power/reset/Makefile
drivers/power/reset/ep93xx-restart.c [new file with mode: 0644]