RE: [Intel-wired-lan] [PATCH] igb: Fix an issue that PME is not enabled during runtime suspend

2018-12-11 Thread Brown, Aaron F
ernel@vger.kernel.org > Subject: [Intel-wired-lan] [PATCH] igb: Fix an issue that PME is not enabled > during runtime suspend > > I210 ethernet card doesn't wakeup when a cable gets plugged. It's > because its PME is not set. > > Since commit 42eca2302146 ("PC

[PATCH] igb: Fix an issue that PME is not enabled during runtime suspend

2018-12-02 Thread Kai-Heng Feng
I210 ethernet card doesn't wakeup when a cable gets plugged. It's because its PME is not set. Since commit 42eca2302146 ("PCI: Don't touch card regs after runtime suspend D3"), if the PCI state is saved, pci_pm_runtime_suspend() stops calling pci_finish_runtime_suspend(), which enables the PCI PME