[PATCH V3 0/3] ufs: ufs-qcom: Align programming sequence as per HW spec
From: Nitin Rawat
Date: Tue Jul 08 2025 - 17:26:32 EST
This patch series adds programming support for Qualcomm UFS
to align with Hardware Specification.
In this patch series below changes are taken care.
1. Enable QUnipro Internal Clock Gating
2. Update esi_vec_mask for HW major version >= 6
Changes from v2:
1. Addressed bart's and Mani's comment to move ufshcd_dme_rmw
to ufshcd.c
2. Addressed Mani's and bart's comment to avoid initialisation
of cfg.
3. Addressed Mani's comment to update commit text.
Changes from v1:
1. Moved ufshcd_dme_rmw to ufshcd.h as per avri's comment.
Bao D. Nguyen (1):
ufs: ufs-qcom: Update esi_vec_mask for HW major version >= 6
Nitin Rawat (2):
scsi: ufs: core: Add ufshcd_dme_rmw to modify DME attributes
ufs: ufs-qcom: Enable QUnipro Internal Clock Gating
drivers/ufs/core/ufshcd.c | 24 ++++++++++++++++++++++++
drivers/ufs/host/ufs-qcom.c | 24 ++++++++++++++++++++++--
drivers/ufs/host/ufs-qcom.h | 9 +++++++++
include/ufs/ufshcd.h | 1 +
4 files changed, 56 insertions(+), 2 deletions(-)
--
2.48.1