From: Oleksij Rempel <o.rempel@pengutronix.de>
To: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
linux-pm@vger.kernel.org, Petr Benes <petrben@gmail.com>,
Amit Kucheria <amitk@kernel.org>,
linux-kernel@vger.kernel.org,
Andrzej Pietrasiewicz <andrzej.p@collabora.com>,
NXP Linux Team <linux-imx@nxp.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
David Jander <david@protonic.nl>, Zhang Rui <rui.zhang@intel.com>,
Fabio Estevam <festevam@gmail.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v1 1/1] thermal: imx: implement runtime PM support
Date: Tue, 19 Oct 2021 14:59:29 +0200 [thread overview]
Message-ID: <20211019125929.GD16320@pengutronix.de> (raw)
In-Reply-To: <df3f527d-22f3-b58d-a546-bdd8d312505c@linaro.org>
On Tue, Oct 19, 2021 at 01:55:32PM +0200, Daniel Lezcano wrote:
> On 19/10/2021 13:51, Oleksij Rempel wrote:
> > Hi Daniel,
> >
> > On Tue, Oct 19, 2021 at 01:04:46PM +0200, Daniel Lezcano wrote:
> >> On 24/09/2021 13:50, Oleksij Rempel wrote:
> >>> Starting with commit d92ed2c9d3ff ("thermal: imx: Use driver's local
> >>> data to decide whether to run a measurement") this driver stared using
> >>> irq_enabled flag to make decision to power on/off the thermal core. This
> >>> triggered a regression, where after reaching critical temperature, alarm
> >>> IRQ handler set irq_enabled to false, disabled thermal core and was not
> >>> able read temperature and disable cooling sequence.
> >>>
> >>> In case the cooling device is "CPU/GPU freq", the system will run with
> >>> reduce performance until next reboot.
> >>>
> >>> To solve this issue, we need to move all parts implementing hand made
> >>> runtime power management and let it handle actual runtime PM framework.
> >>>
> >>> Fixes: d92ed2c9d3ff ("thermal: imx: Use driver's local data to decide whether to run a measurement")
> >>> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> >>
> >> Thanks for this fix.
> >>
> >> Petr or Oleksij,
> >>
> >> could you confirm it is tested and working without CONFIG_PM ?
> >
> > Petr was right, no it is not working without PM.
> Ok, thanks.
>
> I suppose the fix is related to the initialization of the sensor which
> should be enabled with/out pm_runtime, right ?
No, i did sanity check on pm_runtime_put() within the probe. Without PM
it will properly return ENOSYS, so I aborted the probe. Looks like I
should ignore return value on this function like every driver is doing
it.
>
>
> --
> <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
>
> Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
> <http://twitter.com/#!/linaroorg> Twitter |
> <http://www.linaro.org/linaro-blog/> Blog
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2021-10-19 12:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-24 11:50 [PATCH v1 1/1] thermal: imx: implement runtime PM support Oleksij Rempel
2021-10-19 11:04 ` Daniel Lezcano
2021-10-19 11:51 ` Oleksij Rempel
2021-10-19 11:55 ` Daniel Lezcano
2021-10-19 12:59 ` Oleksij Rempel [this message]
2021-10-19 17:28 ` Petr Benes
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=20211019125929.GD16320@pengutronix.de \
--to=o.rempel@pengutronix.de \
--cc=amitk@kernel.org \
--cc=andrzej.p@collabora.com \
--cc=daniel.lezcano@linaro.org \
--cc=david@protonic.nl \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=petrben@gmail.com \
--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