From: Rafael J. Wysocki Date: Wed, 15 Dec 2010 23:50:30 +0000 (+0100) Subject: PM: Use a different list of devices for each stage of device suspend X-Git-Tag: v2.6.38-rc1~443^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a43a9ab7b329aa8590f8a064df9bf8c80987507;p=pandora-kernel.git PM: Use a different list of devices for each stage of device suspend Instead of keeping all devices in the same list during system suspend and resume, regardless of what suspend-resume callbacks have been executed for them already, use separate lists of devices that have had their ->prepare(), ->suspend() and ->suspend_noirq() callbacks executed. This will allow us to simplify the core device suspend and resume routines. Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed