From: Rafael J. Wysocki Date: Sun, 29 Jan 2012 19:39:02 +0000 (+0100) Subject: PM / Domains: Run late/early device suspend callbacks at the right time X-Git-Tag: v3.4-rc1~173^2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0496c8ae366724a0a2136cec09a2e277e782c126;p=pandora-kernel.git PM / Domains: Run late/early device suspend callbacks at the right time After the introduction of the late/early phases of device suspend/resume during system-wide power transitions it is possible to make the generic PM domains code execute its default late/early device suspend/resume callbacks during those phases instead of the corresponding _noirq phases. The _noirq device suspend/resume phases were only used for executing those callbacks, because this was the only way it could be done, but now we can do better. Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed