* RE: [PATCH] scsi: ufs: Fix NOP OUT timeout value
2020-09-02 2:58 ` [PATCH] scsi: ufs: Fix NOP OUT timeout value Daejun Park
@ 2020-09-15 6:35 ` Avri Altman
2020-09-15 7:08 ` Daejun Park
2020-09-16 0:14 ` Martin K. Petersen
2020-09-22 3:56 ` Martin K. Petersen
2 siblings, 1 reply; 6+ messages in thread
From: Avri Altman @ 2020-09-15 6:35 UTC (permalink / raw)
To: daejun7.park@samsung.com, jejb@linux.ibm.com,
martin.petersen@oracle.com, asutoshd@codeaurora.org,
beanhuo@micron.com, stanley.chu@mediatek.com, cang@codeaurora.org,
bvanassche@acm.org, ALIM AKHTAR
Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org,
Sang-yoon Oh, Sung-Jun Park, yongmyung lee, Jinyoung CHOI,
Adel Choi, SEUNGUK SHIN
>
>
> In some Samsung UFS devices, there is some booting fail issue with
> low-power UFS device. The reason of this issue is the UFS device has a
> little bit longer latency for NOP OUT response. It causes booting fail
> because NOP OUT command is issued during initialization to check whether
> the device transport protocol is ready or not. This issue is resolved by
> releasing NOP_OUT_TIMEOUT value.
>
> NOP_OUT_TIMEOUT: 30ms -> 50ms
>
> Signed-off-by: Daejun Park <daejun7.park@samsung.com>
Acked-by: Avri Altman <avri.altman@wdc.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [PATCH] scsi: ufs: Fix NOP OUT timeout value
2020-09-15 6:35 ` Avri Altman
@ 2020-09-15 7:08 ` Daejun Park
0 siblings, 0 replies; 6+ messages in thread
From: Daejun Park @ 2020-09-15 7:08 UTC (permalink / raw)
To: Avri Altman, Daejun Park, jejb@linux.ibm.com,
martin.petersen@oracle.com, asutoshd@codeaurora.org,
beanhuo@micron.com, stanley.chu@mediatek.com, cang@codeaurora.org,
bvanassche@acm.org, ALIM AKHTAR
Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org,
Sang-yoon Oh, Sung-Jun Park, yongmyung lee, Jinyoung CHOI,
Adel Choi, SEUNGUK SHIN
Hi Avri,
> > In some Samsung UFS devices, there is some booting fail issue with
> > low-power UFS device. The reason of this issue is the UFS device has a
> > little bit longer latency for NOP OUT response. It causes booting fail
> > because NOP OUT command is issued during initialization to check whether
> > the device transport protocol is ready or not. This issue is resolved by
> > releasing NOP_OUT_TIMEOUT value.
> >
> > NOP_OUT_TIMEOUT: 30ms -> 50ms
> >
> > Signed-off-by: Daejun Park <daejun7.park@samsung.com>
> Acked-by: Avri Altman <avri.altman@wdc.com>
Thanks for the review.
Bart,
Could you review this patch, please?
Thanks,
Daejun
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] scsi: ufs: Fix NOP OUT timeout value
2020-09-02 2:58 ` [PATCH] scsi: ufs: Fix NOP OUT timeout value Daejun Park
2020-09-15 6:35 ` Avri Altman
@ 2020-09-16 0:14 ` Martin K. Petersen
2020-09-22 3:56 ` Martin K. Petersen
2 siblings, 0 replies; 6+ messages in thread
From: Martin K. Petersen @ 2020-09-16 0:14 UTC (permalink / raw)
To: Daejun Park
Cc: avri.altman@wdc.com, jejb@linux.ibm.com,
martin.petersen@oracle.com, asutoshd@codeaurora.org,
beanhuo@micron.com, stanley.chu@mediatek.com, cang@codeaurora.org,
bvanassche@acm.org, ALIM AKHTAR, linux-scsi@vger.kernel.org,
linux-kernel@vger.kernel.org, Sang-yoon Oh, Sung-Jun Park,
yongmyung lee, Jinyoung CHOI, Adel Choi, SEUNGUK SHIN
Daejun,
> In some Samsung UFS devices, there is some booting fail issue with
> low-power UFS device. The reason of this issue is the UFS device has a
> little bit longer latency for NOP OUT response. It causes booting fail
> because NOP OUT command is issued during initialization to check whether
> the device transport protocol is ready or not. This issue is resolved by
> releasing NOP_OUT_TIMEOUT value.
Applied to 5.10/scsi-staging, thanks!
--
Martin K. Petersen Oracle Linux Engineering
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] scsi: ufs: Fix NOP OUT timeout value
2020-09-02 2:58 ` [PATCH] scsi: ufs: Fix NOP OUT timeout value Daejun Park
2020-09-15 6:35 ` Avri Altman
2020-09-16 0:14 ` Martin K. Petersen
@ 2020-09-22 3:56 ` Martin K. Petersen
2 siblings, 0 replies; 6+ messages in thread
From: Martin K. Petersen @ 2020-09-22 3:56 UTC (permalink / raw)
To: jejb@linux.ibm.com, stanley.chu@mediatek.com, bvanassche@acm.org,
Daejun Park, ALIM AKHTAR, asutoshd@codeaurora.org,
beanhuo@micron.com, cang@codeaurora.org, avri.altman@wdc.com
Cc: Martin K . Petersen, yongmyung lee, Adel Choi, Sung-Jun Park,
linux-scsi@vger.kernel.org, SEUNGUK SHIN, Jinyoung CHOI,
Sang-yoon Oh, linux-kernel@vger.kernel.org
On Wed, 02 Sep 2020 11:58:52 +0900, Daejun Park wrote:
> In some Samsung UFS devices, there is some booting fail issue with
> low-power UFS device. The reason of this issue is the UFS device has a
> little bit longer latency for NOP OUT response. It causes booting fail
> because NOP OUT command is issued during initialization to check whether
> the device transport protocol is ready or not. This issue is resolved by
> releasing NOP_OUT_TIMEOUT value.
>
> [...]
Applied to 5.10/scsi-queue, thanks!
[1/1] scsi: ufs: Fix NOP OUT timeout value
https://git.kernel.org/mkp/scsi/c/782e2efb749f
--
Martin K. Petersen Oracle Linux Engineering
^ permalink raw reply [flat|nested] 6+ messages in thread