[PATCH RFC 3/3] cpufreq: cpufreq-cpu0: clk rate-change notifiers
From: Rafael J. Wysocki <hidden>
Date: 2013-07-31 10:20:38
Also in:
linux-pm, lkml
From: Rafael J. Wysocki <hidden>
Date: 2013-07-31 10:20:38
Also in:
linux-pm, lkml
On Wednesday, July 31, 2013 10:09:03 AM Viresh Kumar wrote:
On 31 July 2013 07:13, Mike Turquette [off-list ref] wrote:quoted
Quoting Viresh Kumar (2013-07-07 21:10:54)quoted
On Mon, Jul 8, 2013 at 7:14 AM, Mike Turquette [off-list ref] wrote:quoted
Removes direct handling of OPP tables and voltage regulators by calling of_clk_cpufreq_notifier_handler, introduced by commit "clk: cpufreq helper for voltage scaling". In the future this can help consolidate code found across similar CPUfreq drivers. Signed-off-by: Mike Turquette <redacted> --- drivers/cpufreq/cpufreq-cpu0.c | 125 ++++++++--------------------------------- 1 file changed, 22 insertions(+), 103 deletions(-)Good patch, really gets lots of stuff out from cpufreq drivers. Acked-by: Viresh Kumar <viresh.kumar@linaro.org>Viresh, Thanks for the Ack. I received no comments on this series besides your own, so I plan to merge it. Do you want to take patch #3, or do you want me to take it, or should I give you and Rafael a stable branch instead?Its only related to cpufreq-cpu0 and to handle dependencies well they should go through a single tree.. Probably your tree is the right place for now. Rafael?
Yes, the entire series should go through the Mike's tree I think. Thanks, Rafael