]> git.baikalelectronics.ru Git - kernel.git/commit
fm10k: use generic PM hooks instead of legacy PCIe power hooks
authorJacob Keller <jacob.e.keller@intel.com>
Mon, 10 Jul 2017 20:23:16 +0000 (13:23 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 3 Oct 2017 15:19:33 +0000 (08:19 -0700)
commit965688895bebfc9ac7bd638f5fe2466e962ef823
tree2adbe87262e1389db51ec5cae47aef9931628fbc
parenta69f3515c63fadb37654512c15dd23c069fe7fa6
fm10k: use generic PM hooks instead of legacy PCIe power hooks

Replace the PCI specific legacy power management hooks with the new
generic power management hooks which work properly for both suspend and
hibernate. The new generic system is better and properly handles the
lower level PCIe power management rather than forcing the driver to
handle it.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/fm10k/fm10k_pci.c