linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v9 0/4] Make IPA use PM_EM
@ 2019-10-30 15:14 Quentin Perret
  2019-10-30 15:14 ` [PATCH v9 1/4] arm64: defconfig: Enable CONFIG_ENERGY_MODEL Quentin Perret
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Quentin Perret @ 2019-10-30 15:14 UTC (permalink / raw)
  To: edubezval, rui.zhang, javi.merino, viresh.kumar, amit.kachhap,
	rjw, catalin.marinas, will, daniel.lezcano
  Cc: dietmar.eggemann, ionela.voinescu, mka, linux-pm, linux-kernel,
	qperret

This removes the IPA-specific energy model code in favor of PM_EM which
does the same thing in a generic way. For more details, please read the
cover letter of the v7:

https://lore.kernel.org/lkml/20190812084235.21440-1-quentin.perret@arm.com/

Changes in v9:
 - Rebased on 5.4-rc5 and fixed conflicts with pm_qos changes

Changes in v8:
 - Fixed checkpatch errors (Rui)

Changes in v7
 - Added patch 02/04 to fix the build error reported by the kbuild bot

Changes in v6
 - Added Daniel's and Viresh's Acked-by to all patches

Changes in v5:
 - Changed patch 02 to guard IPA-specific code in cpu_cooling.c with
   appropriate ifdefery (Daniel)
 - Rebased on 5.2-rc2

Changes in v4:
 - Added Viresh's Acked-by to all 3 patches
 - Improved commit message of patch 3/3 to explain how it has no
   functional impact on existing users (Eduardo)

Changes in v3:
 - Changed warning message for unordered tables to something more
   explicit (Viresh)
 - Changed WARN() into a pr_err() for consistency

Changes in v2:
 - Fixed patch 01/03 to actually enable CONFIG_ENERGY_MODEL
 - Added "depends on ENERGY_MODEL" to IPA (Daniel)
 - Added check to bail out if the freq table is unsorted (Viresh)

Quentin Perret (4):
  arm64: defconfig: Enable CONFIG_ENERGY_MODEL
  PM / EM: Declare EM data types unconditionally
  thermal: cpu_cooling: Make the power-related code depend on IPA
  thermal: cpu_cooling: Migrate to using the EM framework

 arch/arm64/configs/defconfig  |   1 +
 drivers/thermal/Kconfig       |   1 +
 drivers/thermal/cpu_cooling.c | 404 ++++++++++++++--------------------
 include/linux/energy_model.h  |   3 +-
 4 files changed, 167 insertions(+), 242 deletions(-)

-- 
2.24.0.rc0.303.g954a862665-goog


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

end of thread, other threads:[~2019-10-30 15:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-30 15:14 [PATCH v9 0/4] Make IPA use PM_EM Quentin Perret
2019-10-30 15:14 ` [PATCH v9 1/4] arm64: defconfig: Enable CONFIG_ENERGY_MODEL Quentin Perret
2019-10-30 15:14 ` [PATCH v9 2/4] PM / EM: Declare EM data types unconditionally Quentin Perret
2019-10-30 15:14 ` [PATCH v9 3/4] thermal: cpu_cooling: Make the power-related code depend on IPA Quentin Perret
2019-10-30 15:14 ` [PATCH v9 4/4] thermal: cpu_cooling: Migrate to using the EM framework Quentin Perret

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).