lkml.org 
[lkml]   [2022]   [Nov]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/3] interconnect: qcom: Add support for SM8550
Date
This patchset adds interconnect support for SM8550.

First version was here:
https://lore.kernel.org/all/20221116114526.2679041-1-abel.vesa@linaro.org/

Changes since v1:
* dropped the changes in qcom,rpmh.yaml
* added dedicated schema file for sm8550
* dropped the extra spaces/tabs from the bindings header
* added const where necessary in the driver file
* switched to dev_err_probe, like Krzysztof suggested

Abel Vesa (3):
dt-bindings: interconnect: Add schema for SM8550
dt-bindings: interconnect: Add Qualcomm SM8550
interconnect: qcom: Add SM8550 interconnect provider driver

.../interconnect/qcom,sm8550-rpmh.yaml | 141 +
drivers/interconnect/qcom/Kconfig | 9 +
drivers/interconnect/qcom/Makefile | 2 +
drivers/interconnect/qcom/sm8550.c | 2319 +++++++++++++++++
drivers/interconnect/qcom/sm8550.h | 178 ++
.../dt-bindings/interconnect/qcom,sm8550.h | 190 ++
6 files changed, 2839 insertions(+)
create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sm8550-rpmh.yaml
create mode 100644 drivers/interconnect/qcom/sm8550.c
create mode 100644 drivers/interconnect/qcom/sm8550.h
create mode 100644 include/dt-bindings/interconnect/qcom,sm8550.h

--
2.34.1

\
 
 \ /
  Last update: 2022-11-24 12:25    [W:0.476 / U:0.392 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site