diff options
| author | Rafael J. Wysocki <[email protected]> | 2008-10-06 22:46:05 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2009-01-06 10:44:29 -0800 |
| commit | adf094931ffb25ef4b381559918f1a34181a5273 (patch) | |
| tree | bd343d4c15b21dff6a73359fd2d82ff77e30e0d4 /tools/perf/scripts/python | |
| parent | 238c6d54830c624f34ac9cf123ac04aebfca5013 (diff) | |
PM: Simplify the new suspend/hibernation framework for devices
PM: Simplify the new suspend/hibernation framework for devices
Following the discussion at the Kernel Summit, simplify the new
device PM framework by merging 'struct pm_ops' and
'struct pm_ext_ops' and removing pointers to 'struct pm_ext_ops'
from 'struct platform_driver' and 'struct pci_driver'.
After this change, the suspend/hibernation callbacks will only
reside in 'struct device_driver' as well as at the bus type/
device class/device type level. Accordingly, PCI and platform
device drivers are now expected to put their suspend/hibernation
callbacks into the 'struct device_driver' embedded in
'struct pci_driver' or 'struct platform_driver', respectively.
Signed-off-by: Rafael J. Wysocki <[email protected]>
Acked-by: Pavel Machek <[email protected]>
Cc: Jesse Barnes <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions