Message ID | 1575721321-8071-1-git-send-email-stanley.chu@mediatek.com (mailing list archive) |
---|---|
Headers | show |
Series | scsi: ufs: fixup active period of ufshcd interrupt | expand |
Dear reviewers, Gentle ping for this patch set. 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
Looks good to me. Reviewed-by: Avri Altman <avri.altman@wdc.com> > > 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
Stanley, > This patchset fixes up active duration of ufshcd interrupt to avoid > potential system hang issues. Applied to 5.6/scsi-queue, thanks!