Re: [PATCH v1 00/11] net: ethernet: use generic power management

2020-07-01 Thread Vaibhav Gupta
On Wed, Jul 1, 2020 at 6:31 PM Vaibhav Gupta wrote: > > Linux Kernel Mentee: Remove Legacy Power Management. > > The purpose of this patch series is to remove legacy power management > callbacks > from amd ethernet drivers. s/amd/net --Vaibhav Gupta > > The callbacks performing suspend() and resu

[PATCH v1 00/11] net: ethernet: use generic power management

2020-07-01 Thread Vaibhav Gupta
Linux Kernel Mentee: Remove Legacy Power Management. The purpose of this patch series is to remove legacy power management callbacks from amd ethernet drivers. The callbacks performing suspend() and resume() operations are still calling pci_save_state(), pci_set_power_state(), etc. and handling t