PM: Separate hibernation code from suspend code
[ With Johannes Berg <johannes@sipsolutions.net> ] Separate the hibernation (aka suspend to disk code) from the other suspend code. In particular: * Remove the definitions related to hibernation from include/linux/pm.h * Introduce struct hibernation_ops and a new hibernate() function to hibernate the system, defined in include/linux/suspend.h * Separate suspend code in kernel/power/main.c from hibernation-related code in kernel/power/disk.c and kernel/power/user.c (with the help of hibernation_ops) * Switch ACPI (the only user of pm_ops.pm_disk_mode) to hibernation_ops Signed-off-by:Rafael J. Wysocki <rjw@sisk.pl> Cc: Greg KH <greg@kroah.com> Cc: Pavel Machek <pavel@ucw.cz> Cc: Nigel Cunningham <nigel@nigel.suspend2.net> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- Documentation/power/userland-swsusp.txt 14 additions, 12 deletionsDocumentation/power/userland-swsusp.txt
- drivers/acpi/sleep/main.c 53 additions, 14 deletionsdrivers/acpi/sleep/main.c
- drivers/acpi/sleep/proc.c 1 addition, 1 deletiondrivers/acpi/sleep/proc.c
- drivers/i2c/chips/tps65010.c 1 addition, 1 deletiondrivers/i2c/chips/tps65010.c
- include/linux/pm.h 1 addition, 30 deletionsinclude/linux/pm.h
- include/linux/suspend.h 24 additions, 0 deletionsinclude/linux/suspend.h
- kernel/power/disk.c 108 additions, 87 deletionskernel/power/disk.c
- kernel/power/main.c 16 additions, 26 deletionskernel/power/main.c
- kernel/power/power.h 1 addition, 6 deletionskernel/power/power.h
- kernel/power/user.c 6 additions, 7 deletionskernel/power/user.c
- kernel/sys.c 1 addition, 1 deletionkernel/sys.c
Loading
Please register or sign in to comment