1
0
Fork 0
alistair23-linux/drivers/scsi/arcmsr
Vaibhav Gupta 756ebbe73f scsi: arcmsr: 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-10-vaibhavgupta40@gmail.com
Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2020-11-25 23:14:30 -05:00
..
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
arcmsr.h scsi: arcmsr: Configure the default command timeout value 2020-10-29 22:09:11 -04:00
arcmsr_attr.c scsi: docs: convert arcmsr_spec.txt to ReST 2020-03-11 23:08:03 -04:00
arcmsr_hba.c scsi: arcmsr: Use generic power management 2020-11-25 23:14:30 -05:00