Re: [PATCH 15/27] cpufreq: powerenv: Don't validate the frequency table twice
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2018-02-28 10:45:45
Also in:
linuxppc-dev
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2018-02-28 10:45:45
Also in:
linuxppc-dev
Viresh Kumar [off-list ref] writes:
On 26-02-18, 22:53, Michael Ellerman wrote:quoted
Viresh Kumar [off-list ref] writes:quoted
Subject: Re: [PATCH 15/27] cpufreq: powerenv: Don't validate the frequency table twice^ powernvquoted
The cpufreq core is already validating the CPU frequency table after calling the ->init() callback of the cpufreq drivers and the drivers don't need to do the same anymore. Though they need to set the policy->freq_table field directly from the ->init() callback now. Stop validating the frequency table from powerenv driver.powernv :) Will fix both of them.
Thanks :) cheers