linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add interconnect support for SM8450
@ 2021-12-01  7:25 Vinod Koul
  2021-12-01  7:25 ` [PATCH 1/2] dt-bindings: interconnect: Add Qualcomm SM8450 DT bindings Vinod Koul
  2021-12-01  7:25 ` [PATCH 2/2] interconnect: qcom: Add SM8450 interconnect provider driver Vinod Koul
  0 siblings, 2 replies; 9+ messages in thread
From: Vinod Koul @ 2021-12-01  7:25 UTC (permalink / raw)
  To: Georgi Djakov, Rob Herring
  Cc: linux-arm-msm, Bjorn Andersson, Vinod Koul, Andy Gross,
	Odelu Kukatla, linux-pm, devicetree, linux-kernel

This add device tree binding and driver for interconnect providers found in
SM8450 SoC.

Vinod Koul (2):
  dt-bindings: interconnect: Add Qualcomm SM8450 DT bindings
  interconnect: qcom: Add SM8450 interconnect provider driver

 .../bindings/interconnect/qcom,rpmh.yaml      |   11 +
 drivers/interconnect/qcom/Kconfig             |    9 +
 drivers/interconnect/qcom/Makefile            |    2 +
 drivers/interconnect/qcom/sm8450.c            | 1988 +++++++++++++++++
 drivers/interconnect/qcom/sm8450.h            |  169 ++
 .../dt-bindings/interconnect/qcom,sm8450.h    |  171 ++
 6 files changed, 2350 insertions(+)
 create mode 100644 drivers/interconnect/qcom/sm8450.c
 create mode 100644 drivers/interconnect/qcom/sm8450.h
 create mode 100644 include/dt-bindings/interconnect/qcom,sm8450.h

-- 
2.31.1


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

end of thread, other threads:[~2021-12-08  7:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01  7:25 [PATCH 0/2] Add interconnect support for SM8450 Vinod Koul
2021-12-01  7:25 ` [PATCH 1/2] dt-bindings: interconnect: Add Qualcomm SM8450 DT bindings Vinod Koul
2021-12-01 16:45   ` Georgi Djakov
2021-12-07 11:55     ` Vinod Koul
2021-12-07 21:38   ` Rob Herring
2021-12-08  7:03     ` Vinod Koul
2021-12-01  7:25 ` [PATCH 2/2] interconnect: qcom: Add SM8450 interconnect provider driver Vinod Koul
2021-12-01 16:46   ` Georgi Djakov
2021-12-07 11:56     ` Vinod Koul

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