From: Bhupesh Sharma <bhupesh.sharma@linaro.org>
To: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org
Cc: agross@kernel.org, bhupesh.sharma@linaro.org,
bhupesh.linux@gmail.com, linux-kernel@vger.kernel.org,
robh+dt@kernel.org, krzysztof.kozlowski@linaro.org,
djakov@kernel.org, konrad.dybcio@linaro.org, a39.skl@gmail.com,
andersson@kernel.org
Subject: [PATCH 0/2] Add SM6115 interconnect support
Date: Wed, 30 Nov 2022 16:08:39 +0530 [thread overview]
Message-ID: <20221130103841.2266464-1-bhupesh.sharma@linaro.org> (raw)
This patchset adds the support for interconnect provider found
on Qualcomm SM6115 and SM4250 SoCs.
The topology consists of several NoCs that are controlled by
a remote processor that collects the aggregated bandwidth for each
master-slave pairs.
Bhupesh Sharma (2):
interconnect: qcom: Add SM6115 interconnect provider driver
dt-bindings: interconnect: Add SM6115 DT bindings
.../bindings/interconnect/qcom,sm6115.yaml | 137 ++
drivers/interconnect/qcom/Kconfig | 9 +
drivers/interconnect/qcom/Makefile | 2 +
drivers/interconnect/qcom/sm6115.c | 1371 +++++++++++++++++
.../dt-bindings/interconnect/qcom,sm6115.h | 115 ++
5 files changed, 1634 insertions(+)
create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sm6115.yaml
create mode 100644 drivers/interconnect/qcom/sm6115.c
create mode 100644 include/dt-bindings/interconnect/qcom,sm6115.h
--
2.38.1
next reply other threads:[~2022-11-30 10:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-30 10:38 Bhupesh Sharma [this message]
2022-11-30 10:38 ` [PATCH 1/2] interconnect: qcom: Add SM6115 interconnect provider driver Bhupesh Sharma
2022-11-30 11:07 ` Konrad Dybcio
2022-11-30 11:40 ` Bhupesh Sharma
2022-11-30 10:38 ` [PATCH 2/2] dt-bindings: interconnect: Add SM6115 DT bindings Bhupesh Sharma
2022-11-30 11:41 ` Krzysztof Kozlowski
2022-11-30 11:43 ` Bhupesh Sharma
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221130103841.2266464-1-bhupesh.sharma@linaro.org \
--to=bhupesh.sharma@linaro.org \
--cc=a39.skl@gmail.com \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=bhupesh.linux@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=djakov@kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).