[PATCH v2 0/3] ufs: qcom: Fix probe failure on SM8550 SoC due to broken LSDBS field
From: Manivannan Sadhasivam via B4 Relay
Date: Thu Aug 15 2024 - 01:17:20 EST
Hi,
This series fixes the probe failure on the Qcom SM8550 SoC due to the broken
LSDBS field in the host controller capabilities register.
Please consider this series for v6.11 as it fixes a regression.
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx>
---
Changes in v2:
- Changed SDBS to LSDBS as per the final version of UFSHCI 4.0 spec
- Moved the quirk check to assignment
- Used correct fixes tag in patch 3/3
- Added tested-by tags
- Link to v1: https://lore.kernel.org/r/20240814-ufs-bug-fix-v1-0-5eb49d5f7571@xxxxxxxxxx
---
Manivannan Sadhasivam (3):
ufs: core: Rename LSDB to LSDBS to reflect the UFSHCI 4.0 spec
ufs: core: Add a quirk for handling broken LSDBS field in controller capabilities register
ufs: qcom: Add UFSHCD_QUIRK_BROKEN_LSDBS_CAP for SM8550 SoC
drivers/ufs/core/ufshcd.c | 10 +++++++---
drivers/ufs/host/ufs-qcom.c | 6 +++++-
include/ufs/ufshcd.h | 9 ++++++++-
include/ufs/ufshci.h | 2 +-
4 files changed, 21 insertions(+), 6 deletions(-)
---
base-commit: 7c626ce4bae1ac14f60076d00eafe71af30450ba
change-id: 20240814-ufs-bug-fix-4427fb01b860
Best regards,
--
Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx>