Re: [PATCH v4 5/7] cpufreq: add function to get the hardware max frequency
From: Valentin Schneider <hidden>
Date: 2020-02-24 18:44:09
Also in:
linux-arm-kernel, linux-pm, lkml
From: Valentin Schneider <hidden>
Date: 2020-02-24 18:44:09
Also in:
linux-arm-kernel, linux-pm, lkml
Ionela Voinescu writes:
Add weak function to return the hardware maximum frequency of a CPU, with the default implementation returning cpuinfo.max_freq, which is the best information we can generically get from the cpufreq framework. The default can be overwritten by a strong function in platforms that want to provide an alternative implementation, with more accurate information, obtained either from hardware or firmware. Signed-off-by: Ionela Voinescu <redacted> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Cc: Rafael J. Wysocki <redacted> Cc: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Valentin Schneider <redacted>