[PATCH 00/10] Add PCIe support for Qualcomm IPQ5332

Praveenkumar I posted 10 patches 2 years ago
There is a newer version of this series
.../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(-)
[PATCH 00/10] Add PCIe support for Qualcomm IPQ5332
Posted by Praveenkumar I 2 years ago
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(-)

-- 
2.34.1
Re: [PATCH 00/10] Add PCIe support for Qualcomm IPQ5332
Posted by Manivannan Sadhasivam 1 year, 9 months ago
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
> 
> 

-- 
மணிவண்ணன் சதாசிவம்
Re: [PATCH 00/10] Add PCIe support for Qualcomm IPQ5332
Posted by Sricharan Ramabadhran 1 year, 1 month ago

On 3/10/2024 6:59 PM, Manivannan Sadhasivam wrote:
> 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?
> 
Yeah, Sorry for the delay, will post in the coming week.

Regards,
  Sricharan