2024-02-27 18:22:47

by Sibi Sankar

[permalink] [raw]
Subject: [PATCH V3 0/2] firmware: arm_scmi: Register and handle limits change notification

This series registers for scmi limits change notifications to determine
the throttled frequency and apply HW pressure.

V3:
* Sanitize range_max received from the notifier. [Pierre]
* Drop patches 1/2 from v2. [Cristian]
* Update commit message in patch 2.

V2:
* Rename opp_xlate -> freq_xlate [Viresh]
* Export cpufreq_update_pressure and use it directly [Lukasz]

Depends on:
HW pressure v5: https://patchwork.kernel.org/project/linux-arm-msm/cover/[email protected]/
boost frequency support: https://patchwork.kernel.org/project/linux-arm-msm/cover/[email protected]/

Sibi Sankar (2):
cpufreq: Export cpufreq_update_pressure
cpufreq: scmi: Register for limit change notifications

drivers/cpufreq/cpufreq.c | 3 ++-
drivers/cpufreq/scmi-cpufreq.c | 29 ++++++++++++++++++++++++++++-
include/linux/cpufreq.h | 2 ++
3 files changed, 32 insertions(+), 2 deletions(-)

--
2.34.1