Re: [PATCH V4 10/11] scsi: ufs: qcom : Introduce phy_power_on/off wrapper function
From: Konrad Dybcio
Date: Fri May 09 2025 - 07:37:25 EST
On 5/3/25 6:24 PM, Nitin Rawat wrote:
> Introduce ufs_qcom_phy_power_on and ufs_qcom_phy_power_off wrapper
> functions with mutex protection to ensure safe usage of is_phy_pwr_on
> and prevent possible race conditions.
>
> Co-developed-by: Can Guo <quic_cang@xxxxxxxxxxx>
> Signed-off-by: Can Guo <quic_cang@xxxxxxxxxxx>
> Signed-off-by: Nitin Rawat <quic_nitirawa@xxxxxxxxxxx>
> ---
The PHY framework does the same thing internally already, this seems
unnecessary
Konrad