Re: [EXT] Re: [PATCH 2/6] qla2xxx: Fix flash read for Qlogic ISPs

2019-09-16 Thread Himanshu Madhani
Hi Martin, On 9/13/19, 5:37 PM, "Martin K. Petersen" wrote: External Email -- Hi Martin, > I believe this patch should be tagged with > > Fixes: 5fa8774c7f38 (scsi: qla2xxx: Add 28xx fla

Re: [EXT] SRR response handling.

2019-09-16 Thread Himanshu Madhani
Hello Dr Greg, On 9/16/19, 10:36 AM, "linux-scsi-ow...@vger.kernel.org on behalf of Dr. G.W. Wettstein" wrote: On Sep 4, 3:03pm, Himanshu Madhani wrote: } Subject: Re: [EXT] SRR response handling. > Adding correct Quinn and removing qlogic.com email ID. So not

[PATCH v4 2/3] scsi: ufs: override auto suspend tunables for ufs

2019-09-16 Thread Stanley Chu
Rework from previous work by: Sujit Reddy Thumma Override auto suspend tunables for UFS device LUNs during initialization so as to efficiently manage background operations and the power consumption. Signed-off-by: Stanley Chu Reviewed-by: Avri Altman Reviewed-by: Bean Huo --- drivers/scsi/uf

[PATCH v4 1/3] scsi: core: allow auto suspend override by low-level driver

2019-09-16 Thread Stanley Chu
Rework from previous work by: Sujit Reddy Thumma Until now the scsi mid-layer forbids runtime suspend till userspace enables it. This is mainly to quarantine some disks with broken runtime power management or have high latencies executing suspend resume callbacks. If the userspace doesn't enable

[PATCH v4 3/3] scsi: ufs-mediatek: enable auto suspend capability

2019-09-16 Thread Stanley Chu
Enable auto suspend capability in MediaTek UFS driver. Signed-off-by: Stanley Chu Reviewed-by: Avri Altman --- drivers/scsi/ufs/ufs-mediatek.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/scsi/ufs/ufs-mediatek.c b/drivers/scsi/ufs/ufs-mediatek.c index 0f6ff33ce52e..83e28edc3ac

[PATCH v4 0/3] scsi: core: allow auto suspend override by low-level driver

2019-09-16 Thread Stanley Chu
Until now the scsi mid-layer forbids runtime suspend till userspace enables it. This is mainly to quarantine some disks with broken runtime power management or have high latencies executing suspend resume callbacks. If the userspace doesn't enable the runtime suspend the underlying hardware will

Re: [PATCH v3 1/3] scsi: core: allow auto suspend override by low-level driver

2019-09-16 Thread Stanley Chu
Hi Bart, > > - > > + unsigned rpm_autosuspend_on:1; /* Runtime autosuspend */ > > atomic_t disk_events_disable_depth; /* disable depth for disk events */ > The "_on" part in the variable name "rpm_autosuspend_on" is probably > redundant and the comment could have been more elaborate. A

Re: [PATCH v3 1/3] scsi: core: allow auto suspend override by low-level driver

2019-09-16 Thread Bart Van Assche
On 9/15/19 11:47 PM, Stanley Chu wrote: diff --git a/include/scsi/scsi_device.h b/include/scsi/scsi_device.h index 202f4d6a4342..495e30adb53f 100644 --- a/include/scsi/scsi_device.h +++ b/include/scsi/scsi_device.h @@ -199,7 +199,7 @@ struct scsi_device { unsigned broken_fua:1; /

RE: [EXT] [PATCH v3 2/3] scsi: ufs: override auto suspend tunables for ufs

2019-09-16 Thread Bean Huo (beanhuo)
> >Signed-off-by: Stanley Chu >Reviewed-by: Avri Altman Reviewed-by: Bean Huo