Devicetree
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Add interconnect support for QCS8300 SoC
@ 2024-09-06 15:15 Raviteja Laggyshetty
  2024-09-06 15:15 ` [PATCH V2 1/2] dt-bindings: interconnect: Add compatibles " Raviteja Laggyshetty
  2024-09-06 15:15 ` [PATCH V2 2/2] interconnect: qcom: add QCS8300 interconnect provider driver Raviteja Laggyshetty
  0 siblings, 2 replies; 5+ messages in thread
From: Raviteja Laggyshetty @ 2024-09-06 15:15 UTC (permalink / raw)
  To: Georgi Djakov, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: Konrad Dybcio, Abel Vesa, Vladimir Lypak, Adam Skladowski,
	Danila Tikhonov, Neil Armstrong, Andrew Halaney, Odelu Kukatla,
	Mike Tipton, linux-arm-msm, linux-pm, devicetree, linux-kernel

Add interconnect dtbindings and driver support for Qualcomm QCS8300 SoC.

Changes since V1:
 - constify all the array of pointers to structures and provider
   descriptor structures.
 - Dropped all empty nodes.
 - Added reg as required property for all the providers excluding
   clk-virt and mc-virt in dt-bindings.

Raviteja Laggyshetty (2):
  dt-bindings: interconnect: Add compatibles for QCS8300 SoC
  interconnect: qcom: add QCS8300 interconnect provider driver

 .../interconnect/qcom,qcs8300-rpmh.yaml       |   72 +
 drivers/interconnect/qcom/Kconfig             |   11 +
 drivers/interconnect/qcom/Makefile            |    2 +
 drivers/interconnect/qcom/qcs8300.c           | 2088 +++++++++++++++++
 drivers/interconnect/qcom/qcs8300.h           |  177 ++
 .../interconnect/qcom,qcs8300-rpmh.h          |  189 ++
 6 files changed, 2539 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,qcs8300-rpmh.yaml
 create mode 100644 drivers/interconnect/qcom/qcs8300.c
 create mode 100644 drivers/interconnect/qcom/qcs8300.h
 create mode 100644 include/dt-bindings/interconnect/qcom,qcs8300-rpmh.h

-- 
2.39.2


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

end of thread, other threads:[~2024-09-06 16:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-06 15:15 [PATCH V2 0/2] Add interconnect support for QCS8300 SoC Raviteja Laggyshetty
2024-09-06 15:15 ` [PATCH V2 1/2] dt-bindings: interconnect: Add compatibles " Raviteja Laggyshetty
2024-09-06 16:49   ` Krzysztof Kozlowski
2024-09-06 16:53   ` Krzysztof Kozlowski
2024-09-06 15:15 ` [PATCH V2 2/2] interconnect: qcom: add QCS8300 interconnect provider driver Raviteja Laggyshetty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox