From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759499Ab3HNIAq (ORCPT ); Wed, 14 Aug 2013 04:00:46 -0400 Received: from cassarossa.samfundet.no ([193.35.52.29]:50263 "EHLO cassarossa.samfundet.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757923Ab3HNIAj (ORCPT ); Wed, 14 Aug 2013 04:00:39 -0400 Date: Wed, 14 Aug 2013 10:00:33 +0200 From: Hans-Christian Egtvedt 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 Subject: Re: [PATCH V2 05/35] cpufreq: at32ap: Covert to light weight ->target_index() routine Message-ID: <20130814080033.GA8540@samfundet.no> References: <1e8023313384685c4f5488b5249423b066e8c133.1376392602.git.viresh.kumar@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1e8023313384685c4f5488b5249423b066e8c133.1376392602.git.viresh.kumar@linaro.org> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: egtvedt@samfundet.no (Hans-Christian Egtvedt) Date: Wed, 14 Aug 2013 10:00:33 +0200 Subject: [PATCH V2 05/35] cpufreq: at32ap: Covert to light weight ->target_index() routine In-Reply-To: <1e8023313384685c4f5488b5249423b066e8c133.1376392602.git.viresh.kumar@linaro.org> References: <1e8023313384685c4f5488b5249423b066e8c133.1376392602.git.viresh.kumar@linaro.org> Message-ID: <20130814080033.GA8540@samfundet.no> To: linux-arm-kernel@lists.infradead.org List-Id: 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