From: Gaurav Kohli <gaurav.kohli@oss.qualcomm.com>
To: Dipa Ramesh Mantre <dipa.mantre@oss.qualcomm.com>,
Bjorn Andersson <andersson@kernel.org>,
Mathieu Poirier <mathieu.poirier@linaro.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Daniel Lezcano <daniel.lezcano@oss.qualcomm.com>
Cc: linux-arm-msm@vger.kernel.org, linux-remoteproc@vger.kernel.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 0/2] Add QMI TMD based cooling support for the Shikra CDSP
Date: Tue, 14 Jul 2026 11:34:49 +0530 [thread overview]
Message-ID: <fe3ac7ae-8aa1-4ec2-8735-423d58eb9fec@oss.qualcomm.com> (raw)
In-Reply-To: <20260714-shikra-cdsp-v1-0-8402e060809e@oss.qualcomm.com>
On 7/14/2026 11:30 AM, Dipa Ramesh Mantre wrote:
> Unlike CPUs, the CDSP does not automatically throttle based on thermal
> conditions. Enable CDSP thermal mitigation by adding Shikra CDSP cooling
> data to the Qualcomm PAS remoteproc driver and wiring the Shikra NSP
> thermal zone passive trip to the CDSP QMI TMD cooling device.
>
> Depends-on: https://lore.kernel.org/all/20260703-qmi-tmd-v4-0-3882189c1f83@oss.qualcomm.com/
Please wait, we will send v5 version of this series.
>
> Signed-off-by: Dipa Ramesh Mantre <dipa.mantre@oss.qualcomm.com>
> ---
> Dipa Ramesh Mantre (2):
> remoteproc: qcom_q6v5_pas: Add QMI TMD cooling support for Shikra
> arm64: dts: qcom: shikra: Enable CDSP cooling
>
> arch/arm64/boot/dts/qcom/shikra.dtsi | 21 ++++++++++++++++++++-
> drivers/remoteproc/qcom_q6v5_pas.c | 3 +++
> 2 files changed, 23 insertions(+), 1 deletion(-)
> ---
> base-commit: 22f1a2f6953d5cc0a82845a69a23216158325d61
> change-id: 20260714-shikra-cdsp-5ec6ba6c51ce
> prerequisite-change-id: 20260609-qmi-tmd-383d30e1a60a:v4
> prerequisite-patch-id: 465c1f2dcefe2e2ffae3ca69296b6a9ec50ab830
> prerequisite-patch-id: 26c4e460ce1ef4866e140f38dd2c26509272d337
> prerequisite-patch-id: 4e76c812c7b98d649c57f5ace80cd42079cfe754
> prerequisite-patch-id: cbbdcc54de760873e4ba1a7788c14968ace935e2
> prerequisite-patch-id: 94d3ad39536d12a5623b148e15aa27ecf1abb209
> prerequisite-patch-id: bb184f20916f11fde0cb9b8b3fe7cf6344c58ae3
> prerequisite-patch-id: cb215c7070ab425fbe181785b831bc69a23e4078
> prerequisite-patch-id: 4fa886dd7f7c65daf1f22673adc35a527a84d609
> prerequisite-patch-id: b545487026c8f9b853c8b925b9fb097fb9987816
> prerequisite-patch-id: 4fcfdb3d75dd21f93880e70cceef9c883f9cd58e
> prerequisite-message-id: <20260703-qmi-tmd-v4-0-3882189c1f83@oss.qualcomm.com>
> prerequisite-patch-id: 465c1f2dcefe2e2ffae3ca69296b6a9ec50ab830
> prerequisite-patch-id: 26c4e460ce1ef4866e140f38dd2c26509272d337
> prerequisite-patch-id: 4e76c812c7b98d649c57f5ace80cd42079cfe754
> prerequisite-patch-id: cbbdcc54de760873e4ba1a7788c14968ace935e2
> prerequisite-patch-id: 94d3ad39536d12a5623b148e15aa27ecf1abb209
> prerequisite-patch-id: bb184f20916f11fde0cb9b8b3fe7cf6344c58ae3
> prerequisite-patch-id: cb215c7070ab425fbe181785b831bc69a23e4078
> prerequisite-patch-id: 4fa886dd7f7c65daf1f22673adc35a527a84d609
> prerequisite-patch-id: b545487026c8f9b853c8b925b9fb097fb9987816
> prerequisite-patch-id: 4fcfdb3d75dd21f93880e70cceef9c883f9cd58e
>
> Best regards,
prev parent reply other threads:[~2026-07-14 6:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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
2026-07-14 6:00 ` [PATCH 2/2] arm64: dts: qcom: shikra: Enable CDSP cooling Dipa Ramesh Mantre
2026-07-14 6:04 ` Gaurav Kohli [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=fe3ac7ae-8aa1-4ec2-8735-423d58eb9fec@oss.qualcomm.com \
--to=gaurav.kohli@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=daniel.lezcano@oss.qualcomm.com \
--cc=devicetree@vger.kernel.org \
--cc=dipa.mantre@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=mathieu.poirier@linaro.org \
--cc=robh@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