From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans-Christian Egtvedt Subject: Re: [PATCH V2 05/35] cpufreq: at32ap: Covert to light weight ->target_index() routine Date: Wed, 14 Aug 2013 10:00:33 +0200 Message-ID: <20130814080033.GA8540@samfundet.no> References: <1e8023313384685c4f5488b5249423b066e8c133.1376392602.git.viresh.kumar@linaro.org> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <1e8023313384685c4f5488b5249423b066e8c133.1376392602.git.viresh.kumar@linaro.org> Sender: cpufreq-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Viresh Kumar Cc: rjw@sisk.pl, linaro-kernel@lists.linaro.org, patches@linaro.org, cpufreq@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Around Tue 13 Aug 2013 19:02:18 +0530 or thereabout, Viresh Kumar wrote: > This patch converts existing .target() to newly defined light weight > .target_index() routine for this driver. > > CPUFreq core will call cpufreq_frequency_table_target() before calling this > routine and will pass index to it. > > Cc: Hans-Christian Egtvedt > Signed-off-by: Viresh Kumar Acked-by: Hans-Christian Egtvedt > --- > drivers/cpufreq/at32ap-cpufreq.c | 23 +++++------------------ > 1 file changed, 5 insertions(+), 18 deletions(-) -- mvh Hans-Christian Egtvedt