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

This adds support for interconnect support for SM8350 SoC

Changes since v2:
 - Plug gaps in indexes
 - fix typo in commit log for patch2 and kconfig depends (for real this time)

Changes since v1:
 - Fix comments by Georgi, split the header
 - Fix the macro for qns_llcc

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

 .../bindings/interconnect/qcom,rpmh.yaml      |  10 +
 drivers/interconnect/qcom/Kconfig             |   9 +
 drivers/interconnect/qcom/Makefile            |   2 +
 drivers/interconnect/qcom/sm8350.c            | 633 ++++++++++++++++++
 drivers/interconnect/qcom/sm8350.h            | 168 +++++
 .../dt-bindings/interconnect/qcom,sm8350.h    | 172 +++++
 6 files changed, 994 insertions(+)
 create mode 100644 drivers/interconnect/qcom/sm8350.c
 create mode 100644 drivers/interconnect/qcom/sm8350.h
 create mode 100644 include/dt-bindings/interconnect/qcom,sm8350.h

-- 
2.26.3


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

end of thread, other threads:[~2021-03-26  1:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-18  9:46 [PATCH v3 0/2] interconnect: qcom: Add SM8350 support Vinod Koul
2021-03-18  9:46 ` [PATCH v3 1/2] dt-bindings: interconnect: Add Qualcomm SM8350 DT bindings Vinod Koul
2021-03-26  1:01   ` Rob Herring
2021-03-18  9:46 ` [PATCH v3 2/2] interconnect: qcom: Add SM8350 interconnect provider driver 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).