]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit63ed0dd827354567a3cdf0be3da5b5ec6d73921d
tree021926eb2535caa0ee30d8bf031b74493aa51b84
parentc2dea2904d38f5f9f9f866476cafdab22b452972
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