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

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

Changes in v2:
 - remove sync state call
 - Make dt binding dual license
 - Fix the indexes to start from 0

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            | 1987 +++++++++++++++++
 drivers/interconnect/qcom/sm8450.h            |  169 ++
 .../dt-bindings/interconnect/qcom,sm8450.h    |  171 ++
 6 files changed, 2349 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] 4+ messages in thread

end of thread, other threads:[~2021-12-09  8:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09  7:22 [PATCH v2 0/2] Add interconnect support for SM8450 Vinod Koul
2021-12-09  7:22 ` [PATCH v2 1/2] dt-bindings: interconnect: Add Qualcomm SM8450 DT bindings Vinod Koul
2021-12-09  7:22 ` [PATCH v2 2/2] interconnect: qcom: Add SM8450 interconnect provider driver Vinod Koul
2021-12-09  8:36 ` [PATCH v2 0/2] Add interconnect support for SM8450 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).