This series adds provision to mark dynamic opps as boost capable and adds boost frequency support to the scmi cpufreq driver. 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. Depends on: per-policy boost: https://patchwork.kernel.org/project/linux-arm-msm/cover/20240227165309.620422-1-quic_sibis@xxxxxxxxxxx/ Sibi Sankar (3): OPP: Extend dev_pm_opp_data with turbo support firmware: arm_scmi: Add support for marking certain frequencies as boost cpufreq: scmi: Enable boost support drivers/cpufreq/scmi-cpufreq.c | 23 ++++++++++++++++++++++- drivers/firmware/arm_scmi/perf.c | 8 +++++++- drivers/opp/core.c | 1 + include/linux/pm_opp.h | 2 ++ 4 files changed, 32 insertions(+), 2 deletions(-) -- 2.34.1