diff options
| author | Martin K. Petersen <martin.petersen@oracle.com> | 2025-11-19 22:59:25 -0500 |
|---|---|---|
| committer | Martin K. Petersen <martin.petersen@oracle.com> | 2025-11-19 22:59:25 -0500 |
| commit | e54f7b4b8159d76d601788ca61267247fac67abf (patch) | |
| tree | 27fd53e094b320bccf3cc38f80650126e0757544 /include/ufs | |
| parent | 13b77ed9c2a9e5a1248222df8aeaecb0c2ead9cb (diff) | |
| parent | a2b32bc1d9e359a9f90d0de6af16699facb10935 (diff) | |
Merge branch 6.18/scsi-fixes into 6.19/scsi-staging
Pull in fixes branch to resolve UFS merge conflict.
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/ufs')
| -rw-r--r-- | include/ufs/ufshcd.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ufs/ufshcd.h b/include/ufs/ufshcd.h index c07ba003a5cb..37b443d48528 100644 --- a/include/ufs/ufshcd.h +++ b/include/ufs/ufshcd.h @@ -683,6 +683,13 @@ enum ufshcd_quirks { * single doorbell mode. */ UFSHCD_QUIRK_BROKEN_LSDBS_CAP = 1 << 25, + + /* + * This quirk indicates that DME_LINKSTARTUP should not be issued a 2nd + * time (refer link_startup_again) after the 1st time was successful, + * because it causes link startup to become unreliable. + */ + UFSHCD_QUIRK_PERFORM_LINK_STARTUP_ONCE = 1 << 26, }; enum ufshcd_caps { |
