mbox series

[v3,0/3] PCI: qcom: ep: Add basic interconnect support

Message ID 1686311249-6857-1-git-send-email-quic_krichai@quicinc.com (mailing list archive)
Headers show
Series PCI: qcom: ep: Add basic interconnect support | expand

Message

Krishna Chaitanya Chundru June 9, 2023, 11:47 a.m. UTC
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 v2:
	- changed the logic for getting speed and width as suggested
	 by bjorn.
	- fixed compilation errors.

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

 .../devicetree/bindings/pci/qcom,pcie-ep.yaml      | 11 ++++
 arch/arm/boot/dts/qcom-sdx55.dtsi                  |  4 ++
 drivers/pci/controller/dwc/pcie-qcom-ep.c          | 68 ++++++++++++++++++++++
 3 files changed, 83 insertions(+)