Message ID | 20240227173434.650334-1-quic_sibis@quicinc.com |
---|---|
Headers | show |
Series | cpufreq: scmi: Add boost frequency support | expand |
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 ?
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.