commit | ffd8f9a727f27270584c7472ca56cce1e4736888 | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Fri Dec 28 13:25:11 2012 +0100 |
committer | Anton Vorontsov <anton@enomsg.org> | Sun Jan 06 14:00:31 2013 -0800 |
tree | e12dbb3f62ace5eb65251bc646f3da5a47a193ad | |
parent | e8fc721a9ab8dd6723063a92f5c5fdb5eaffbd6e [diff] |
power/reset: Add a new driver implementing 'power off by restarting' 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>