From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752232Ab2LTSr5 (ORCPT ); Thu, 20 Dec 2012 13:47:57 -0500 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:35065 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751069Ab2LTSrw (ORCPT ); Thu, 20 Dec 2012 13:47:52 -0500 Date: Thu, 20 Dec 2012 18:47:14 +0000 From: Russell King - ARM Linux To: Olof Johansson Cc: torvalds@linux-foundation.org, arm@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, tony@atomide.com, maxime.ripard@free-electrons.com Subject: Re: [GIT PULL v2] ARM: arm-soc fixes for 3.8 Message-ID: <20121220184714.GB14363@n2100.arm.linux.org.uk> References: <20121220163814.GA29557@quad.lixom.net> <20121220175639.GA14363@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 20, 2012 at 10:08:42AM -0800, Olof Johansson wrote: > On Thu, Dec 20, 2012 at 9:56 AM, Russell King - ARM Linux > wrote: > > On Thu, Dec 20, 2012 at 08:38:14AM -0800, Olof Johansson wrote: > >> One of the sunxi patches from the last pull request was misapplied (I > >> realized what happened -- git am -s didn't apply cleanly so I had done it > >> through regular patch, thus not catching the renames properly). Here's > >> a fresh version of the pull request with a couple more OMAP and Samsung > >> patches included. > >> > >> There's a chance that a couple of the OMAP patches will also go in through > >> Russell, since my connectivity has been crap so far this trip and it > >> causes build breaks for the platform. It's a branch pull from Tony, > >> it should be a no-op either way. > > > > Olof, > > > > Not sure what's going on, but my recent pull from arm-soc for-next still > > hasn't solved the OMAP build failures in my kbuild - I'm still getting: > > > > arch/arm/mach-omap2/timer.c: In function 'omap_get_timer_dt': > > arch/arm/mach-omap2/timer.c:178:3: error: implicit declaration of function 'prom_add_property' > > arch/arm/mach-omap2/i2c.c: In function 'omap_pm_set_max_mpu_wakeup_lat_compat': > > arch/arm/mach-omap2/i2c.c:130:2: error: implicit declaration of function 'omap_pm_set_max_mpu_wakeup_lat' > > Yep, I forgot to bring the fixes branch into our for-next. Try again > once it mirrors out, I just pushed out a rebuild of it. New top commit > should be e691d77e8825054376b31e79a9b5f9fa79fe764d. Yes, this looks much better, thanks.