RE: [PATCH v2 1/3] scsi: ufs: Do not overwrite Auto-Hibernate timer

2019-05-19 Thread Stanley Chu
Hi Avri, On Mon, 2019-05-20 at 05:47 +, Avri Altman wrote: > > > > Hello Stanley, > > > > On 5/15/19 3:06 PM, Stanley Chu wrote: > > > Some vendor-specific initialization flow may set its own > > > auto-hibernate timer. In this case, do not overwrite timer value > > > as "default value" in u

RE: [PATCH v2 1/3] scsi: ufs: Do not overwrite Auto-Hibernate timer

2019-05-19 Thread Avri Altman
> > Hello Stanley, > > On 5/15/19 3:06 PM, Stanley Chu wrote: > > Some vendor-specific initialization flow may set its own > > auto-hibernate timer. In this case, do not overwrite timer value > > as "default value" in ufshcd_init(). > > > > Signed-off-by: Stanley Chu > > --- > > drivers/scsi/

Re: [PATCH v2 1/3] scsi: ufs: Do not overwrite Auto-Hibernate timer

2019-05-19 Thread Alim Akhtar
Hello Stanley, On 5/15/19 3:06 PM, Stanley Chu wrote: > Some vendor-specific initialization flow may set its own > auto-hibernate timer. In this case, do not overwrite timer value > as "default value" in ufshcd_init(). > > Signed-off-by: Stanley Chu > --- > drivers/scsi/ufs/ufshcd.c | 2 +- >