From: sashiko-bot@kernel.org
To: "Dipa Ramesh Mantre" <dipa.mantre@oss.qualcomm.com>
Cc: devicetree@vger.kernel.org, robh@kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH 1/2] remoteproc: qcom_q6v5_pas: Add QMI TMD cooling support for Shikra
Date: Fri, 11 Sep 2026 05:09:02 +0000 [thread overview]
Message-ID: <20260911050903.458221F000FF@smtp.kernel.org> (raw)
In-Reply-To: <20260911-shikra_qmi_tmd-v1-1-96c1cca82f30@oss.qualcomm.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Compilation errors due to missing fields in `struct qcom_pas_data` and undeclared identifiers for TMD names.
--
commit b0cce49cb204b7f4f532f2034375d026df2ba65c
Author: Dipa Ramesh Mantre <dipa.mantre@oss.qualcomm.com>
remoteproc: qcom_q6v5_pas: Add QMI TMD cooling support for Shikra
This commit adds QMI TMD instance IDs and cooling device name arrays for
CDSP and MPSS subsystems on Shikra to enable thermal mitigation support.
> diff --git a/drivers/remoteproc/qcom_q6v5_pas.c b/drivers/remoteproc/qcom_q6v5_pas.c
> index a005546c265d0..3daaed6ca5963 100644
> --- a/drivers/remoteproc/qcom_q6v5_pas.c
> +++ b/drivers/remoteproc/qcom_q6v5_pas.c
> @@ -1660,6 +1660,9 @@ static const struct qcom_pas_data shikra_cdsp_resource = {
> .sysmon_name = "cdsp",
> .ssctl_id = 0x17,
> .smem_host_id = 5,
> + .tmd_instance_id = 0x43,
> + .tmd_name = cdsp_tmd_name,
> + .num_tmd = ARRAY_SIZE(cdsp_tmd_name),
[Severity: Low]
Is this patch missing a prerequisite dependency? It appears the
tmd_instance_id, tmd_name, and num_tmd fields do not exist in the local
definition of struct qcom_pas_data, and cdsp_tmd_name is undeclared. This
currently results in a build regression.
[ ... ]
> @@ -1688,6 +1691,9 @@ static const struct qcom_pas_data shikra_mpss_resource = {
> .ssr_name = "mpss",
> .sysmon_name = "modem",
> .ssctl_id = 0x12,
> + .tmd_instance_id = 0x0,
> + .tmd_name = modem_tmd_name,
> + .num_tmd = ARRAY_SIZE(modem_tmd_name),
[Severity: Low]
Similarly, does this rely on an unmerged patch? The modem_tmd_name array
is undeclared here as well.
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260911-shikra_qmi_tmd-v1-0-96c1cca82f30@oss.qualcomm.com?part=1
next prev parent reply other threads:[~2026-09-11 5:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-11 5:03 [PATCH 0/2] Add QMI TMD based cooling support for the Shikra CDSP and Modem Dipa Ramesh Mantre
2026-09-11 5:03 ` [PATCH 1/2] remoteproc: qcom_q6v5_pas: Add QMI TMD cooling support for Shikra Dipa Ramesh Mantre
2026-09-11 5:09 ` sashiko-bot [this message]
2026-09-11 5:03 ` [PATCH 2/2] arm64: dts: qcom: shikra: Enable CDSP & Modem cooling Dipa Ramesh Mantre
2026-09-11 5:14 ` sashiko-bot
-- strict thread matches above, loose matches on Subject: below --
2026-07-14 6:00 [PATCH 0/2] Add QMI TMD based cooling support for the Shikra CDSP Dipa Ramesh Mantre
2026-07-14 6:00 ` [PATCH 1/2] remoteproc: qcom_q6v5_pas: Add QMI TMD cooling support for Shikra Dipa Ramesh Mantre
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=20260911050903.458221F000FF@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dipa.mantre@oss.qualcomm.com \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.