public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Introduce runtime modifiable Energy Model
@ 2023-12-20 11:03 Lukasz Luba
  2023-12-20 11:03 ` [PATCH 1/2] OPP: Add API to update EM after adjustment of voltage for OPPs Lukasz Luba
  2023-12-20 11:03 ` [PATCH 2/2] soc: samsung: exynos-asv: Update Energy Model after adjusting voltage Lukasz Luba
  0 siblings, 2 replies; 9+ messages in thread
From: Lukasz Luba @ 2023-12-20 11:03 UTC (permalink / raw)
  To: linux-kernel, linux-pm
  Cc: lukasz.luba, dietmar.eggemann, linux-arm-kernel, sboyd, nm,
	linux-samsung-soc, daniel.lezcano, rafael, viresh.kumar,
	krzysztof.kozlowski, alim.akhtar, m.szyprowski, xuewen.yan94,
	mhiramat, qyousef, wvw

Hi all,

This is a follow-up patch aiming to show the users of the proposed
runtime modifiable Energy Model framework. The patches and discussion is
available here [1]. I didn't wanted to add more complexity in that
already big EM patch set and planned to add more users later.
This patch set is one of the first user. I have talked about the chip
binning in a few conferences and the need to update the EM after boot.
This Exynos is one of the platforms which adjust voltage after the EM
is registered. This is perfectly fine and alloed in the kernel, even
from a module so very late. The EM framework should just allow to
modify the power values after that.

This patch set will have to wait for merging of the dependet main EM
change. 

Regards,
Lukasz Luba

[1] https://lore.kernel.org/lkml/20231129110853.94344-1-lukasz.luba@arm.com/

Lukasz Luba (2):
  OPP: Add API to update EM after adjustment of voltage for OPPs
  soc: samsung: exynos-asv: Update Energy Model after adjusting voltage

 drivers/opp/of.c                 | 69 ++++++++++++++++++++++++++++++++
 drivers/soc/samsung/exynos-asv.c | 10 ++++-
 include/linux/pm_opp.h           |  6 +++
 3 files changed, 84 insertions(+), 1 deletion(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-01-04 17:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-20 11:03 [RFC PATCH 0/2] Introduce runtime modifiable Energy Model Lukasz Luba
2023-12-20 11:03 ` [PATCH 1/2] OPP: Add API to update EM after adjustment of voltage for OPPs Lukasz Luba
2023-12-21  7:28   ` Xuewen Yan
2023-12-21  8:04     ` Lukasz Luba
2023-12-26  5:12   ` Viresh Kumar
2024-01-04 10:38     ` Lukasz Luba
2024-01-04 17:11       ` Dietmar Eggemann
2024-01-04 17:27         ` Lukasz Luba
2023-12-20 11:03 ` [PATCH 2/2] soc: samsung: exynos-asv: Update Energy Model after adjusting voltage Lukasz Luba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox