From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Thu, 18 Oct 2012 18:49:17 -0700 Subject: [PATCH v2] arm: omap: move OMAP USB platform data to In-Reply-To: <20121018054934.GE11137@arwen.pp.htv.fi> References: <20121016230040.GP15569@atomide.com> <1350488838-6289-1-git-send-email-balbi@ti.com> <20121017203404.GY15569@atomide.com> <20121018054934.GE11137@arwen.pp.htv.fi> Message-ID: <20121019014917.GL30550@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Felipe Balbi [121017 22:56]: > Hi, > > On Wed, Oct 17, 2012 at 01:34:04PM -0700, Tony Lindgren wrote: > > * Felipe Balbi [121017 08:54]: > > > In order to make single zImage work for ARM architecture, > > > we need to make sure we don't depend on private headers. > > > > > > Move USB platform_data to > > > and keep only internal functions in . > > > > Thanks, looks like I can't make this apply against v3.7-rc1: > > > > patching file arch/arm/plat-omap/include/plat/usb.h > > Hunk #1 FAILED at 1. > > Hunk #2 FAILED at 26. > > Hunk #3 FAILED at 44. > > Hunk #4 FAILED at 65. > > Hunk #5 FAILED at 81. > > Hunk #6 succeeded at 28 with fuzz 2 (offset -128 lines). > > 5 out of 6 hunks FAILED -- rejects in file arch/arm/plat-omap/include/plat/usb.h > > > > Can you please check it? > > Are you sure you have a clean v3.7-rc1 ? Yes. Figured it out, it fails to apply with quilt, but applies with git. But it does not compile with all configs though, and does not remove plat/usb.h. Thanks anyways. I'll post a proper series shortly with your patch fixed up. Regards, Tony