drivers/power/reset/restart-poweroff.c
0 → 100644
+65
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Some devices, Buffalo Linkstation LS-XHL and LS-CHLv2 for example, power-off by restarting to letting u-boot hold the SoC until the user presses a key. Add a generic driver to implement this. It binds a function to pm_power_off, which calls arm_pm_restart. Signed-off-by:Andrew Lunn <andrew@lunn.ch> Tested-by:
Michael Walle <michael@walle.cc> Signed-off-by:
Anton Vorontsov <anton@enomsg.org>