tmp_suning_uos_patched/drivers/base/power
Rafael J. Wysocki 9cddad7757 PM: Remove pm_parent from struct dev_pm_info
The pm_parent member of struct dev_pm_info (defined in include/linux/pm.h) is
only used to check if the device's parent is in the right state while the
device is being suspended or resumed.  However, this can be done just as well
with the help of the parent pointer in struct device, so pm_parent can be
removed along with some code that handles it.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-07-11 16:09:01 -07:00
..
main.c PM: Remove pm_parent from struct dev_pm_info 2007-07-11 16:09:01 -07:00
Makefile Add some basic resume trace facilities 2006-06-24 14:44:01 -07:00
power.h Power Management: use mutexes instead of semaphores 2007-07-11 16:09:01 -07:00
resume.c PM: Remove pm_parent from struct dev_pm_info 2007-07-11 16:09:01 -07:00
runtime.c Power Management: use mutexes instead of semaphores 2007-07-11 16:09:01 -07:00
shutdown.c remove "struct subsystem" as it is no longer needed 2007-05-02 18:57:59 -07:00
suspend.c PM: Remove pm_parent from struct dev_pm_info 2007-07-11 16:09:01 -07:00
sysfs.c PM: add kconfig option for deprecated .../power/state files 2006-09-25 21:08:37 -07:00
trace.c Add some basic resume trace facilities 2006-06-24 14:44:01 -07:00