summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
diff options
context:
space:
mode:
authorVaibhav Gupta <vaibhavgupta40@gmail.com>2020-11-02 22:17:10 +0530
committerMartin K. Petersen <martin.petersen@oracle.com>2020-11-25 23:14:30 -0500
commit756ebbe73fc48fdcb588d38f8b8874591ed5ab90 (patch)
tree8cc1f045456e4aa9f54053d12db79057e1182043 /drivers/remoteproc
parentb7b862d75b49cc26038d03e9f723799b938d3bcf (diff)
downloadlinux-756ebbe73fc48fdcb588d38f8b8874591ed5ab90.tar.gz
linux-756ebbe73fc48fdcb588d38f8b8874591ed5ab90.tar.bz2
linux-756ebbe73fc48fdcb588d38f8b8874591ed5ab90.zip
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>
Diffstat (limited to 'drivers/remoteproc')
0 files changed, 0 insertions, 0 deletions