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

-- 
2.26.3

Comments

Rob Herring March 26, 2021, 1:01 a.m. UTC | #1
On Thu, 18 Mar 2021 15:16:16 +0530, Vinod Koul wrote:
> The Qualcomm SM8350 platform has several bus fabrics that could be

> controlled and tuned dynamically according to the bandwidth demand.

> 

> Signed-off-by: Vinod Koul <vkoul@kernel.org>

> ---

>  .../bindings/interconnect/qcom,rpmh.yaml      |  10 +

>  .../dt-bindings/interconnect/qcom,sm8350.h    | 172 ++++++++++++++++++

>  2 files changed, 182 insertions(+)

>  create mode 100644 include/dt-bindings/interconnect/qcom,sm8350.h

> 


Reviewed-by: Rob Herring <robh@kernel.org>