]> git.baikalelectronics.ru Git - kernel.git/commit
power: reset: introduce oxnas-restart
authorDaniel Golle <daniel@makrotopia.org>
Mon, 30 Mar 2020 22:09:59 +0000 (23:09 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Thu, 30 Apr 2020 21:24:33 +0000 (23:24 +0200)
commit03a3fcdbc8b7a46dc713daaad708759ff525af3d
tree485fafad3c83daf390a0210185546dc7087fb7cc
parentc25b5a0c072c4824b2696aeac7325a0322b9c49e
power: reset: introduce oxnas-restart

Add reboot handler for Oxford OX820 chips as reboot currenly hangs on
those boards. Code is based on ox820_assert_system_reset() found in
https://github.com/kref/linux-oxnas.git in
arch/arm/mach-oxnas/mach-ox820.c line 181.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
MAINTAINERS
drivers/power/reset/Kconfig
drivers/power/reset/Makefile
drivers/power/reset/oxnas-restart.c [new file with mode: 0644]