* Russell King - ARM Linux [081013 09:15]: > On Fri, Oct 10, 2008 at 02:35:34PM +0300, Tony Lindgren wrote: > > * Tony Lindgren [081010 12:41]: > > > * Tony Lindgren [081010 12:15]: > > > > * Russell King - ARM Linux [081010 11:42]: > > > > > On Thu, Oct 09, 2008 at 06:17:25PM +0300, Tony Lindgren wrote: > > > > > > Sure, I'll post a minimal LDP patch separately tomorrow. I don't have > > > > > > an LDP so I can't verify it boots though. > > > > > > > > > > Unfortunately, Linus has been unpredictable, and released 2.6.27 last > > > > > night, rather than the usual one week after -rc9. > > > > > > > > > > What this means is that the merge window is now open, and I shouldn't > > > > > be accepting anything else into my kernel tree. > > > > > > > > > > However, if you can get LDP in by this evening, I'll pull it into the > > > > > tree. That will be the final devel code merged into my tree for 2.6.28. > > > > > > > > Sure. Here's the minimal board patch for LDP with it's defconfig > > > > in the following mail. Also added to the omap3-upstream queue. > > > > > > Here's the defconfig. > > > > And here's the updated pull request for you with the LDP patches added. > > > > I also changed the title of the Overo patches to say OMAP3 instead of > > OMAP2 for consistency. > > > > Note that this will also pull the already posted omap2-upstream as > > omap3-upstream is based on that. > > There's something wrong with one of the sets I've pulled from you: > > arch/arm/mach-omap2/mcbsp.c:253: error: ‘INT_24XX_MCBSP3_IRQ_RX’ undeclared here (not in a function) > arch/arm/mach-omap2/mcbsp.c:254: error: ‘INT_24XX_MCBSP3_IRQ_TX’ undeclared here (not in a function) > arch/arm/mach-omap2/mcbsp.c:262: error: ‘INT_24XX_MCBSP4_IRQ_RX’ undeclared here (not in a function) > arch/arm/mach-omap2/mcbsp.c:263: error: ‘INT_24XX_MCBSP4_IRQ_TX’ undeclared here (not in a function) > arch/arm/mach-omap2/mcbsp.c:271: error: ‘INT_24XX_MCBSP5_IRQ_RX’ undeclared here (not in a function) > arch/arm/mach-omap2/mcbsp.c:272: error: ‘INT_24XX_MCBSP5_IRQ_TX’ undeclared here (not in a function) > > Please take a look and resolve ASAP. Thanks. Sorry for the delay, I was sitting in an airplane again. Here's the fix, looks like the missing McBSP irqs should have been merged into the recent McBSP patches. This patch is also in your patch system as 5301/1. Tony