RE: [PATCH v3 19/28] scsi: hpsa: use generic power management

2020-10-27 Thread Don.Brace
...@lists.linuxfoundation.org; linux-s...@vger.kernel.org; esc.storage...@microsemi.com; megaraidlinux@broadcom.com; mpt-fusionlinux@broadcom.com Subject: [PATCH v3 19/28] scsi: hpsa: use generic power management EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe

[PATCH v3 19/28] scsi: hpsa: use generic power management

2020-10-01 Thread Vaibhav Gupta
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