summaryrefslogtreecommitdiff
path: root/drivers/scsi/aic7xxx
diff options
context:
space:
mode:
authorVaibhav Gupta <vaibhavgupta40@gmail.com>2020-11-02 19:47:06 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2020-11-26 07:14:30 +0300
commit7e380b5c27ea3bab1175584c7763d616ecd6e0c5 (patch)
tree8f80b07c62d3b09db8cfa82f2cea2c8f33b78194 /drivers/scsi/aic7xxx
parent7dd2222180762656ccaf9e42ecc289f59fd43bc4 (diff)
downloadlinux-7e380b5c27ea3bab1175584c7763d616ecd6e0c5.tar.xz
scsi: aacraid: Use generic power management
Drivers should do only device-specific jobs. But in general, drivers using legacy PCI PM framework for .suspend()/.resume() have to manage many PCI PM-related tasks themselves which can be done by PCI Core itself. This brings extra load on the driver and it directly calls PCI helper functions to handle them. Switch to the new generic framework by updating function signatures and define a "struct dev_pm_ops" variable to bind PM callbacks. Also, remove unnecessary calls to the PCI Helper functions along with the legacy .suspend & .resume bindings. Link: https://lore.kernel.org/r/20201102164730.324035-6-vaibhavgupta40@gmail.com Acked-by: Balsundar P <balsundar.p@microchip.com> Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/aic7xxx')
0 files changed, 0 insertions, 0 deletions