From: Georgi Djakov <djakov@kernel.org>
To: Shawn Guo <shawn.guo@linaro.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Loic Poulain <loic.poulain@linaro.org>,
linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 0/6] Add QCM2290 interconnect support
Date: Tue, 14 Dec 2021 00:28:46 +0200 [thread overview]
Message-ID: <be465db1-ed27-6111-71fb-9ef86b6ed6c0@kernel.org> (raw)
In-Reply-To: <20211206075808.18124-1-shawn.guo@linaro.org>
Hi Shawn,
On 6.12.21 9:58, Shawn Guo wrote:
> The series begins with a separate cleanup on icc-rpm, followed by a few
> prep changes for QCM2290 support, and then adds bindings and
> interconnect driver for QCM2290 platform.
Thanks for working on this! I have applied patch 1/6. Please rebase the
rest on linux-next.
BR,
Georgi
> Changes for v3:
> - Update bindings to define child interconnect provider nodes
>
> Changes for v2:
> - Drop unneeded include of <dt-bindings/clock/qcom,gcc-qcm2290.h> from
> bindings.
>
> Shawn Guo (6):
> interconnect: icc-rpm: Use NOC_QOS_MODE_INVALID for qos_mode check
> interconnect: icc-rpm: Define ICC device type
> interconnect: icc-rpm: Add QNOC type QoS support
> interconnect: icc-rpm: Support child NoC device probe
> dt-bindings: interconnect: Add Qualcomm QCM2290 NoC support
> interconnect: qcom: Add QCM2290 driver support
>
> .../bindings/interconnect/qcom,qcm2290.yaml | 137 ++
> drivers/interconnect/qcom/Kconfig | 9 +
> drivers/interconnect/qcom/Makefile | 2 +
> drivers/interconnect/qcom/icc-rpm.c | 56 +-
> drivers/interconnect/qcom/icc-rpm.h | 14 +-
> drivers/interconnect/qcom/msm8916.c | 4 +-
> drivers/interconnect/qcom/msm8939.c | 5 +-
> drivers/interconnect/qcom/qcm2290.c | 1363 +++++++++++++++++
> drivers/interconnect/qcom/sdm660.c | 7 +-
> .../dt-bindings/interconnect/qcom,qcm2290.h | 94 ++
> 10 files changed, 1678 insertions(+), 13 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,qcm2290.yaml
> create mode 100644 drivers/interconnect/qcom/qcm2290.c
> create mode 100644 include/dt-bindings/interconnect/qcom,qcm2290.h
>
prev parent reply other threads:[~2021-12-13 22:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-06 7:58 [PATCH v3 0/6] Add QCM2290 interconnect support Shawn Guo
2021-12-06 7:58 ` [PATCH v3 1/6] interconnect: icc-rpm: Use NOC_QOS_MODE_INVALID for qos_mode check Shawn Guo
2021-12-06 7:58 ` [PATCH v3 2/6] interconnect: icc-rpm: Define ICC device type Shawn Guo
2021-12-06 7:58 ` [PATCH v3 3/6] interconnect: icc-rpm: Add QNOC type QoS support Shawn Guo
2021-12-06 7:58 ` [PATCH v3 4/6] interconnect: icc-rpm: Support child NoC device probe Shawn Guo
2021-12-06 7:58 ` [PATCH v3 5/6] dt-bindings: interconnect: Add Qualcomm QCM2290 NoC support Shawn Guo
2021-12-13 22:14 ` Rob Herring
2021-12-06 7:58 ` [PATCH v3 6/6] interconnect: qcom: Add QCM2290 driver support Shawn Guo
2021-12-13 22:28 ` Georgi Djakov [this message]
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=be465db1-ed27-6111-71fb-9ef86b6ed6c0@kernel.org \
--to=djakov@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=loic.poulain@linaro.org \
--cc=robh+dt@kernel.org \
--cc=shawn.guo@linaro.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).