On 14/03/23 22:58, Bart Van Assche wrote: > Neither UFS host controllers nor UFS devices require a ten second delay > after a host reset or after a bus reset. Hence this patch. > > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> Acked-by: Adrian Hunter <adrian.hunter@xxxxxxxxx> > --- > drivers/ufs/core/ufshcd.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/ufs/core/ufshcd.c b/drivers/ufs/core/ufshcd.c > index 172d25fef740..ce7b765aa2af 100644 > --- a/drivers/ufs/core/ufshcd.c > +++ b/drivers/ufs/core/ufshcd.c > @@ -8744,6 +8744,7 @@ static struct scsi_host_template ufshcd_driver_template = { > .max_sectors = (1 << 20) / SECTOR_SIZE, /* 1 MiB */ > .max_host_blocked = 1, > .track_queue_depth = 1, > + .skip_settle_delay = 1, > .sdev_groups = ufshcd_driver_groups, > .rpm_autosuspend_delay = RPM_AUTOSUSPEND_DELAY_MS, > };