All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/5] misc: use generic power management
@ 2020-06-29  8:15 ` Vaibhav Gupta
  0 siblings, 0 replies; 14+ messages in thread
From: Vaibhav Gupta @ 2020-06-29  8:15 UTC (permalink / raw)
  To: Bjorn Helgaas, Bjorn Helgaas, bjorn, Vaibhav Gupta,
	Arnd Bergmann, Greg Kroah-Hartman, Jiri Slaby, Alex Dubov
  Cc: Vaibhav Gupta, linux-kernel, linux-kernel-mentees, skhan

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 (5):
  cb710/core.c: use generic power management
  cardreader/rtsx_pcr.c: use generic power management
  misc/tifm_7xx1.c: use generic power management
  misc/phantom.c: use generic power management
  misc/pch_phub.c: use generic power management

 drivers/misc/cardreader/rtsx_pcr.c | 27 +++++++----------
 drivers/misc/cb710/core.c          | 28 +++++------------
 drivers/misc/pch_phub.c            | 48 ++++++------------------------
 drivers/misc/phantom.c             | 20 +++++--------
 drivers/misc/tifm_7xx1.c           | 30 +++++--------------
 5 files changed, 42 insertions(+), 111 deletions(-)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-06-30  8:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29  8:15 [PATCH v1 0/5] misc: use generic power management Vaibhav Gupta
2020-06-29  8:15 ` [Linux-kernel-mentees] " Vaibhav Gupta
2020-06-29  8:15 ` [PATCH v1 1/5] cb710/core.c: " Vaibhav Gupta
2020-06-29  8:15   ` [Linux-kernel-mentees] " Vaibhav Gupta
2020-06-29  8:15 ` [PATCH v1 2/5] cardreader/rtsx_pcr.c: " Vaibhav Gupta
2020-06-29  8:15   ` [Linux-kernel-mentees] " Vaibhav Gupta
2020-06-29  8:15 ` [PATCH v1 3/5] misc/tifm_7xx1.c: " Vaibhav Gupta
2020-06-29  8:15   ` [Linux-kernel-mentees] " Vaibhav Gupta
2020-06-29  8:15 ` [PATCH v1 4/5] misc/phantom.c: " Vaibhav Gupta
2020-06-29  8:15   ` [Linux-kernel-mentees] " Vaibhav Gupta
2020-06-30  8:19   ` Jiri Slaby
2020-06-30  8:19     ` [Linux-kernel-mentees] " Jiri Slaby
2020-06-29  8:15 ` [PATCH v1 5/5] misc/pch_phub.c: " Vaibhav Gupta
2020-06-29  8:15   ` [Linux-kernel-mentees] " Vaibhav Gupta

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.