Linux-Devicetree Archive mirror
 help / color / mirror / Atom feed
From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Bjorn Andersson <andersson@kernel.org>,
	Rob Herring <robh@kernel.org>,
	 Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	cros-qcom-dts-watchers@chromium.org,
	 Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	 linux-kernel@vger.kernel.org,
	Konrad Dybcio <konrad.dybcio@linaro.org>
Subject: [PATCH v2 02/31] arm64: dts: qcom: ipq8074-*: Remove thermal zone polling delays
Date: Fri, 10 May 2024 13:59:25 +0200	[thread overview]
Message-ID: <20240510-topic-msm-polling-cleanup-v2-2-436ca4218da2@linaro.org> (raw)
In-Reply-To: <20240510-topic-msm-polling-cleanup-v2-0-436ca4218da2@linaro.org>

All of the thermal zone suppliers are interrupt-driven, remove the
bogus and unnecessary polling that only wastes CPU time.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 arch/arm64/boot/dts/qcom/ipq8074.dtsi | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/ipq8074.dtsi b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
index 5d42de829e75..aa93c426c76b 100644
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
@@ -982,7 +982,6 @@ timer {
 	thermal-zones {
 		nss-top-thermal {
 			polling-delay-passive = <250>;
-			polling-delay = <1000>;
 
 			thermal-sensors = <&tsens 4>;
 
@@ -997,7 +996,6 @@ nss-top-crit {
 
 		nss0-thermal {
 			polling-delay-passive = <250>;
-			polling-delay = <1000>;
 
 			thermal-sensors = <&tsens 5>;
 
@@ -1012,7 +1010,6 @@ nss-0-crit {
 
 		nss1-thermal {
 			polling-delay-passive = <250>;
-			polling-delay = <1000>;
 
 			thermal-sensors = <&tsens 6>;
 
@@ -1027,7 +1024,6 @@ nss-1-crit {
 
 		wcss-phya0-thermal {
 			polling-delay-passive = <250>;
-			polling-delay = <1000>;
 
 			thermal-sensors = <&tsens 7>;
 
@@ -1042,7 +1038,6 @@ wcss-phya0-crit {
 
 		wcss-phya1-thermal {
 			polling-delay-passive = <250>;
-			polling-delay = <1000>;
 
 			thermal-sensors = <&tsens 8>;
 
@@ -1057,7 +1052,6 @@ wcss-phya1-crit {
 
 		cpu0_thermal: cpu0-thermal {
 			polling-delay-passive = <250>;
-			polling-delay = <1000>;
 
 			thermal-sensors = <&tsens 9>;
 
@@ -1072,7 +1066,6 @@ cpu0-crit {
 
 		cpu1_thermal: cpu1-thermal {
 			polling-delay-passive = <250>;
-			polling-delay = <1000>;
 
 			thermal-sensors = <&tsens 10>;
 
@@ -1087,7 +1080,6 @@ cpu1-crit {
 
 		cpu2_thermal: cpu2-thermal {
 			polling-delay-passive = <250>;
-			polling-delay = <1000>;
 
 			thermal-sensors = <&tsens 11>;
 
@@ -1102,7 +1094,6 @@ cpu2-crit {
 
 		cpu3_thermal: cpu3-thermal {
 			polling-delay-passive = <250>;
-			polling-delay = <1000>;
 
 			thermal-sensors = <&tsens 12>;
 
@@ -1117,7 +1108,6 @@ cpu3-crit {
 
 		cluster_thermal: cluster-thermal {
 			polling-delay-passive = <250>;
-			polling-delay = <1000>;
 
 			thermal-sensors = <&tsens 13>;
 
@@ -1132,7 +1122,6 @@ cluster-crit {
 
 		wcss-phyb0-thermal {
 			polling-delay-passive = <250>;
-			polling-delay = <1000>;
 
 			thermal-sensors = <&tsens 14>;
 
@@ -1147,7 +1136,6 @@ wcss-phyb0-crit {
 
 		wcss-phyb1-thermal {
 			polling-delay-passive = <250>;
-			polling-delay = <1000>;
 
 			thermal-sensors = <&tsens 15>;
 

-- 
2.40.1


  parent reply	other threads:[~2024-05-10 11:59 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-10 11:59 [PATCH v2 00/31] Clean up thermal zone polling-delay Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 01/31] arm64: dts: qcom: ipq6018-*: Remove thermal zone polling delays Konrad Dybcio
2024-05-10 11:59 ` Konrad Dybcio [this message]
2024-05-10 11:59 ` [PATCH v2 03/31] arm64: dts: qcom: ipq9574-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 04/31] arm64: dts: qcom: msm8916-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 05/31] arm64: dts: qcom: msm8939-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 06/31] arm64: dts: qcom: msm8953-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 07/31] arm64: dts: qcom: msm8976-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 08/31] arm64: dts: qcom: msm8996-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 09/31] arm64: dts: qcom: msm8998-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 10/31] arm64: dts: qcom: pm7550ba: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 11/31] arm64: dts: qcom: pms405: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 12/31] arm64: dts: qcom: pmx75: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 13/31] arm64: dts: qcom: qcm2290-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 14/31] arm64: dts: qcom: qcs404-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 15/31] arm64: dts: qcom: sa8775p-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 16/31] arm64: dts: qcom: sc7180-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 17/31] arm64: dts: qcom: sc7280-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 18/31] arm64: dts: qcom: sc8180x-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 19/31] arm64: dts: qcom: sc8280xp-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 20/31] arm64: dts: qcom: sdm660-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 21/31] arm64: dts: qcom: sdm845-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 22/31] arm64: dts: qcom: sm6115-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 23/31] arm64: dts: qcom: sm6125-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 24/31] arm64: dts: qcom: sm6350-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 25/31] arm64: dts: qcom: sm6375-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 26/31] arm64: dts: qcom: sm8150-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 27/31] arm64: dts: qcom: sm8250-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 28/31] arm64: dts: qcom: sm8350-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 29/31] arm64: dts: qcom: sm8450-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 30/31] arm64: dts: qcom: sm8550-*: " Konrad Dybcio
2024-05-10 11:59 ` [PATCH v2 31/31] arm64: dts: qcom: sm8650-*: " Konrad Dybcio
2024-05-10 12:47   ` Bryan O'Donoghue
2024-06-06 10:50     ` Konrad Dybcio
2024-05-10 12:49 ` [PATCH v2 00/31] Clean up thermal zone polling-delay Bryan O'Donoghue
2024-06-06 10:50   ` Konrad Dybcio
2024-06-08 16:11 ` Bjorn Andersson

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=20240510-topic-msm-polling-cleanup-v2-2-436ca4218da2@linaro.org \
    --to=konrad.dybcio@linaro.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=cros-qcom-dts-watchers@chromium.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).