mbox series

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

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

Message

Stanley Chu Dec. 7, 2019, 12:21 p.m. UTC
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(-)

Comments

Stanley Chu Dec. 13, 2019, 2:48 a.m. UTC | #1
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
Avri Altman Dec. 17, 2019, 7:38 a.m. UTC | #2
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
Martin K. Petersen Dec. 19, 2019, 11:04 p.m. UTC | #3
Stanley,

> This patchset fixes up active duration of ufshcd interrupt to avoid
> potential system hang issues.

Applied to 5.6/scsi-queue, thanks!