[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240813-sm4450_interconnect-v4-0-41a426f0fc49@quicinc.com>
Date: Tue, 13 Aug 2024 10:47:52 +0800
From: Tengfei Fan <quic_tengfan@...cinc.com>
To: Georgi Djakov <djakov@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Catalin Marinas <catalin.marinas@....com>,
Will Deacon <will@...nel.org>
CC: <kernel@...cinc.com>, <linux-arm-msm@...r.kernel.org>,
<linux-pm@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>,
Tengfei Fan <quic_tengfan@...cinc.com>,
Krzysztof Kozlowski
<krzysztof.kozlowski@...aro.org>
Subject: [PATCH v4 0/3] interconnect: qcom: Add SM4450 interconnect
Add SM4450 interconnect provider driver and enable it.
Signed-off-by: Tengfei Fan <quic_tengfan@...cinc.com>
---
Changes in v4:
- Add the Reviewed-by tag back to the binding patch
- Remove duplicate header file references in the interconnect driver
- explain why interconnect need to be enabled in the patch commit
message
- Link to v3: https://lore.kernel.org/r/20240801-sm4450_interconnect-v3-0-8e364d0faa99@quicinc.com
Changes in v3:
- add enable CONFIG_INTERCONNECT_QCOM_SM4450 defconfig patch
- remove all _disp related paths in sm4450.c
- redo dt_binding_check
- Link to v2: https://lore.kernel.org/r/20230915020129.19611-1-quic_tengfan@quicinc.com
Changes in 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
- Link to v1: https://lore.kernel.org/r/20230908064427.26999-1-quic_tengfan@quicinc.com
---
Tengfei Fan (3):
dt-bindings: interconnect: Add Qualcomm SM4450
interconnect: qcom: Add SM4450 interconnect provider driver
arm64: defconfig: Enable interconnect for SM4450
.../bindings/interconnect/qcom,sm4450-rpmh.yaml | 133 ++
arch/arm64/configs/defconfig | 1 +
drivers/interconnect/qcom/Kconfig | 9 +
drivers/interconnect/qcom/Makefile | 2 +
drivers/interconnect/qcom/sm4450.c | 1722 ++++++++++++++++++++
drivers/interconnect/qcom/sm4450.h | 152 ++
include/dt-bindings/interconnect/qcom,sm4450.h | 163 ++
7 files changed, 2182 insertions(+)
---
base-commit: 9e6869691724b12e1f43655eeedc35fade38120c
change-id: 20240813-sm4450_interconnect-5e15b9b7787a
Best regards,
--
Tengfei Fan <quic_tengfan@...cinc.com>
Powered by blists - more mailing lists