]> www.infradead.org Git - users/jedix/linux-maple.git/commit
pwm: lpss: drop redundant runtime PM handles
authorRaag Jadav <raag.jadav@intel.com>
Wed, 5 Jun 2024 13:15:33 +0000 (18:45 +0530)
committerUwe Kleine-König <ukleinek@kernel.org>
Wed, 10 Jul 2024 15:53:51 +0000 (17:53 +0200)
commitf3a616e2a8755bb45f72d93aee3ac1b7e808182d
tree4a07eb4d872264d32005acdf3ae015b1b4a6ba32
parent07612a7621ce3fb5c450877b2ecc76ef4d3c0bf9
pwm: lpss: drop redundant runtime PM handles

We no longer need empty runtime PM handles for PCI devices after
commits [1] and [2]. Drop them and let PCI core take care of power
state transitions.

[1] c5eb1190074c ("PCI / PM: Allow runtime PM without callback functions")
[2] fa885b06ec7e ("PCI/PM: Allow runtime PM with no PM callbacks at all")

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Raag Jadav <raag.jadav@intel.com>
Link: https://lore.kernel.org/r/20240605131533.20037-3-raag.jadav@intel.com
Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
drivers/pwm/pwm-lpss-pci.c