mbox series

[00/10] Add PCIe support for Qualcomm IPQ5332

Message ID 20231214062847.2215542-1-quic_ipkumar@quicinc.com (mailing list archive)
Headers show
Series Add PCIe support for Qualcomm IPQ5332 | expand

Message

Praveenkumar I Dec. 14, 2023, 6:28 a.m. UTC
Patch series adds support for enabling the PCIe controller and
UNIPHY found on Qualcomm IPQ5332 platform. PCIe0 is Gen3 X1 and
PCIe1 is Gen3 X2 are added.

UNIPHY changes depends on
https://lore.kernel.org/all/20231003120846.28626-1-quic_nsekar@quicinc.com/
PCIe driver change depends on
https://lore.kernel.org/all/20230519090219.15925-1-quic_devipriy@quicinc.com/

Praveenkumar I (10):
  dt-bindings: clock: Add separate clocks for PCIe and USB for Combo PHY
  clk: qcom: ipq5332: Add separate clocks for PCIe and USB for Combo PHY
  arm64: dts: qcom: ipq5332: Add separate entry for USB pipe clock
  phy: qcom: Add support for Pipe clock rate from device data
  dt-bindings: phy: qcom,uniphy-pcie: Add ipq5332 bindings
  phy: qcom: ipq5332: Add support for g3x1 and g3x2 PCIe PHYs
  dt-bindings: PCI: qcom: Add IPQ5332 SoC
  pci: qcom: Add support for IPQ5332
  arm64: dts: qcom: ipq5332: Add PCIe related nodes
  arm64: dts: qcom: ipq5332: Enable PCIe phys and controllers

 .../bindings/clock/qcom,ipq5332-gcc.yaml      |   6 +-
 .../devicetree/bindings/pci/qcom,pcie.yaml    |  36 ++++
 .../bindings/phy/qcom,uniphy-pcie-28lp.yaml   |  65 +++++-
 arch/arm64/boot/dts/qcom/ipq5332-rdp441.dts   |  74 +++++++
 arch/arm64/boot/dts/qcom/ipq5332.dtsi         | 188 +++++++++++++++++-
 drivers/clk/qcom/gcc-ipq5332.c                |   7 +-
 drivers/pci/controller/dwc/pcie-qcom.c        |   1 +
 .../phy/qualcomm/phy-qcom-uniphy-pcie-28lp.c  |  49 ++++-
 8 files changed, 412 insertions(+), 14 deletions(-)

Comments

Manivannan Sadhasivam March 10, 2024, 1:29 p.m. UTC | #1
On Thu, Dec 14, 2023 at 11:58:37AM +0530, Praveenkumar I wrote:
> Patch series adds support for enabling the PCIe controller and
> UNIPHY found on Qualcomm IPQ5332 platform. PCIe0 is Gen3 X1 and
> PCIe1 is Gen3 X2 are added.
> 
> UNIPHY changes depends on
> https://lore.kernel.org/all/20231003120846.28626-1-quic_nsekar@quicinc.com/
> PCIe driver change depends on
> https://lore.kernel.org/all/20230519090219.15925-1-quic_devipriy@quicinc.com/
> 

Any plan on this series and the dependencies?

- Mani

> Praveenkumar I (10):
>   dt-bindings: clock: Add separate clocks for PCIe and USB for Combo PHY
>   clk: qcom: ipq5332: Add separate clocks for PCIe and USB for Combo PHY
>   arm64: dts: qcom: ipq5332: Add separate entry for USB pipe clock
>   phy: qcom: Add support for Pipe clock rate from device data
>   dt-bindings: phy: qcom,uniphy-pcie: Add ipq5332 bindings
>   phy: qcom: ipq5332: Add support for g3x1 and g3x2 PCIe PHYs
>   dt-bindings: PCI: qcom: Add IPQ5332 SoC
>   pci: qcom: Add support for IPQ5332
>   arm64: dts: qcom: ipq5332: Add PCIe related nodes
>   arm64: dts: qcom: ipq5332: Enable PCIe phys and controllers
> 
>  .../bindings/clock/qcom,ipq5332-gcc.yaml      |   6 +-
>  .../devicetree/bindings/pci/qcom,pcie.yaml    |  36 ++++
>  .../bindings/phy/qcom,uniphy-pcie-28lp.yaml   |  65 +++++-
>  arch/arm64/boot/dts/qcom/ipq5332-rdp441.dts   |  74 +++++++
>  arch/arm64/boot/dts/qcom/ipq5332.dtsi         | 188 +++++++++++++++++-
>  drivers/clk/qcom/gcc-ipq5332.c                |   7 +-
>  drivers/pci/controller/dwc/pcie-qcom.c        |   1 +
>  .../phy/qualcomm/phy-qcom-uniphy-pcie-28lp.c  |  49 ++++-
>  8 files changed, 412 insertions(+), 14 deletions(-)
> 
> -- 
> 2.34.1
> 
>