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

Sibi Sankar posted 3 patches 1 year, 11 months ago
There is a newer version of this series
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(-)
[PATCH V2 0/3] cpufreq: scmi: Add boost frequency support
Posted by Sibi Sankar 1 year, 11 months ago
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@quicinc.com/

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
Re: [PATCH V2 0/3] cpufreq: scmi: Add boost frequency support
Posted by Viresh Kumar 1 year, 11 months ago
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/20240227165309.620422-1-quic_sibis@quicinc.com/

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
Re: [PATCH V2 0/3] cpufreq: scmi: Add boost frequency support
Posted by Viresh Kumar 1 year, 11 months ago
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/20240227165309.620422-1-quic_sibis@quicinc.com/
> 
> 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