From: Victor Gallardo Date: Fri, 8 Oct 2010 10:25:27 +0000 (+0000) Subject: powerpc/4xx: Add suspend and idle support X-Git-Tag: v2.6.38-rc1~405^2~23^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d164f6d4f9108126f69ba2963cf6fb7ef4ba9232;p=pandora-kernel.git powerpc/4xx: Add suspend and idle support Add suspend/resume support for 4xx compatible CPUs. See /sys/power/state for available power states configured in. Add two different idle states (idle-wait and idle-doze) controlled via sysfs. Default is idle-wait. cat /sys/devices/system/cpu/cpu0/idle [wait] doze To save additional power, use idle-doze. echo doze > /sys/devices/system/cpu/cpu0/idle cat /sys/devices/system/cpu/cpu0/idle wait [doze] Signed-off-by: Victor Gallardo Signed-off-by: Josh Boyer --- Reading git-diff-tree failed