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 the power management themselves, which is not recommended. The conversion requires the removal of the those function calls and change the callback definition accordingly and make use of dev_pm_ops structure. All patches are compile-tested only. Vaibhav Gupta (4): qlge/qlge_main.c: use genric power management staging/rtl8192e: use generic power management rts5208/rtsx.c: use generic power management vt6655/device_main.c: use generic power management drivers/staging/qlge/qlge_main.c | 36 +++++--------------- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 5 +-- drivers/staging/rtl8192e/rtl8192e/rtl_pm.c | 26 ++++---------- drivers/staging/rtl8192e/rtl8192e/rtl_pm.h | 4 +-- drivers/staging/rts5208/rtsx.c | 30 +++++----------- drivers/staging/vt6655/device_main.c | 25 ++++---------- 6 files changed, 36 insertions(+), 90 deletions(-) -- 2.27.0 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel