Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v2 0/2] interconnect: qcom: Introduce interconnects for SM8750
@ 2024-11-12  0:30 Melody Olvera
  2024-11-12  0:30 ` [PATCH v2 1/2] dt-bindings: interconnect: add interconnect bindings " Melody Olvera
  2024-11-12  0:30 ` [PATCH v2 2/2] interconnect: qcom: Add interconnect provider driver " Melody Olvera
  0 siblings, 2 replies; 8+ messages in thread
From: Melody Olvera @ 2024-11-12  0:30 UTC (permalink / raw)
  To: Georgi Djakov, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Adam Skladowski, Konrad Dybcio, Sibi Sankar,
	Uwe Kleine-König, 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

Changes in V2:
- updating style to be consistent with other interconnect drivers
- removed dead code

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            | 1585 +++++++++++++++++
 drivers/interconnect/qcom/sm8750.h            |  132 ++
 .../interconnect/qcom,sm8750-rpmh.h           |  143 ++
 6 files changed, 2007 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: 6d59cab07b8d74d0f0422b750038123334f6ecc2
-- 
2.46.1


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

end of thread, other threads:[~2024-12-04 18:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12  0:30 [PATCH v2 0/2] interconnect: qcom: Introduce interconnects for SM8750 Melody Olvera
2024-11-12  0:30 ` [PATCH v2 1/2] dt-bindings: interconnect: add interconnect bindings " Melody Olvera
2024-11-12  0:30 ` [PATCH v2 2/2] interconnect: qcom: Add interconnect provider driver " Melody Olvera
2024-11-15 15:27   ` Dmitry Baryshkov
2024-11-18 18:01     ` Melody Olvera
2024-12-02 22:04       ` Melody Olvera
2024-12-03 11:51         ` Dmitry Baryshkov
2024-12-04 18:10           ` Melody Olvera

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