aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorVaibhav Gupta <[email protected]>2020-11-02 22:17:21 +0530
committerMartin K. Petersen <[email protected]>2020-11-25 23:23:21 -0500
commite5b79ebfb854a1b17a7dff1d3b00027363209e4f (patch)
treef532839152f0c10eb1c723990bdaf9c1cda6d997 /tools/perf/scripts/python
parent47c37c4dbf93fb2f35b715f94baec779bd0b2500 (diff)
scsi: hpsa: 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/[email protected] Acked-by: Don Brace <[email protected]> Signed-off-by: Vaibhav Gupta <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions