lkml.org 
[lkml]   [2020]   [May]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[RFC PATCH v1 0/3] ethernet: amd: Convert to generic power management
Date
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 (3):
pcnet32: Convert to generic power management
amd8111e: Convert to generic power mangement
amd-xgbe: Convert to generic power management

drivers/net/ethernet/amd/amd8111e.c | 30 +++++++++---------------
drivers/net/ethernet/amd/pcnet32.c | 22 ++++++++---------
drivers/net/ethernet/amd/xgbe/xgbe-pci.c | 17 +++++++-------
3 files changed, 31 insertions(+), 38 deletions(-)

--
2.26.2

\
 
 \ /
  Last update: 2020-05-26 10:05    [W:0.031 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site