Re: [PATCH net-next v3 0/2] realtek ethernet : use generic power management.

2020-06-24 Thread Vaibhav Gupta
On Wed, 20 May 2020 at 04:02, David Miller wrote: > > From: Vaibhav Gupta > Date: Mon, 18 May 2020 20:32:12 +0530 > > > The purpose of this patch series is to remove legacy power management > > callbacks > > from realtek ethernet drivers. > > > > The callbacks performing suspend() and resume() o

Re: [PATCH net-next v3 0/2] realtek ethernet : use generic power management.

2020-05-19 Thread David Miller
From: Vaibhav Gupta Date: Mon, 18 May 2020 20:32:12 +0530 > The purpose of this patch series is to remove legacy power management > callbacks > from realtek ethernet drivers. > > The callbacks performing suspend() and resume() operations are still calling > pci_save_state(), pci_set_power_state

[PATCH net-next v3 0/2] realtek ethernet : use generic power management.

2020-05-18 Thread Vaibhav Gupta
The purpose of this patch series is to remove legacy power management callbacks from realtek ethernet drivers. The callbacks performing suspend() and resume() operations are still calling pci_save_state(), pci_set_power_state(), etc. and handling the powermanagement themselves, which is not recomm