mbox series

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

Message ID 20240227173434.650334-1-quic_sibis@quicinc.com (mailing list archive)
Headers show
Series cpufreq: scmi: Add boost frequency support | expand

Message

Sibi Sankar Feb. 27, 2024, 5:34 p.m. UTC
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(-)

Comments

Viresh Kumar March 4, 2024, 7:09 a.m. UTC | #1
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 Kumar March 4, 2024, 7:22 a.m. UTC | #2
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.