RE: [Intel-wired-lan] [PATCH v1 1/5] iavf: use generic power management

2020-07-01 Thread Bowers, AndrewX
gt; Cc: Vaibhav Gupta ; netdev@vger.kernel.org; > linux-ker...@vger.kernel.org; intel-wired-...@lists.osuosl.org; > sk...@linuxfoundation.org; linux-kernel- > ment...@lists.linuxfoundation.org > Subject: [Intel-wired-lan] [PATCH v1 1/5] iavf: use generic power > management > > With the supp

[PATCH v1 1/5] iavf: use generic power management

2020-06-29 Thread Vaibhav Gupta
With the support of generic PM callbacks, drivers no longer need to use legacy .suspend() and .resume() in which they had to maintain PCI states changes and device's power state themselves. The required operations are done by PCI core. PCI drivers are not expected to invoke PCI helper functions li