From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [PATCH] CPUFreq: OMAP: remove unnecessary plat/ includes Date: Thu, 20 Sep 2012 00:12:12 +0200 Message-ID: <201209200012.12275.rjw@sisk.pl> References: <201209142103.49421.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: cpufreq-owner@vger.kernel.org To: Paul Walmsley Cc: linux-pm@vger.kernel.org, cpufreq@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org On Thursday, September 20, 2012, Paul Walmsley wrote: > Hi > > On Fri, 14 Sep 2012, Rafael J. Wysocki wrote: > > > On Wednesday, September 12, 2012, Paul Walmsley wrote: > > > > > > Remove some unnecessary plat/ includes that are interfering with multi-subarch > > > ARM kernels. > > > > > > Signed-off-by: Paul Walmsley > > > Cc: Kevin Hilman > > > Cc: Rafael J. Wysocki > > > Acked-by: Kevin Hilman > > > > Acked-by: Rafael J. Wysocki > > > > > --- > > > > > > Still awaiting some final testing here. Rafael, was wondering if you > > > would be willing to ack this so we can merge it via the OMAP tree? > > > Otherwise the patch can be split into an OMAP part and a CPUFreq part that > > > can go in across two merge windows. > > > > > > arch/arm/mach-omap2/clock2420_data.c | 1 + > > > arch/arm/mach-omap2/clock2430_data.c | 1 + > > > arch/arm/mach-omap2/clock3xxx_data.c | 1 + > > > arch/arm/mach-omap2/clock44xx_data.c | 1 + > > > drivers/cpufreq/omap-cpufreq.c | 19 +------------------ > > > 5 files changed, 5 insertions(+), 18 deletions(-) > > Thanks Rafael. Looks like you've got "cpufreq: OMAP: Check IS_ERR() > instead of NULL for omap_device_get_by_hwmod_name" queued which conflicts > with this patch, so will just queue the arch/arm/mach-omap2/ changes for > now. Then the drivers/cpufreq/omap-cpufreq.c part can go in during 3.8. OK Thanks, Rafael