Message ID | 20211208192449.146076-1-helgaas@kernel.org |
---|---|
Headers | show |
Series | block: convert to generic power management | expand |
On Wed, 8 Dec 2021 13:24:45 -0600, Bjorn Helgaas wrote: > 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/ > > [...] Applied, thanks! [1/4] mtip32xx: remove pointless drvdata checking commit: 2920417c98dbe4b58200c12fc9dc152834b76e42 [2/4] mtip32xx: remove pointless drvdata lookups commit: 9e541f142dab67264075baaf8fd2eb4423742c16 [3/4] mtip32xx: convert to generic power management commit: cd97b7e0d78009b45e08b92441d9562f9f37968c [4/4] rsxx: Drop PCI legacy power management commit: ac6f6548fcb3c6da8ff1653a16c66fc1719a2a3e Best regards,
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(-)