mbox series

[v3,0/2] interconnect: qcom: Add SM8350 support

Message ID 20210318094617.951212-1-vkoul@kernel.org
Headers show
Series interconnect: qcom: Add SM8350 support | expand

Message

Vinod Koul March 18, 2021, 9:46 a.m. UTC
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