2024-03-12 10:01:27

by Sibi Sankar

[permalink] [raw]
Subject: [PATCH V4 0/2] cpufreq: scmi: Add boost frequency support

This series adds provision to mark dynamic opps as turbo capable and adds
boost frequency support to the scmi cpufreq driver.

V4:
* Pickup Rbs
* Use turbo and simplify setting turbo. [Dhruva/Viresh]
* Update commit message of patch 2 with more info. [Sudeep]

V3:
* Don't set per-policy boost flags from the cpufreq driver. [Viresh]
* Drop patch 1 since Viresh already pulled it in.
* Drop depends on bug link. [Viresh]

V2:
* Document boost flag. [Lukasz]
* Remove sustained_freq check. [Pierre]
* simplify sustained_freq_khz calculation. [Sudeep]
* fix default per-policy state. [Dietmar]
* fix typo in commit message in patch 3.

Sibi Sankar (2):
firmware: arm_scmi: Add support for marking certain frequencies as
turbo
cpufreq: scmi: Enable boost support

drivers/cpufreq/scmi-cpufreq.c | 20 +++++++++++++++++++-
drivers/firmware/arm_scmi/perf.c | 3 +++
2 files changed, 22 insertions(+), 1 deletion(-)

--
2.34.1



2024-03-15 05:51:14

by Viresh Kumar

[permalink] [raw]
Subject: Re: [PATCH V4 0/2] cpufreq: scmi: Add boost frequency support

On 12-03-24, 15:17, Sibi Sankar wrote:
> This series adds provision to mark dynamic opps as turbo capable and adds
> boost frequency support to the scmi cpufreq driver.

Applied. Thanks.

--
viresh