aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorKai-Heng Feng <kai.heng.feng@canonical.com>2018-12-03 13:54:38 +0800
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2018-12-20 12:14:23 -0800
commit1fb3a7a75e2efcc83ef21f2434069cddd6fae6f5 (patch)
tree0c504f454371ad8f38b48ac2a6065381aa340541 /scripts
parentice: Do not enable NAPI on q_vectors that have no rings (diff)
downloadlinux-dev-1fb3a7a75e2efcc83ef21f2434069cddd6fae6f5.tar.xz
linux-dev-1fb3a7a75e2efcc83ef21f2434069cddd6fae6f5.zip
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 ("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. To fix the issue, let's not to save PCI states when it's runtime suspend, to let the PCI subsystem enables PME. Fixes: 42eca2302146 ("PCI: Don't touch card regs after runtime suspend D3") Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions