Patch "phy: qcom-qmp-usb: correct registers layout for IPQ8074 USB3 PHY" has been added to the 6.1-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    phy: qcom-qmp-usb: correct registers layout for IPQ8074 USB3 PHY

to the 6.1-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     phy-qcom-qmp-usb-correct-registers-layout-for-ipq807.patch
and it can be found in the queue-6.1 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit f6a2f973961398f5adc94b5dbef3707d6c60d414
Author: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
Date:   Thu Sep 29 22:00:17 2022 +0300

    phy: qcom-qmp-usb: correct registers layout for IPQ8074 USB3 PHY
    
    [ Upstream commit 922adfd59efd337059f8445a8d8968552b06ed4e ]
    
    According to the kernel 4.4 sources from NHSS.QSDK.9.0.2 and according
    to hardware docs, the PHY registers layout used for IPQ8074 USB3 PHY is
    incorrect. This platform uses offset 0x174 for the PCS_STATUS register,
    0xd8 for PCS_AUTONOMOUS_MODE_CTRL, etc.
    
    Correct the PHY registers layout.
    
    Fixes: 94a407cc17a4 ("phy: qcom-qmp: create copies of QMP PHY driver")
    Fixes: 507156f5a99f ("phy: qcom-qmp: Add USB QMP PHY support for IPQ8074")
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
    Reviewed-by: Kathiravan T<quic_kathirav@xxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20220929190017.529207-1-dmitry.baryshkov@xxxxxxxxxx
    Signed-off-by: Vinod Koul <vkoul@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/phy/qualcomm/phy-qcom-qmp-usb.c b/drivers/phy/qualcomm/phy-qcom-qmp-usb.c
index 868511bbefcb..4960ebe674ec 100644
--- a/drivers/phy/qualcomm/phy-qcom-qmp-usb.c
+++ b/drivers/phy/qualcomm/phy-qcom-qmp-usb.c
@@ -1608,7 +1608,7 @@ static const struct qmp_phy_cfg ipq8074_usb3phy_cfg = {
 	.num_resets		= ARRAY_SIZE(msm8996_usb3phy_reset_l),
 	.vreg_list		= qmp_phy_vreg_l,
 	.num_vregs		= ARRAY_SIZE(qmp_phy_vreg_l),
-	.regs			= usb3phy_regs_layout,
+	.regs			= qmp_v3_usb3phy_regs_layout,
 };
 
 static const struct qmp_phy_cfg msm8996_usb3phy_cfg = {



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux