Re: [PATCH v1 2/2] pwm: lpss: drop redundant runtime PM handles

From: Raag Jadav
Date: Wed Feb 14 2024 - 04:32:44 EST


On Wed, Feb 14, 2024 at 09:04:09AM +0200, Jarkko Nikula wrote:
> On 2/12/24 08:10, Raag Jadav wrote:
> > We no longer need empty runtime PM handles for PCI devices after commit
> > c5eb1190074c ("PCI / PM: Allow runtime PM without callback functions").
> > Drop them and let PCI core take care of power state transitions.
> >
> > Signed-off-by: Raag Jadav <raag.jadav@xxxxxxxxx>
> > Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> > ---
> > drivers/pwm/pwm-lpss-pci.c | 22 ----------------------
> > 1 file changed, 22 deletions(-)
> >
> Will this patch cause a regression if applied without your another patch to
> the drivers/pci/pci-driver.c?
>
> https://lore.kernel.org/linux-pci/20240212063233.5599-1-raag.jadav@xxxxxxxxx/

Yes, I'll send out a v2 with updated commit message after the PCI
one is accepted.

Raag