commit | 068765ba7987e73d4381edfe47b70aa121c7155c | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Sep 01 13:47:49 2014 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Sep 01 13:47:49 2014 +0200 |
tree | 021926eb2535caa0ee30d8bf031b74493aa51b84 | |
parent | 69e273c0b0a3c337a521d083374c918dc52c666f [diff] |
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>