RE: [PATCH 4/4] scsi: ufs-mediatek: Add host reset mechanism

2020-09-29 Thread Avri Altman
> > > Add host reset mechanism to try to recover host-side errors > during recovery flow. > > Signed-off-by: Stanley Chu Reviewed-by Avri Altman See some nit below as well. Thanks, Avri > +static void ufs_mtk_init_reset_control(struct ufs_hba *hba, > +

[PATCH 4/4] scsi: ufs-mediatek: Add host reset mechanism

2020-09-08 Thread Stanley Chu
Add host reset mechanism to try to recover host-side errors during recovery flow. Signed-off-by: Stanley Chu --- drivers/scsi/ufs/ufs-mediatek.c | 48 +++-- drivers/scsi/ufs/ufs-mediatek.h | 3 +++ 2 files changed, 49 insertions(+), 2 deletions(-) diff --git