linux/drivers/net/wwan
Kai-Heng Feng f4dd5174e2 net: wwan: iosm: Keep device at D0 for s2idle case
We are seeing spurious wakeup caused by Intel 7560 WWAN on AMD laptops.
This prevent those laptops to stay in s2idle state.

>From what I can understand, the intention of ipc_pcie_suspend() is to
put the device to D3cold, and ipc_pcie_suspend_s2idle() is to keep the
device at D0. However, the device can still be put to D3hot/D3cold by
PCI core.

So explicitly let PCI core know this device should stay at D0, to solve
the spurious wakeup.

Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-12-27 12:19:51 +00:00
..
iosm net: wwan: iosm: Keep device at D0 for s2idle case 2021-12-27 12:19:51 +00:00
Kconfig net: wwan: make debugfs optional 2021-12-08 17:58:59 -08:00
Makefile net: wwan: Add Qualcomm BAM-DMUX WWAN network driver 2021-11-29 12:27:34 +00:00
mhi_wwan_ctrl.c Revert "net: really fix the build..." 2021-08-26 11:08:32 -07:00
mhi_wwan_mbim.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2021-08-26 17:57:57 -07:00
qcom_bam_dmux.c net: wwan: Add Qualcomm BAM-DMUX WWAN network driver 2021-11-29 12:27:34 +00:00
rpmsg_wwan_ctrl.c net: wwan: Allow WWAN drivers to provide blocking tx and poll function 2021-06-18 13:13:40 -07:00
wwan_core.c net: wwan: make debugfs optional 2021-12-08 17:58:59 -08:00
wwan_hwsim.c wwan: core: support default netdev creation 2021-06-22 10:01:16 -07:00