power: reset: Add a driver for the ep93xx reset
authorNikita Shubin <nikita.shubin@maquefel.me>
Thu, 1 Jun 2023 05:34:05 +0000 (08:34 +0300)
committerNikita Shubin <nikita.shubin@maquefel.me>
Mon, 10 Jun 2024 07:11:13 +0000 (10:11 +0300)
commit3fb58fc431a601c7658ba4816029fdd77949054a
tree2b16e1d3590587f4fb8b7d7d54c1273433a27cdd
parentfa8baefcfff21147b1a36126c9b95cfb90a1c1e5
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]