RE: [PATCH v1 0/2] scsi: ufs: fixup active period of ufshcd interrupt

From: Avri Altman
Date: Tue Dec 17 2019 - 02:38:14 EST


Looks good to me.
Reviewed-by: Avri Altman <avri.altman@xxxxxxx>

>
> On Sat, 2019-12-07 at 20:21 +0800, Stanley Chu wrote:
> > This patchset fixes up active duration of ufshcd interrupt to avoid potential
> system hang issues.
> >
> > Stanley Chu (2):
> > scsi: ufs: disable irq before disabling clocks
> > scsi: ufs: disable interrupt during clock-gating
> >
> > drivers/scsi/ufs/ufshcd.c | 15 ++++++++++-----
> > 1 file changed, 10 insertions(+), 5 deletions(-)
> >
>
> Thanks,
> Stanley