Re: [PATCH 2/2] scsi: ufs: ufs-qcom: Use quirk EXTENDED_TX_EQTR_ADAPT_LENGTH_L0L1L2L3

From: Can Guo

Date: Sun May 03 2026 - 23:12:37 EST


Hi Bart,

On 5/4/2026 11:06 AM, Bart Van Assche wrote:
On 5/1/26 3:16 PM, Can Guo wrote:
+    if (host->hw_ver.major == 0x7 && host->hw_ver.minor == 0x1)
+        hba->quirks |= UFSHCD_QUIRK_EXTENDED_TX_EQTR_ADAPT_LENGTH_L0L1L2L3;
How about future versions of the Qualcomm controller? Will future versions support this feature?
Minor version 0x2 might need the same Quirk, 0x3 might not. I don't have a real HW/silicon with minor
version 0x2 or 0x3 handy yet to verify, this is the best I can do as of today.

Thanks,
Can Guo.

Thanks,

Bart.