All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/4] block: convert to generic power management
@ 2021-12-08 19:24 ` Bjorn Helgaas
  0 siblings, 0 replies; 16+ messages in thread
From: Bjorn Helgaas @ 2021-12-08 19:24 UTC (permalink / raw)
  To: Jens Axboe, Joshua Morris, Philip Kelleher
  Cc: Rafael J . Wysocki, Vaibhav Gupta, Vaibhav Gupta, linux-block,
	linux-pci, linux-kernel, linux-kernel-mentees, Shuah Khan,
	Bjorn Helgaas

From: Bjorn Helgaas <bhelgaas@google.com>

This is a repost of patches from Vaibhav to convert from legacy PCI power
management to generic power management.  The most recent posting is here:

  https://lore.kernel.org/all/20210114115423.52414-1-vaibhavgupta40@gmail.com/

Vaibhav has converted around 180 drivers to generic power management, and
over 100 of those conversions have made it upstream.  If we can finish off
the remaining ones, we'll be able to remove quite a bit of ugly legacy code
from the PCI core.

I updated the commit logs to try to make it easier to verify these.

I also added a couple trivial mtip32xx cleanup patches in the same area and
changed the rsxx patch to completely drop the PM ops since the driver
doesn't support PM at all.

Bjorn Helgaas (3):
  mtip32xx: remove pointless drvdata checking
  mtip32xx: remove pointless drvdata lookups
  rsxx: Drop PCI legacy power management

Vaibhav Gupta (1):
  mtip32xx: convert to generic power management

 drivers/block/mtip32xx/mtip32xx.c | 86 ++++++++-----------------------
 drivers/block/rsxx/core.c         |  7 ---
 2 files changed, 22 insertions(+), 71 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-12-14 13:59 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-08 19:24 [PATCH v5 0/4] block: convert to generic power management Bjorn Helgaas
2021-12-08 19:24 ` Bjorn Helgaas
2021-12-08 19:24 ` [PATCH v5 1/4] mtip32xx: remove pointless drvdata checking Bjorn Helgaas
2021-12-08 19:24   ` Bjorn Helgaas
2021-12-08 19:24 ` [PATCH v5 2/4] mtip32xx: remove pointless drvdata lookups Bjorn Helgaas
2021-12-08 19:24   ` Bjorn Helgaas
2021-12-08 19:24 ` [PATCH v5 3/4] mtip32xx: convert to generic power management Bjorn Helgaas
2021-12-08 19:24   ` Bjorn Helgaas
2021-12-08 19:24 ` [PATCH v5 4/4] rsxx: Drop PCI legacy " Bjorn Helgaas
2021-12-08 19:24   ` Bjorn Helgaas
2021-12-14  7:55   ` Christoph Hellwig
2021-12-14  7:55     ` Christoph Hellwig
2021-12-14 13:59     ` Jens Axboe
2021-12-14 13:59       ` Jens Axboe
2021-12-14 13:59 ` [PATCH v5 0/4] block: convert to generic " Jens Axboe
2021-12-14 13:59   ` Jens Axboe

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.