scsi: ufs: qcom: add a new phy calibrate API call
authorNitin Rawat <quic_nitirawa@quicinc.com>
Mon, 26 May 2025 15:38:13 +0000 (21:08 +0530)
committerVinod Koul <vkoul@kernel.org>
Sun, 15 Jun 2025 14:23:24 +0000 (19:53 +0530)
commit399c75b6a9ed2fd609f9ad4c22cdd6364bc9d441
tree66e5abc538cb54b6e95141cad9504eb91521b897
parent6767df73f2d36e7d1cf0eb3c4d9469c7e9fe9824
scsi: ufs: qcom: add a new phy calibrate API call

Introduce a new phy calibrate API call in the UFS Qualcomm driver to
separate phy calibration from phy power-on. This change is a precursor
to the successive commits in this series, which requires these two
operations to be distinct.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Nitin Rawat <quic_nitirawa@quicinc.com>
Acked-by: Martin K. Petersen <martin.petersen@oracle.com>
Link: https://lore.kernel.org/r/20250526153821.7918-3-quic_nitirawa@quicinc.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/ufs/host/ufs-qcom.c