mbox series

[0/3] cpufreq: Remove ready() callback

Message ID cover.1630487322.git.viresh.kumar@linaro.org
Headers show
Series cpufreq: Remove ready() callback | expand

Message

Viresh Kumar Sept. 1, 2021, 9:11 a.m. UTC
Remove the last few users of the ready() callback and get rid of it.

Viresh Kumar (3):
  cpufreq: acpi: Remove acpi_cpufreq_cpu_ready()
  cpufreq: sh: Remove sh_cpufreq_cpu_ready()
  cpufreq: Remove ready() callback

 Documentation/cpu-freq/cpu-drivers.rst             |  3 ---
 .../translations/zh_CN/cpu-freq/cpu-drivers.rst    |  2 --
 drivers/cpufreq/acpi-cpufreq.c                     | 14 +++-----------
 drivers/cpufreq/cpufreq.c                          |  4 ----
 drivers/cpufreq/sh-cpufreq.c                       | 11 -----------
 include/linux/cpufreq.h                            |  3 ---
 6 files changed, 3 insertions(+), 34 deletions(-)

-- 
2.31.1.272.g89b43f80a514

Comments

Rafael J. Wysocki Sept. 2, 2021, 4:06 p.m. UTC | #1
On Wed, Sep 1, 2021 at 11:12 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>

> Remove the last few users of the ready() callback and get rid of it.

>

> Viresh Kumar (3):

>   cpufreq: acpi: Remove acpi_cpufreq_cpu_ready()

>   cpufreq: sh: Remove sh_cpufreq_cpu_ready()

>   cpufreq: Remove ready() callback


All patches in the series applied, thanks!