aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/wakeup.c
diff options
context:
space:
mode:
authorZhang Rui <rui.zhang@intel.com>2022-05-19 22:35:05 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-05-19 19:40:25 +0200
commit55266546f45dcc9284ca93f4fa3f6693d30ea8ce (patch)
tree52a936ab664a570d30ad84f47579d4d75f61059a /drivers/base/power/wakeup.c
parentLinux 5.18-rc7 (diff)
downloadlinux-dev-55266546f45dcc9284ca93f4fa3f6693d30ea8ce.tar.xz
linux-dev-55266546f45dcc9284ca93f4fa3f6693d30ea8ce.zip
PM: wakeup: expose pm_wakeup_pending to modules
intel_pch_thermal driver needs a long delay to cool itself (60 seconds in maximum) during suspend. When a wakeup event occures during the delay, it is better for the intel_pch_thermal driver to detect this and quit cooling because the suspend is likely to abort anyway. Thus expose pm_wakeup_pending to modules so that intel_pch_thermal driver can be aware of the wakeup events. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Tested-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/base/power/wakeup.c')
-rw-r--r--drivers/base/power/wakeup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/power/wakeup.c b/drivers/base/power/wakeup.c
index a57d469676ca..11a4ffe91367 100644
--- a/drivers/base/power/wakeup.c
+++ b/drivers/base/power/wakeup.c
@@ -930,6 +930,7 @@ bool pm_wakeup_pending(void)
return ret || atomic_read(&pm_abort_suspend) > 0;
}
+EXPORT_SYMBOL_GPL(pm_wakeup_pending);
void pm_system_wakeup(void)
{