]> git.baikalelectronics.ru Git - kernel.git/commit
PM: Separate suspend to RAM functionality from core
authorRafael J. Wysocki <rjw@sisk.pl>
Tue, 9 Jun 2009 23:27:12 +0000 (01:27 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Fri, 12 Jun 2009 19:32:33 +0000 (21:32 +0200)
commitbe7bbf1e3fd86ed9d04da8c55dcea29438d3d15a
treec4ec7fb30dc4510596ffc9ddffe308ef34837af2
parent7ab4476537238e72b53dd5eece845178ee14b933
PM: Separate suspend to RAM functionality from core

Move the suspend to RAM and standby code from kernel/power/main.c
to two separate files, kernel/power/suspend.c containing the basic
functions and kernel/power/suspend_test.c containing the automatic
suspend test facility based on the RTC clock alarm.

There are no changes in functionality related to these modifications.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Pavel Machek <pavel@ucw.cz>
kernel/power/Makefile
kernel/power/main.c
kernel/power/power.h
kernel/power/suspend.c [new file with mode: 0644]
kernel/power/suspend_test.c [new file with mode: 0644]