devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] SDM670 Interconnects
@ 2022-12-30  0:14 Richard Acayan
  2022-12-30  0:14 ` [PATCH v2 1/4] dt-bindings: interconnect: add sdm670 interconnects Richard Acayan
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Richard Acayan @ 2022-12-30  0:14 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Georgi Djakov,
	Rob Herring, Krzysztof Kozlowski, linux-arm-msm, linux-pm,
	devicetree
  Cc: Odelu Kukatla, Luca Weiss, Richard Acayan

This series adds interconnects and consumers to the Snapdragon 670.

Changes:
 - change qcom,sdm670.h to qcom,sdm670-rpmh.h (1/4, 4/4)

Richard Acayan (4):
  dt-bindings: interconnect: add sdm670 interconnects
  interconnect: qcom: add sdm670 interconnects
  arm64: dts: qcom: sdm670: add interconnects
  arm64: dts: qcom: sdm670: add opps for peripherals

 .../bindings/interconnect/qcom,rpmh.yaml      |   8 +
 arch/arm64/boot/dts/qcom/sdm670.dtsi          | 165 +++++++
 drivers/interconnect/qcom/Kconfig             |   9 +
 drivers/interconnect/qcom/Makefile            |   2 +
 drivers/interconnect/qcom/sdm670.c            | 440 ++++++++++++++++++
 drivers/interconnect/qcom/sdm670.h            | 128 +++++
 .../interconnect/qcom,sdm670-rpmh.h           | 136 ++++++
 7 files changed, 888 insertions(+)
 create mode 100644 drivers/interconnect/qcom/sdm670.c
 create mode 100644 drivers/interconnect/qcom/sdm670.h
 create mode 100644 include/dt-bindings/interconnect/qcom,sdm670-rpmh.h

-- 
2.39.0


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

end of thread, other threads:[~2022-12-30 22:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-30  0:14 [PATCH v2 0/4] SDM670 Interconnects Richard Acayan
2022-12-30  0:14 ` [PATCH v2 1/4] dt-bindings: interconnect: add sdm670 interconnects Richard Acayan
2022-12-30  7:51   ` Krzysztof Kozlowski
2022-12-30 16:34   ` Rob Herring
2022-12-30  0:14 ` [PATCH v2 2/4] interconnect: qcom: " Richard Acayan
2022-12-30 22:40   ` Richard Acayan
2022-12-30 22:54   ` kernel test robot
2022-12-30  0:14 ` [PATCH v2 3/4] arm64: dts: qcom: sdm670: add interconnects Richard Acayan
2022-12-30  0:14 ` [PATCH v2 4/4] arm64: dts: qcom: sdm670: add opps for peripherals Richard Acayan

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).