Skip to content
Commit befb270f authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'realtek-ethernet-use-generic-power-management'



Vaibhav Gupta says:

====================
realtek ethernet : use generic power management.

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.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents f8e48fca a1eae9f6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment