2024-02-18 18:48:00

by Danila Tikhonov

[permalink] [raw]
Subject: [PATCH 0/2] Add interconnect support for SM7150 SoC

Add dtbindings and driver support for the Qualcomm SM7150 SoC.

To: Bjorn Andersson <[email protected]>
To: Konrad Dybcio <[email protected]>
To: Georgi Djakov <[email protected]>
To: Rob Herring <[email protected]>
To: Krzysztof Kozlowski <[email protected]>
To: Conor Dooley <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Danila Tikhonov <[email protected]>

Danila Tikhonov (2):
dt-bindings: interconnect: Add Qualcomm SM7150 DT bindings
interconnect: qcom: Add SM7150 driver support

.../interconnect/qcom,sm7150-rpmh.yaml | 88 +
drivers/interconnect/qcom/Kconfig | 9 +
drivers/interconnect/qcom/Makefile | 2 +
drivers/interconnect/qcom/sm7150.c | 1753 +++++++++++++++++
drivers/interconnect/qcom/sm7150.h | 140 ++
.../interconnect/qcom,sm7150-rpmh.h | 150 ++
6 files changed, 2142 insertions(+)
create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sm7150-rpmh.yaml
create mode 100644 drivers/interconnect/qcom/sm7150.c
create mode 100644 drivers/interconnect/qcom/sm7150.h
create mode 100644 include/dt-bindings/interconnect/qcom,sm7150-rpmh.h

--
2.43.2



2024-02-19 09:49:06

by Naman Jain

[permalink] [raw]
Subject: Re: [PATCH 0/2] Add interconnect support for SM7150 SoC

On 2/19/2024 12:02 AM, Danila Tikhonov wrote:
> Add dtbindings and driver support for the Qualcomm SM7150 SoC.

Nitpick.
s/dtbindings/dt-bindings

Please add that you are adding this support for Interconnect driver. Its
there in Subject of this patch, but reading above line gives wrong
impression.

Regards,
Naman Jain

>
> To: Bjorn Andersson <[email protected]>
> To: Konrad Dybcio <[email protected]>
> To: Georgi Djakov <[email protected]>
> To: Rob Herring <[email protected]>
> To: Krzysztof Kozlowski <[email protected]>
> To: Conor Dooley <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]
> Signed-off-by: Danila Tikhonov <[email protected]>
>
> Danila Tikhonov (2):
> dt-bindings: interconnect: Add Qualcomm SM7150 DT bindings
> interconnect: qcom: Add SM7150 driver support
>
> .../interconnect/qcom,sm7150-rpmh.yaml | 88 +
> drivers/interconnect/qcom/Kconfig | 9 +
> drivers/interconnect/qcom/Makefile | 2 +
> drivers/interconnect/qcom/sm7150.c | 1753 +++++++++++++++++
> drivers/interconnect/qcom/sm7150.h | 140 ++
> .../interconnect/qcom,sm7150-rpmh.h | 150 ++
> 6 files changed, 2142 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sm7150-rpmh.yaml
> create mode 100644 drivers/interconnect/qcom/sm7150.c
> create mode 100644 drivers/interconnect/qcom/sm7150.h
> create mode 100644 include/dt-bindings/interconnect/qcom,sm7150-rpmh.h
>