Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 0/2] interconnect: qcom: Introduce interconnects for SM8750
@ 2024-10-21 23:18 Melody Olvera
  2024-10-21 23:18 ` [PATCH 1/2] dt-bindings: interconnect: add interconnect bindings " Melody Olvera
  2024-10-21 23:18 ` [PATCH 2/2] interconnect: qcom: Add interconnect provider driver " Melody Olvera
  0 siblings, 2 replies; 6+ messages in thread
From: Melody Olvera @ 2024-10-21 23:18 UTC (permalink / raw)
  To: Georgi Djakov, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Adam Skladowski, Konrad Dybcio, Sibi Sankar,
	Barnabás Czémán, Vladimir Lypak, Danila Tikhonov,
	Raviteja Laggyshetty, Neil Armstrong, Rajendra Nayak,
	Melody Olvera, Mike Tipton, Abel Vesa, Trilok Soni,
	Satya Durga Srinivasu Prabhala
  Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel

Add interconnect support for SM8750 SoC.

The Qualcomm Technologies, Inc. SM8750 SoC is the latest in the line of
consumer mobile device SoCs. See more at:
https://www.qualcomm.com/content/dam/qcomm-martech/dm-assets/images/company/news-media/media-center/press-kits/snapdragon-summit-2024/day-1/documents/Snapdragon8EliteProductBrief.pdf

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

 .../interconnect/qcom,sm8750-rpmh.yaml        |  136 ++
 drivers/interconnect/qcom/Kconfig             |    9 +
 drivers/interconnect/qcom/Makefile            |    2 +
 drivers/interconnect/qcom/sm8750.c            | 1610 +++++++++++++++++
 drivers/interconnect/qcom/sm8750.h            |  132 ++
 .../interconnect/qcom,sm8750-rpmh.h           |  143 ++
 6 files changed, 2032 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sm8750-rpmh.yaml
 create mode 100644 drivers/interconnect/qcom/sm8750.c
 create mode 100644 drivers/interconnect/qcom/sm8750.h
 create mode 100644 include/dt-bindings/interconnect/qcom,sm8750-rpmh.h


base-commit: 63b3ff03d91ae8f875fe8747c781a521f78cde17
-- 
2.46.1


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

end of thread, other threads:[~2024-10-24 17:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-21 23:18 [PATCH 0/2] interconnect: qcom: Introduce interconnects for SM8750 Melody Olvera
2024-10-21 23:18 ` [PATCH 1/2] dt-bindings: interconnect: add interconnect bindings " Melody Olvera
2024-10-23  8:27   ` Krzysztof Kozlowski
2024-10-21 23:18 ` [PATCH 2/2] interconnect: qcom: Add interconnect provider driver " Melody Olvera
2024-10-22  4:16   ` Krzysztof Kozlowski
2024-10-24 17:02   ` Konrad Dybcio

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