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>
Tue, 14 Feb 2023 08:41:12 +0000 (11:41 +0300)
commita436b8a7d7370b4ef5a7d33015f21e684d387454
treec4024cc0c953ab74a2d94a18f24b3130abba69f1
parent2fc38e2eeec106344c52265d8102c44aad273379
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>
drivers/power/reset/Kconfig
drivers/power/reset/Makefile
drivers/power/reset/ep93xx-restart.c [new file with mode: 0644]