RE: [PATCH v3 9/9] scsi: ufshpb: Make host mode parameters configurable

2021-02-18 Thread Avri Altman
> > +What: > /sys/class/scsi_device/*/device/hpb_param_sysfs/timeout_polling_interval_ms > > +Date:February 2021 > > +Contact: Avri Altman > > +Description: the frequency in which the delayed worker that checks the > > + read_timeouts is awaken. > > +>>> ef6bf08

Re: [PATCH v3 9/9] scsi: ufshpb: Make host mode parameters configurable

2021-02-18 Thread Greg KH
On Thu, Feb 18, 2021 at 03:19:32PM +0200, Avri Altman wrote: > We can make use of this commit, to elaborate some more of the host > control mode logic, explaining what role play each and every variable. > > While at it, allow those parameters to be configurable. > > Signed-off-by: Avri Altman >