linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: "Raphaël Gallais-Pou" <rgallaispou@gmail.com>
To: "Rafael J. Wysocki" <rafael@kernel.org>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Zhang Rui <rui.zhang@intel.com>,
	Lukasz Luba <lukasz.luba@arm.com>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Alexandre Torgue <alexandre.torgue@foss.st.com>,
	Patrice Chotard <patrice.chotard@foss.st.com>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>
Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v4 0/2] Add thermal management support for STi platform
Date: Mon, 19 Aug 2024 22:21:56 +0200	[thread overview]
Message-ID: <85eedb28-c02f-40ef-9d65-e8689b3f7dbd@gmail.com> (raw)
In-Reply-To: <20240716-thermal-v4-0-947b327e165c@gmail.com>

Hello,

Le 16/07/2024 à 19:34, Raphael Gallais-Pou a écrit :
> This patch series enhances the st_thermal driver in order to enable
> support for thermal zones. The changes include:
> 
> 1. Replace deprecated PM runtime macros with their updated counterparts.
> 2. Implementing devm_* based thermal of zone functions within the driver.
> 3. Updating the stih418 device-tree.
> 
> The device-tree patch depends on an earlier patch sent to the mailing
> list [1].
> 
> As it is currently implemented, an alert threshold of 85°C is set to
> trigger the CPU throttling, and when the temperature exceeds the
> critical threshold of 95°C, the system shuts down. There is for now no
> active cooling device on the platform, which explains the use of the
> cpufreq framework.
> 
> [1] https://lore.kernel.org/lkml/20240320-thermal-v3-2-700296694c4a@gmail.com
> 
> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
> ---
> Changes in v4:
> - [2/2] optimize dependencies
> - [2/2] do not return devm_* exit code
> - Link to v3: https://lore.kernel.org/r/20240714-thermal-v3-0-88f2489ef7d5@gmail.com

Gentle ping on this serie :)

Thanks for your time,

Regards,
Raphaël

> 
> Changes in v3:
> - Fix unmet dependency in [2/2]
> - Remove no more used variable in [2/2]
> - Remove already merged patch in soc tree
> - Link to v2: https://lore.kernel.org/r/20240625-thermal-v2-0-bf8354ed51ee@gmail.com
> 
> Changes in v2:
> - Add Patrice's R-b
> - Edit patch [2/3] to remove unused struct
> - Link to v1: https://lore.kernel.org/r/20240518-thermal-v1-0-7dfca3ed454b@gmail.com
> 
> ---
> Raphael Gallais-Pou (2):
>        thermal: st: switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
>        thermal: sti: depend on THERMAL_OF subsystem
> 
>   drivers/thermal/Kconfig                |  2 +-
>   drivers/thermal/st/st_thermal.c        | 32 ++++++++++++--------------------
>   drivers/thermal/st/st_thermal_memmap.c |  2 +-
>   drivers/thermal/st/stm_thermal.c       |  8 +++-----
>   4 files changed, 17 insertions(+), 27 deletions(-)
> ---
> base-commit: 4f40be61af99a67d5580c1448acd9b74c0376389
> change-id: 20240518-thermal-8f625428acf9
> 
> Best regards,


  parent reply	other threads:[~2024-08-19 20:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-16 17:34 [PATCH v4 0/2] Add thermal management support for STi platform Raphael Gallais-Pou
2024-07-16 17:34 ` [PATCH v4 1/2] thermal: st: switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() Raphael Gallais-Pou
2024-07-16 17:34 ` [PATCH v4 2/2] thermal: sti: depend on THERMAL_OF subsystem Raphael Gallais-Pou
2024-08-19 20:21 ` Raphaël Gallais-Pou [this message]
2024-08-20  8:05   ` [PATCH v4 0/2] Add thermal management support for STi platform Daniel Lezcano

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=85eedb28-c02f-40ef-9d65-e8689b3f7dbd@gmail.com \
    --to=rgallaispou@gmail.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=conor+dt@kernel.org \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=lukasz.luba@arm.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=patrice.chotard@foss.st.com \
    --cc=rafael@kernel.org \
    --cc=robh@kernel.org \
    --cc=rui.zhang@intel.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;
as well as URLs for NNTP newsgroup(s).