From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ellerman Subject: Re: [PATCH 15/27] cpufreq: powerenv: Don't validate the frequency table twice Date: Wed, 28 Feb 2018 21:45:45 +1100 Message-ID: <871sh54ckm.fsf@concordia.ellerman.id.au> References: <3120e4db4ae3bc014d198a206f46be1305ec65e8.1519620578.git.viresh.kumar@linaro.org> <871sh89dbr.fsf@concordia.ellerman.id.au> <20180227034527.GQ26947@vireshk-i7> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20180227034527.GQ26947@vireshk-i7> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@lists.ozlabs.org Sender: "Linuxppc-dev" To: Viresh Kumar Cc: Vincent Guittot , linux-pm@vger.kernel.org, Rafael Wysocki , Paul Mackerras , linuxppc-dev@lists.ozlabs.org List-Id: linux-pm@vger.kernel.org Viresh Kumar writes: > On 26-02-18, 22:53, Michael Ellerman wrote: >> Viresh Kumar writes: >> > Subject: Re: [PATCH 15/27] cpufreq: powerenv: Don't validate the frequency table twice >> ^ >> powernv >> >> > 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