From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH 15/27] cpufreq: powerenv: Don't validate the frequency table twice Date: Tue, 27 Feb 2018 09:15:27 +0530 Message-ID: <20180227034527.GQ26947@vireshk-i7> References: <3120e4db4ae3bc014d198a206f46be1305ec65e8.1519620578.git.viresh.kumar@linaro.org> <871sh89dbr.fsf@concordia.ellerman.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <871sh89dbr.fsf@concordia.ellerman.id.au> 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: Michael Ellerman Cc: Vincent Guittot , linux-pm@vger.kernel.org, Rafael Wysocki , Paul Mackerras , linuxppc-dev@lists.ozlabs.org List-Id: linux-pm@vger.kernel.org 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. -- viresh