Re: [PATCH 0/2] video: fbdev: Convert from PCI to generic power management

From: Bjorn Helgaas
Date: Wed Jun 08 2022 - 14:10:06 EST


On Wed, Jun 08, 2022 at 06:26:34PM +0200, Daniel Vetter wrote:
> On Tue, Jun 07, 2022 at 06:11:10PM -0500, Bjorn Helgaas wrote:
> > From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
> >
> > PCI-specific power management (pci_driver.suspend and pci_driver.resume) is
> > deprecated. If drivers implement power management, they should use the
> > generic power management framework, not the PCI-specific hooks.
> >
> > No fbdev drivers actually implement PCI power management, but there are a
> > cirrusfb has some commented-out references to it and skeletonfb has
> > examples of it. Remove these.
>
> Is this holding up some cleanup on your side and so would be easier to
> merge these through the pci tree? If so
>
> Acked-by: Daniel Vetter <daniel.vetter@xxxxxxxx>
>
> for merging through your tree. Otherwise I guess Helge will get around to
> pile them up for 5.20 (or 6.0) eventually.

No particular rush and nothing depending on these.

I added your ack to my local branch and if nothing happens for a
while, I'll merge them via my tree.

Bjorn