Re: [PATCH v1] scsi: ufs-mediatek: Fix incorrect time to wait link status

2020-08-17 Thread Martin K. Petersen
On Sun, 9 Aug 2020 13:57:02 +0800, Stanley Chu wrote: > Fix incorrect calculation of "ms" based waiting time in > function ufs_mtk_setup_clocks(). Applied to 5.9/scsi-fixes, thanks! [1/1] scsi: ufs-mediatek: Fix incorrect time to wait link status https://git.kernel.org/mkp/scsi/c/215d32670

RE: [PATCH v1] scsi: ufs-mediatek: Fix incorrect time to wait link status

2020-08-10 Thread Avri Altman
> > Fix incorrect calculation of "ms" based waiting time in > function ufs_mtk_setup_clocks(). > > Fixes: 9006e3986f66 ("scsi: ufs-mediatek: Do not gate clocks if auto-hibern8 > is > not entered yet") > Signed-off-by: Stanley Chu Reviewed-by: Avri Altman

[PATCH v1] scsi: ufs-mediatek: Fix incorrect time to wait link status

2020-08-08 Thread Stanley Chu
Fix incorrect calculation of "ms" based waiting time in function ufs_mtk_setup_clocks(). Fixes: 9006e3986f66 ("scsi: ufs-mediatek: Do not gate clocks if auto-hibern8 is not entered yet") Signed-off-by: Stanley Chu --- drivers/scsi/ufs/ufs-mediatek.c | 2 +- 1 file changed, 1 insertion(+), 1 del