From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: Maulik Shah <maulik.shah@oss.qualcomm.com>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Abel Vesa <abelvesa@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>,
Luca Weiss <luca.weiss@fairphone.com>,
cros-qcom-dts-watchers@chromium.org
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/31] Add domain idle state names
Date: Mon, 14 Sep 2026 14:30:44 +0200 [thread overview]
Message-ID: <d83450cf-715d-426d-aa65-6a9c57de45ab@oss.qualcomm.com> (raw)
In-Reply-To: <20260914-b4-idle-state-name-v1-0-660c31187819@oss.qualcomm.com>
On 9/14/26 8:59 AM, Maulik Shah wrote:
> Add or update idle-state-name properties for Qualcomm CPU and domain idle
> states.
>
> The generic cpuidle parser can fall back to the DT node name for CPU idle
> state descriptions, but genpd domain idle states do not get an implicit
> fallback name. Without an idle-state-name property, those genpd states are
> shown as N/A in debugfs.
>
> For example, before this change a platform may show:
>
> # cat /sys/kernel/debug/pm_genpd/power-domain-cluster/idle_states_desc
> State Latency(us) Residency(us) Name
> S0 5790 6118 N/A
>
> With an idle-state-name property in DT, the same state is reported with a
> proper low power mode name:
>
> # cat /sys/kernel/debug/pm_genpd/power-domain-cluster/idle_states_desc
> State Latency(us) Residency(us) Name
> S0 5800 6118 l3-pc
I left a r-b on most patches, but I have some comments that you may
take into account (and still retain them)
> Describe the affected low power modes explicitly so the CPU and domain idle
> states are reported consistently across Qualcomm platforms. Shorten
> existing power-collapse and power-down names to use pc.
This seems mildly useful.. I know that PC stands for Power Collapse,
but for most other people that's Program Counter or Personal Computer..
And the llcc-off (or l2-xxx) states should be more descriptive to say
what other implications entering this state has (the name does not
make that obvious in isolation)
Konrad
prev parent reply other threads:[~2026-09-14 12:30 UTC|newest]
Thread overview: 92+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-14 6:59 Maulik Shah
2026-09-14 6:59 ` [PATCH 01/31] arm64: dts: qcom: milos: " Maulik Shah
2026-09-14 7:35 ` Abel Vesa
2026-09-14 12:21 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 02/31] arm64: dts: qcom: sm8750: " Maulik Shah
2026-09-14 12:21 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 03/31] arm64: dts: qcom: kaanapali: " Maulik Shah
2026-09-14 7:35 ` Abel Vesa
2026-09-14 12:22 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 04/31] arm64: dts: qcom: hamoa: " Maulik Shah
2026-09-14 7:36 ` Abel Vesa
2026-09-14 12:22 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 05/31] arm64: dts: qcom: glymur: " Maulik Shah
2026-09-14 7:36 ` Abel Vesa
2026-09-14 12:22 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 06/31] arm64: dts: qcom: sdm845: " Maulik Shah
2026-09-14 7:36 ` Abel Vesa
2026-09-14 12:23 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 07/31] arm64: dts: qcom: sc8180x: " Maulik Shah
2026-09-14 7:37 ` Abel Vesa
2026-09-14 12:23 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 08/31] arm64: dts: qcom: sdm670: " Maulik Shah
2026-09-14 7:37 ` Abel Vesa
2026-09-14 12:23 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 09/31] arm64: dts: qcom: sm6115: " Maulik Shah
2026-09-14 7:38 ` Abel Vesa
2026-09-14 6:59 ` [PATCH 10/31] arm64: dts: qcom: sm6350: " Maulik Shah
2026-09-14 7:38 ` Abel Vesa
2026-09-14 6:59 ` [PATCH 11/31] arm64: dts: qcom: sm6375: " Maulik Shah
2026-09-14 7:38 ` Abel Vesa
2026-09-14 6:59 ` [PATCH 12/31] arm64: dts: qcom: sm8150: " Maulik Shah
2026-09-14 7:38 ` Abel Vesa
2026-09-14 12:24 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 13/31] arm64: dts: qcom: talos: " Maulik Shah
2026-09-14 7:39 ` Abel Vesa
2026-09-14 12:25 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 14/31] arm64: dts: qcom: sm8250: " Maulik Shah
2026-09-14 7:39 ` Abel Vesa
2026-09-14 12:25 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 15/31] arm64: dts: qcom: sm8350: " Maulik Shah
2026-09-14 7:39 ` Abel Vesa
2026-09-14 12:25 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 16/31] arm64: dts: qcom: sm8450: " Maulik Shah
2026-09-14 7:39 ` Abel Vesa
2026-09-14 12:25 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 17/31] arm64: dts: qcom: sm8550: " Maulik Shah
2026-09-14 7:40 ` Abel Vesa
2026-09-14 12:26 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 18/31] arm64: dts: qcom: sm8650: " Maulik Shah
2026-09-14 7:40 ` Abel Vesa
2026-09-14 12:26 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 19/31] arm64: dts: qcom: eliza: " Maulik Shah
2026-09-14 7:40 ` Abel Vesa
2026-09-14 12:26 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 20/31] arm64: dts: qcom: agatti: " Maulik Shah
2026-09-14 7:41 ` Abel Vesa
2026-09-14 12:26 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 21/31] arm64: dts: qcom: lemans: " Maulik Shah
2026-09-14 7:41 ` Abel Vesa
2026-09-14 12:26 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 22/31] arm64: dts: qcom: monaco: " Maulik Shah
2026-09-14 7:41 ` Abel Vesa
2026-09-14 12:27 ` Konrad Dybcio
2026-09-14 13:59 ` Maulik Shah
2026-09-14 6:59 ` [PATCH 23/31] arm64: dts: qcom: msm8916: " Maulik Shah
2026-09-14 7:41 ` Abel Vesa
2026-09-14 12:27 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 24/31] arm64: dts: qcom: msm8917: " Maulik Shah
2026-09-14 7:42 ` Abel Vesa
2026-09-14 12:27 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 25/31] arm64: dts: qcom: qdu1000: " Maulik Shah
2026-09-14 7:42 ` Abel Vesa
2026-09-14 12:27 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 26/31] arm64: dts: qcom: sar2130p: " Maulik Shah
2026-09-14 7:42 ` Abel Vesa
2026-09-14 12:28 ` Konrad Dybcio
2026-09-14 6:59 ` [PATCH 27/31] arm64: dts: qcom: sc8280xp: " Maulik Shah
2026-09-14 7:42 ` Abel Vesa
2026-09-14 12:28 ` Konrad Dybcio
2026-09-14 7:00 ` [PATCH 28/31] arm64: dts: qcom: sdx75: " Maulik Shah
2026-09-14 7:43 ` Abel Vesa
2026-09-14 12:28 ` Konrad Dybcio
2026-09-14 7:00 ` [PATCH 29/31] arm64: dts: qcom: sm4450: " Maulik Shah
2026-09-14 7:43 ` Abel Vesa
2026-09-14 12:28 ` Konrad Dybcio
2026-09-14 7:00 ` [PATCH 30/31] arm64: dts: qcom: sc7180: " Maulik Shah
2026-09-14 7:44 ` Abel Vesa
2026-09-14 12:28 ` Konrad Dybcio
2026-09-14 7:00 ` [PATCH 31/31] arm64: dts: qcom: sc7280: " Maulik Shah
2026-09-14 7:44 ` Abel Vesa
2026-09-14 12:28 ` Konrad Dybcio
2026-09-14 12:30 ` Konrad Dybcio [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=d83450cf-715d-426d-aa65-6a9c57de45ab@oss.qualcomm.com \
--to=konrad.dybcio@oss.qualcomm.com \
--cc=abelvesa@kernel.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=cros-qcom-dts-watchers@chromium.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@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=luca.weiss@fairphone.com \
--cc=maulik.shah@oss.qualcomm.com \
--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
all inboxes | Powered by JetHome®