PM / sleep: Mechanism for aborting system suspends unconditionally
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 1 Sep 2014 11:47:49 +0000 (13:47 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 1 Sep 2014 11:47:49 +0000 (13:47 +0200)
commit068765ba7987e73d4381edfe47b70aa121c7155c
tree021926eb2535caa0ee30d8bf031b74493aa51b84
parent69e273c0b0a3c337a521d083374c918dc52c666f
PM / sleep: Mechanism for aborting system suspends unconditionally

It sometimes may be necessary to abort a system suspend in
progress or wake up the system from suspend-to-idle even if the
pm_wakeup_event()/pm_stay_awake() mechanism is not enabled.

For this purpose, introduce a new global variable pm_abort_suspend
and make pm_wakeup_pending() check its value.  Also add routines
for manipulating that variable.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/wakeup.c
include/linux/suspend.h
kernel/power/process.c
This page took 0.026915 seconds and 5 git commands to generate.