mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-21 22:19:22 -05:00
scsi: ufs: core: Disable the reset settle delay
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@acm.org> Link: https://lore.kernel.org/r/20230314205822.313447-1-bvanassche@acm.org Acked-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
58b42c949b
commit
fb5ea4f520
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user