[PATCH v2 0/2] interconnect: qcom: Add SM4450 interconnect

Tengfei Fan posted 2 patches 2 years, 5 months ago
There is a newer version of this series
.../interconnect/qcom,sm4450-rpmh.yaml        |  133 ++
drivers/interconnect/qcom/Kconfig             |    9 +
drivers/interconnect/qcom/Makefile            |    2 +
drivers/interconnect/qcom/sm4450.c            | 1817 +++++++++++++++++
drivers/interconnect/qcom/sm4450.h            |  152 ++
.../dt-bindings/interconnect/qcom,sm4450.h    |  163 ++
6 files changed, 2276 insertions(+)
create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sm4450-rpmh.yaml
create mode 100644 drivers/interconnect/qcom/sm4450.c
create mode 100644 drivers/interconnect/qcom/sm4450.h
create mode 100644 include/dt-bindings/interconnect/qcom,sm4450.h
[PATCH v2 0/2] interconnect: qcom: Add SM4450 interconnect
Posted by Tengfei Fan 2 years, 5 months ago
Add SM4450 interconnect provider driver for support enable uart console.

Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
---
This patch series depends on "[PATCH v2 0/4] clk: qcom: Add support for
GCC and RPMHCC on SM4450"
https://lore.kernel.org/linux-arm-msm/20230909123431.1725728-1-quic_ajipan@quicinc.com/

v1 -> v2:
  - remove DISP related paths
  - make compatible and data of of_device_id in one line
  - add clock patch series dependence
  - redo dt_binding_check

previous discussion here:
[1] https://lore.kernel.org/linux-arm-msm/20230908064427.26999-1-quic_tengfan@quicinc.com/

Tengfei Fan (2):
  dt-bindings: interconnect: Add Qualcomm SM4450
  interconnect: qcom: Add SM4450 interconnect provider driver

 .../interconnect/qcom,sm4450-rpmh.yaml        |  133 ++
 drivers/interconnect/qcom/Kconfig             |    9 +
 drivers/interconnect/qcom/Makefile            |    2 +
 drivers/interconnect/qcom/sm4450.c            | 1817 +++++++++++++++++
 drivers/interconnect/qcom/sm4450.h            |  152 ++
 .../dt-bindings/interconnect/qcom,sm4450.h    |  163 ++
 6 files changed, 2276 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sm4450-rpmh.yaml
 create mode 100644 drivers/interconnect/qcom/sm4450.c
 create mode 100644 drivers/interconnect/qcom/sm4450.h
 create mode 100644 include/dt-bindings/interconnect/qcom,sm4450.h


base-commit: 98897dc735cf6635f0966f76eb0108354168fb15
-- 
2.17.1