public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] SDM670 Interconnects
@ 2023-01-11  0:51 Richard Acayan
  2023-01-11  0:51 ` [PATCH v4 1/4] dt-bindings: interconnect: add sdm670 interconnects Richard Acayan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Richard Acayan @ 2023-01-11  0:51 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

Changes since v3:
 - fix a merge conflict on linux-next (1/4)

Changes since v2:
 - change qcom,sdm670.h to qcom,sdm670-rpmh.h (2/4)
 - use SPDX v3 license identifiers (1/4, 2/4)
 - accumulate ack tag (1/4)
 - format changelog (0/4)

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

This series adds interconnects and consumers to the Snapdragon 670.

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] 6+ messages in thread

end of thread, other threads:[~2023-01-11  0:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-11  0:51 [PATCH v4 0/4] SDM670 Interconnects Richard Acayan
2023-01-11  0:51 ` [PATCH v4 1/4] dt-bindings: interconnect: add sdm670 interconnects Richard Acayan
2023-01-11  0:51 ` [PATCH v4 2/4] interconnect: qcom: " Richard Acayan
2023-01-11  0:51 ` [PATCH v4 3/4] arm64: dts: qcom: sdm670: add interconnects Richard Acayan
2023-01-11  0:51 ` [PATCH v4 4/4] arm64: dts: qcom: sdm670: add opps for peripherals Richard Acayan
2023-01-11  0:57 ` [PATCH v4 0/4] SDM670 Interconnects Richard Acayan

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