ARM: bcm2835: add a pm_power_off implementation
authorDom Cobley <popcornmix@gmail.com>
Sun, 28 Oct 2012 03:14:50 +0000 (21:14 -0600)
committerStephen Warren <swarren@wwwdotorg.org>
Tue, 15 Jan 2013 04:47:00 +0000 (21:47 -0700)
Add a pm_power_off function that resets the SoC, and indicates to
bootcode.bin not to boot. Should allow a lower power 'off' state, even
if it's not really off.

This is commit 48efdd2 "Add a pm_power_off function that resets us, ..."
downstream.

Signed-off-by: Dom Cobley <popcornmix@gmail.com>
[swarren: Various non-semantic rework for upstreaming]
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>

No differences found