From: Mike Tipton <mike.tipton@oss.qualcomm.com>
To: Vivek Aknurwar <vivek.aknurwar@oss.qualcomm.com>
Cc: Georgi Djakov <djakov@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>,
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Subject: Re: [PATCH v3 2/2] interconnect: qcom: add Hawi interconnect provider driver
Date: Mon, 27 Apr 2026 14:26:10 -0700 [thread overview]
Message-ID: <ae/Ucn8kiDTdjPdQ@hu-mdtipton-lv.qualcomm.com> (raw)
In-Reply-To: <20260409-icc-hawi-v3-2-851cac12a81d@oss.qualcomm.com>
On Thu, Apr 09, 2026 at 02:01:38PM -0700, Vivek Aknurwar wrote:
> Add driver for the Qualcomm interconnect buses found in Hawi
> based platforms. The topology consists of several NoCs that are
> controlled by a remote processor that collects the aggregated
> bandwidth for each master-slave pair.
>
> Reviewed-by: Mike Tipton <mike.tipton@oss.qualcomm.com>
> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> Signed-off-by: Vivek Aknurwar <vivek.aknurwar@oss.qualcomm.com>
> ---
> drivers/interconnect/qcom/Kconfig | 9 +
> drivers/interconnect/qcom/Makefile | 2 +
> drivers/interconnect/qcom/hawi.c | 2021 ++++++++++++++++++++++++++++++++++++
> 3 files changed, 2032 insertions(+)
>
[..]
> +
> +static struct qcom_icc_node * const cnoc_main_nodes[] = {
> + [MASTER_GEM_NOC_CNOC] = &qnm_gemnoc_cnoc,
> + [MASTER_GEM_NOC_PCIE_SNOC] = &qnm_gemnoc_pcie,
> + [SLAVE_AOSS] = &qhs_aoss,
> + [SLAVE_IPA_CFG] = &qhs_ipa,
> + [SLAVE_IPC_ROUTER_FENCE] = &qhs_ipc_router_fence,
> + [SLAVE_SOCCP] = &qhs_soccp,
> + [SLAVE_TME_CFG] = &qhs_tme_cfg,
> + [SLAVE_CNOC_CFG] = &qss_cfg,
> + [SLAVE_DDRSS_CFG] = &qss_ddrss_cfg,
> + [SLAVE_IMEM] = &qxs_imem,
> + [SLAVE_PCIE_0] = &xs_pcie,
We're missing the equivalent for SLAVE_PCIE_1.
> +};
> +
Thanks,
Mike
prev parent reply other threads:[~2026-04-27 21:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-09 21:01 [PATCH v3 0/2] interconnect: qcom: Add support for upcoming Hawi SoC Vivek Aknurwar
2026-04-09 21:01 ` [PATCH v3 1/2] dt-bindings: interconnect: qcom: document the RPMh NoC for " Vivek Aknurwar
2026-04-10 7:26 ` Krzysztof Kozlowski
2026-04-10 15:42 ` Mike Tipton
2026-04-27 21:27 ` Mike Tipton
2026-04-09 21:01 ` [PATCH v3 2/2] interconnect: qcom: add Hawi interconnect provider driver Vivek Aknurwar
2026-04-27 21:26 ` Mike Tipton [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=ae/Ucn8kiDTdjPdQ@hu-mdtipton-lv.qualcomm.com \
--to=mike.tipton@oss.qualcomm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=djakov@kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=konrad.dybcio@oss.qualcomm.com \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@oss.qualcomm.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=robh@kernel.org \
--cc=vivek.aknurwar@oss.qualcomm.com \
/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