From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santosh Shilimkar Subject: Re: [PATCH 02/10] cpufreq: OMAP: Add SMP support for OMAP4+ Date: Fri, 30 Aug 2013 09:26:12 -0400 Message-ID: <52209D74.1050308@ti.com> References: <1316725648-26710-1-git-send-email-khilman@ti.com> <1316725648-26710-3-git-send-email-khilman@ti.com> <521F4E88.1000709@ti.com> <521F4FBB.3080002@ti.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: cpufreq-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Viresh Kumar Cc: "Rafael J. Wysocki" , Kevin Hilman , Russell King , "cpufreq@vger.kernel.org" , Dave Jones , Nishanth Menon , linux-omap@vger.kernel.org, "linux-arm-kernel@lists.infradead.org" , Rajendra Nayak > From: Viresh Kumar > > Date: Wed, 21 Aug 2013 19:05:05 +0530 > Subject: [PATCH] cpufreq: omap: use cpufreq_generic_init() routine > > Use generic cpufreq_generic_init() routine instead of replicating the same code > here. > > This also rearranges the code a bit to make it more sensible. Also removes some > unnecessary checks. > > Signed-off-by: Viresh Kumar > > --- > drivers/cpufreq/omap-cpufreq.c | 41 +++++++++++------------------------------ > 1 file changed, 11 insertions(+), 30 deletions(-) > I haven't tested it but looks straightforward so.. Acked-by: Santosh Shilimkar