[PATCH V2 0/3] cpufreq: Simplify freq limit handling

Viresh Kumar posted 3 patches 2 days, 15 hours ago
drivers/cpufreq/cpufreq.c              | 31 ++++++++++++++++++--------
drivers/cpufreq/cpufreq_conservative.c | 12 +---------
include/linux/cpufreq.h                |  5 ++++-
3 files changed, 27 insertions(+), 21 deletions(-)
[PATCH V2 0/3] cpufreq: Simplify freq limit handling
Posted by Viresh Kumar 2 days, 15 hours ago
Hello,

Here is the second version of this patchset.

V2:
- Add tags from reviewers.
- Drop intel-pstate change.

Lifeng Zheng (1):
  cpufreq: conservative: Simplify frequency limit handling

Viresh Kumar (2):
  cpufreq: Fix typo in comment
  cpufreq: Avoid redundant target() calls for unchanged limits

 drivers/cpufreq/cpufreq.c              | 31 ++++++++++++++++++--------
 drivers/cpufreq/cpufreq_conservative.c | 12 +---------
 include/linux/cpufreq.h                |  5 ++++-
 3 files changed, 27 insertions(+), 21 deletions(-)

-- 
2.31.1.272.g89b43f80a514
Re: [PATCH V2 0/3] cpufreq: Simplify freq limit handling
Posted by Rafael J. Wysocki 2 days, 2 hours ago
Hi,

On Fri, May 22, 2026 at 6:19 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hello,
>
> Here is the second version of this patchset.
>
> V2:
> - Add tags from reviewers.
> - Drop intel-pstate change.
>
> Lifeng Zheng (1):
>   cpufreq: conservative: Simplify frequency limit handling
>
> Viresh Kumar (2):
>   cpufreq: Fix typo in comment
>   cpufreq: Avoid redundant target() calls for unchanged limits
>
>  drivers/cpufreq/cpufreq.c              | 31 ++++++++++++++++++--------
>  drivers/cpufreq/cpufreq_conservative.c | 12 +---------
>  include/linux/cpufreq.h                |  5 ++++-
>  3 files changed, 27 insertions(+), 21 deletions(-)
>
> --

All applied as 7.1-rc material, thanks!