This series adds support for a single-lane and two-lane PCIe PHYs found on Qualcomm IPQ9574 platform. This series has been separated out from the below PCIe series as suggested by vinod https://lore.kernel.org/linux-arm-msm/20230404164828.8031-1-quic_devipriy@xxxxxxxxxxx/ Detailed change logs are added to the respective patches Devi Priya (2): dt-bindings: phy: qcom,qmp-pcie: Add ipq9574 bindings phy: qcom-qmp-pcie: Add support for IPQ9574 g3x1 and g3x2 PCIEs .../phy/qcom,ipq9574-qmp-pcie-phy.yaml | 90 +++++ drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | 332 ++++++++++++++++++ .../phy/qualcomm/phy-qcom-qmp-pcs-pcie-v5.h | 26 +- .../phy/qualcomm/phy-qcom-qmp-qserdes-pll.h | 3 + 4 files changed, 445 insertions(+), 6 deletions(-) create mode 100644 Documentation/devicetree/bindings/phy/qcom,ipq9574-qmp-pcie-phy.yaml base-commit: 44bf136283e567b2b62653be7630e7511da41da2 -- 2.17.1