mbox series

[v3,0/2] Add interconnect support for SM8450

Message ID 20211209084842.189627-1-vkoul@kernel.org
Headers show
Series Add interconnect support for SM8450 | expand

Message

Vinod Koul Dec. 9, 2021, 8:48 a.m. UTC
This add device tree binding and driver for interconnect providers found in
SM8450 SoC.

Changes in v3:
 - send the correct patches, few changes were in patch 2 instead of patch 1

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

Comments

Rob Herring (Arm) Dec. 14, 2021, 7:30 p.m. UTC | #1
On Thu, 09 Dec 2021 14:18:41 +0530, Vinod Koul wrote:
> The Qualcomm SM8450 SoC 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      |  11 ++
>  .../dt-bindings/interconnect/qcom,sm8450.h    | 171 ++++++++++++++++++
>  2 files changed, 182 insertions(+)
>  create mode 100644 include/dt-bindings/interconnect/qcom,sm8450.h
> 

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