mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
8f02139ad9
The EHL (Elkhart Lake) based platforms provide a OOB (Out of band)
service, which allows to wakup device when the system is in S5 (Soft-Off
state). This OOB service can be enabled/disabled from BIOS settings. When
enabled, the ISH device gets PME wake capability. To enable PME wakeup,
driver also needs to enable ACPI GPE bit.
On resume, BIOS will clear the wakeup bit. So driver need to re-enable it
in resume function to keep the next wakeup capability. But this BIOS
clearing of wakeup bit doesn't decrement internal OS GPE reference count,
so this reenabling on every resume will cause reference count to overflow.
So first disable and reenable ACPI GPE bit using acpi_disable_gpe().
Fixes:
|
||
---|---|---|
.. | ||
ipc | ||
ishtp | ||
ishtp-fw-loader.c | ||
ishtp-hid-client.c | ||
ishtp-hid.c | ||
ishtp-hid.h | ||
Kconfig | ||
Makefile |