Re: [PATCH v1 0/2] ipw2x00: use generic power management

2020-07-13 Thread Kalle Valo
Vaibhav Gupta writes: > 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

[PATCH v1 0/2] ipw2x00: use generic power management

2020-06-29 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

Re: [PATCH v1 0/2] ipw2x00: use generic power management

2020-06-29 Thread Vaibhav Gupta
On Mon, 29 Jun 2020 at 11:20, Kalle Valo wrote: > > Vaibhav Gupta writes: > > > 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

[PATCH v1 0/2] ipw2x00: use generic power management

2020-06-28 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