]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PM / Domains: Run late/early device suspend callbacks at the right time
authorRafael J. Wysocki <rjw@sisk.pl>
Sun, 29 Jan 2012 19:39:02 +0000 (20:39 +0100)
committerRafael J. Wysocki <rjw@sisk.pl>
Sun, 29 Jan 2012 19:39:02 +0000 (20:39 +0100)
commit0496c8ae366724a0a2136cec09a2e277e782c126
tree29fce6f2a0b5e445b01f4c471f1c9d3aeead3d40
parente470d06655e00749f6f9372e4fa4f20cea7ed7c5
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 <rjw@sisk.pl>
drivers/base/power/domain.c