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

From: David Miller
Date: Tue May 19 2020 - 18:32:44 EST


From: Vaibhav Gupta <vaibhavgupta40@xxxxxxxxx>
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(), etc. and handling the powermanagement
> themselves, which is not recommended.
>
> The conversion requires the removal of the those function calls and change the
> callback definition accordingly.
>
> All Changes are compile-tested only.

Series applied, thanks.