Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Frank Li <Frank.li@nxp.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>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	Pengfei Li <pengfei.li_1@nxp.com>,
	Marco Felsch <m.felsch@pengutronix.de>
Cc: linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
	imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH v4 0/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit
Date: Wed, 22 Jan 2025 12:59:53 -0500	[thread overview]
Message-ID: <Z5EyGZubxc2OpyT7@lizhi-Precision-Tower-5810> (raw)
In-Reply-To: <20241216-imx91tmu-v4-0-75caef7481b8@nxp.com>

On Mon, Dec 16, 2024 at 02:25:13PM -0500, Frank Li wrote:
> - Add binding doc
> - Add imx91 thermal driver
> - dts part wait for https://lore.kernel.org/imx/Z04W5chGq5TitB9f@lizhi-Precision-Tower-5810/
> merged, so not in this serial.
>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>

Rafael J. Wysocki and Daniel Lezcano

	Do you have chance to check this patches?

Frank

> ---
> Changes in v4:
> - Add Kryz's review tag for binding
> - Add Marco's review tag for driver
> - Use devm_add_action()
> - Move pm_runtim_put before thermal_of_zone_register()
> - Link to v3: https://lore.kernel.org/r/20241212-imx91tmu-v3-0-85e756b29437@nxp.com
>
> Changes in v3:
> - add ref thermal-sensor
> - restrict #thermal-sensor-cells to 0 only
> - Change to unevaluatedProperties
>
> - add IMX91_TMU_ prefix for register define
> - remove unused register define
> - fix missed pm_runtime_put() at error path in imx91_tmu_get_temp()
> - use dev variable in probe function
> - use pm_runtime_set_active() in probe
> - move START to imx91_tmu_get_temp()
> - use DEFINE_RUNTIME_DEV_PM_OPS()
> - keep set reset value because there are not sw "reset" bit in controller,
>   uboot may change and enable tmu.
>
> - Link to v2: https://lore.kernel.org/r/20241210-imx91tmu-v2-0-5032aad4d88e@nxp.com
>
> Changes in v2:
> - use low case for hexvalue
> - combine struct imx91_tmu and tmu_sensor
> - simplify imx91_tmu_start() and imx91_tmu_enable()
> - use s16 for imx91_tmu_get_temp(), which may negative value
> - use reverse christmas tree style
> - use run time pm
> - use oneshot to sample temp
> - register thermal zone after hardware init
> - Link to v1: https://lore.kernel.org/r/20241209-imx91tmu-v1-0-7859c5387f31@nxp.com
>
> ---
> Pengfei Li (2):
>       dt-bindings: thermal: fsl,imx91-tmu: add bindings for NXP i.MX91 thermal module
>       thermal: imx91: Add support for i.MX91 thermal monitoring unit
>
>  .../devicetree/bindings/thermal/fsl,imx91-tmu.yaml |  67 ++++++
>  drivers/thermal/Kconfig                            |  10 +
>  drivers/thermal/Makefile                           |   1 +
>  drivers/thermal/imx91_thermal.c                    | 263 +++++++++++++++++++++
>  4 files changed, 341 insertions(+)
> ---
> base-commit: d07c576946b2bc440d6d2073998023e8a0bd7568
> change-id: 20241209-imx91tmu-af2a7c042d8d
>
> Best regards,
> ---
> Frank Li <Frank.Li@nxp.com>
>


      parent reply	other threads:[~2025-01-22 18:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-16 19:25 [PATCH v4 0/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit Frank Li
2024-12-16 19:25 ` [PATCH v4 1/2] dt-bindings: thermal: fsl,imx91-tmu: add bindings for NXP i.MX91 thermal module Frank Li
2024-12-16 19:25 ` [PATCH v4 2/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit Frank Li
2025-01-31 10:19   ` Daniel Lezcano
2025-01-31 22:22     ` Frank Li
2025-02-11  8:27       ` Daniel Lezcano
2025-01-22 17:59 ` Frank Li [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=Z5EyGZubxc2OpyT7@lizhi-Precision-Tower-5810 \
    --to=frank.li@nxp.com \
    --cc=conor+dt@kernel.org \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=lukasz.luba@arm.com \
    --cc=m.felsch@pengutronix.de \
    --cc=peng.fan@nxp.com \
    --cc=pengfei.li_1@nxp.com \
    --cc=rafael@kernel.org \
    --cc=robh@kernel.org \
    --cc=rui.zhang@intel.com \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@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