commit | 7759491274bc5ba7cd72b3b9cc5ec8247b937efb | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm@igel.co.jp> | Fri Mar 13 15:23:04 2009 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Mar 16 19:52:53 2009 +0900 |
tree | f6e98001aa8296220e429c30ac3a8cc42b8cc95d | |
parent | 7a516280b6a99634933b417834e178bde8659da1 [diff] |
sh: SuperH Mobile suspend support This patch contains CONFIG_SUSPEND support to the SuperH architecture. If enabled, SuperH Mobile processors will register their suspend callbacks during boot. To suspend, use "echo mem > /sys/power/state". To allow wakeup, make sure "/sys/device/platform/../power/wakeup" contains "enabled". Additional per-device driver patches are most likely needed. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>