2024-02-27 18:07:01

by Sibi Sankar

[permalink] [raw]
Subject: [PATCH V2 0/3] cpufreq: scmi: Add boost frequency support

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/[email protected]/

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



2024-03-04 07:09:25

by Viresh Kumar

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

On 27-02-24, 23:04, Sibi Sankar wrote:
> 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/[email protected]/

It doesn't really depend on it, just that there is a bug that needs to
be fixed.

> 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

Sudeep,

Can I apply this series ?

--
viresh

2024-03-04 07:33:26

by Viresh Kumar

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

On 04-03-24, 12:39, Viresh Kumar wrote:
> On 27-02-24, 23:04, Sibi Sankar wrote:
> > 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/[email protected]/
>
> It doesn't really depend on it, just that there is a bug that needs to
> be fixed.
>
> > 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
>
> Sudeep,
>
> Can I apply this series ?

I have gone ahead and applied [1,3]/3.

--
viresh