linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add interconnect support for QDU1000/QRU1000 SoCs
@ 2022-10-01  3:06 Melody Olvera
  2022-10-01  3:06 ` [PATCH 1/2] dt-bindings: interconnect: Add QDU1000/QRU1000 dt bindings Melody Olvera
  2022-10-01  3:06 ` [PATCH 2/2] interconnect: qcom: Add QDU1000/QRU1000 interconnect driver Melody Olvera
  0 siblings, 2 replies; 7+ messages in thread
From: Melody Olvera @ 2022-10-01  3:06 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Georgi Djakov, Rob Herring,
	Krzysztof Kozlowski
  Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel, Melody Olvera

Add dt bindings and driver support for the Qualcomm QDU1000 and QRU1000
SoCs.

The Qualcomm Technologies, Inc. Distributed Unit 1000 and Radio Unit
1000 are new SoCs meant for enabling Open RAN solutions. See more at
https://www.qualcomm.com/content/dam/qcomm-martech/dm-assets/documents/qualcomm_5g_ran_platforms_product_brief.pdf

Melody Olvera (2):
  dt-bindings: interconnect: Add QDU1000/QRU1000 dt bindings
  interconnect: qcom: Add QDU1000/QRU1000 interconnect driver

 .../bindings/interconnect/qcom,rpmh.yaml      |    8 +
 drivers/interconnect/qcom/Kconfig             |    9 +
 drivers/interconnect/qcom/Makefile            |    2 +
 drivers/interconnect/qcom/qdru1000.c          | 1091 +++++++++++++++++
 drivers/interconnect/qcom/qdru1000.h          |   95 ++
 .../dt-bindings/interconnect/qcom,qdru1000.h  |   98 ++
 6 files changed, 1303 insertions(+)
 create mode 100644 drivers/interconnect/qcom/qdru1000.c
 create mode 100644 drivers/interconnect/qcom/qdru1000.h
 create mode 100644 include/dt-bindings/interconnect/qcom,qdru1000.h


base-commit: 987a926c1d8a40e4256953b04771fbdb63bc7938
-- 
2.37.3


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

end of thread, other threads:[~2022-10-04 20:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-01  3:06 [PATCH 0/2] Add interconnect support for QDU1000/QRU1000 SoCs Melody Olvera
2022-10-01  3:06 ` [PATCH 1/2] dt-bindings: interconnect: Add QDU1000/QRU1000 dt bindings Melody Olvera
2022-10-01  9:31   ` Krzysztof Kozlowski
2022-10-04 20:02     ` Melody Olvera
2022-10-01  3:06 ` [PATCH 2/2] interconnect: qcom: Add QDU1000/QRU1000 interconnect driver Melody Olvera
2022-10-01  7:13   ` Dmitry Baryshkov
2022-10-04 20:02     ` Melody Olvera

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