Re: [PATCH v1] hwmon: (fam15h_power) Use generic power management
From: Guenter Roeck
Date: Thu Dec 18 2025 - 13:59:35 EST
On Tue, Dec 16, 2025 at 06:13:59PM +0000, Vaibhav Gupta wrote:
> Switch to the generic PCI power management framework and remove legacy
> .resume() callback. With the generic framework, the
> standard PCI related work like:
> - pci_save/restore_state()
> - pci_enable/disable_device()
> - pci_set_power_state()
> is handled by the PCI core and this driver should implement only
> device specific operations in its respective callback function.
>
> Signed-off-by: Vaibhav Gupta <vaibhavgupta40@xxxxxxxxx>
Applied.
Thanks,
Guenter