aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/reset/sun6i-reboot.c
Commit message (Collapse)AuthorAge
* power/reset: Remove sun6i reboot driverGuenter Roeck2015-01-25
| | | | | | | | | sun6i restart is now handled by its watchdog driver directly, so this driver is no longer needed. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
* power: reset: Add Allwinner A31 reset codeMaxime Ripard2014-05-23
That code used to be in the machine code, but it's more fit here with other restart hooks. That will allow to cleanup the machine directory, while waiting for a proper watchdog driver for the A31. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Arnd Bergmann <arnd@arndb.de>