linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v9 0/4] PCI: qcom: ep: Add basic interconnect support
@ 2023-07-18 15:20 Krishna chaitanya chundru
  2023-07-18 15:20 ` [PATCH v9 1/4] dt-bindings: PCI: qcom: ep: Add interconnects path Krishna chaitanya chundru
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Krishna chaitanya chundru @ 2023-07-18 15:20 UTC (permalink / raw)
  To: manivannan.sadhasivam
  Cc: helgaas, linux-pci, linux-arm-msm, linux-kernel, quic_vbadigan,
	quic_nitegupt, quic_skananth, quic_ramkri, krzysztof.kozlowski,
	Krishna chaitanya chundru

Add basic support for managing "pcie-mem" interconnect path by setting
a low constraint before enabling clocks and updating it after the link
is up based on link speed and width the device got enumerated.

changes from v8:
	- Added cpu to pcie path in dtsi and in dtsi binding.
changes from v7:
        - setting icc bw to '0' in disable resources as suggested by mani.
changes from v6:
        - addressed the comments as suggested by mani.
changes from v5:
        - addressed the comments by mani.
changes from v4:
        - rebased with linux-next.
        - Added comments as suggested by mani.
        - removed the arm: dts: qcom: sdx55: Add interconnect path
          as that patch is already applied.
changes from v3:
        - ran make DT_CHECKER_FLAGS=-m dt_binding_check and fixed
         errors.
        - Added macros in the qcom ep driver patch as suggested by Dmitry
changes from v2:
        - changed the logic for getting speed and width as suggested
         by bjorn.
        - fixed compilation errors.


Krishna chaitanya chundru (4):
  dt-bindings: PCI: qcom: ep: Add interconnects path
  arm: dts: qcom: sdx65: Add PCIe interconnect path
  arm: dts: qcom: sdx55: Add CPU PCIe interconnect path
  PCI: qcom-ep: Add ICC bandwidth voting support

 .../devicetree/bindings/pci/qcom,pcie-ep.yaml      | 15 +++++
 arch/arm/boot/dts/qcom/qcom-sdx55.dtsi             |  5 +-
 arch/arm/boot/dts/qcom/qcom-sdx65.dtsi             |  4 ++
 drivers/pci/controller/dwc/pcie-qcom-ep.c          | 72 ++++++++++++++++++++++
 4 files changed, 94 insertions(+), 2 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-07-19  6:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-18 15:20 [PATCH v9 0/4] PCI: qcom: ep: Add basic interconnect support Krishna chaitanya chundru
2023-07-18 15:20 ` [PATCH v9 1/4] dt-bindings: PCI: qcom: ep: Add interconnects path Krishna chaitanya chundru
2023-07-18 15:20 ` [PATCH v9 2/4] arm: dts: qcom: sdx65: Add PCIe interconnect path Krishna chaitanya chundru
2023-07-18 15:20 ` [PATCH v9 3/4] arm: dts: qcom: sdx55: Add CPU " Krishna chaitanya chundru
2023-07-19  4:41   ` Manivannan Sadhasivam
2023-07-19  6:33     ` Krishna Chaitanya Chundru
2023-07-19  6:38       ` Manivannan Sadhasivam
2023-07-18 15:20 ` [PATCH v9 4/4] PCI: qcom-ep: Add ICC bandwidth voting support Krishna chaitanya chundru
2023-07-19  4:34   ` Manivannan Sadhasivam
2023-07-19  6:33     ` Krishna Chaitanya Chundru

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).