Re: [PATCH] OMAP5912: Fix omap5912 osk alsa driver [1/2]

2008-08-14 Thread Jarkko Nikula
On Wed, 13 Aug 2008 16:57:25 +0300 ext Tony Lindgren [EMAIL PROTECTED] wrote: * Hunter, Jon [EMAIL PROTECTED] [080813 06:08]: Move OMAP_MCBSP_READ and OMAP_MCBSP_WRITE macro definitions from arch/arm/plat-omap/mcbsp.c to include/asm-arm/arch-omap/mcbsp.h. Let's rather get rid of the

Re: Git tree updated to v2.6.27-rc3, all header files moved

2008-08-14 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080814 13:11]: Hi all, I've just pushed an update to v2.6.27-rc3, which moves all machine specific headers to arch/arm/plat-omap/include/mach/. I've boot tested it on 2430sdp, 3430sdp, n810 and n770. Compile tested also on OSK and H2. Please check your

[PATCH] [MTD] OneNAND OMAP3: add delay for GPIO

2008-08-14 Thread Adrian Hunter
On OMAP3, the driver was occasionally not seeing the GPIO interrupt. Adding a small delay of one register read eliminates the problem. Signed-off-by: Adrian Hunter [EMAIL PROTECTED] --- drivers/mtd/onenand/omap2.c |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git

Re: Git tree updated to v2.6.26-rc3, all header files moved

2008-08-14 Thread Jarkko Nikula
On Thu, 14 Aug 2008 13:13:30 +0300 ext Tony Lindgren [EMAIL PROTECTED] wrote: Hi all, I've just pushed an update to v2.6.27-rc3, which moves all machine specific headers to arch/arm/plat-omap/include/mach/. I've boot tested it on 2430sdp, 3430sdp, n810 and n770. Compile tested also on

Section mismatch when compiling v2.6.23-rc3

2008-08-14 Thread Premi, Sanjeev
Hi all, Just wondering if anyone saw this error: WARNING: vmlinux.o(.data+0x10c8c): Section mismatch in reference from the variable contig_page_data to the variable .init.data:bootmem_node_data The variable contig_page_data references the variable __initdata bootmem_node_data If the reference

Re: [PATCH 3/3] input: add more error checks to lm8323 driver

2008-08-14 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080813 20:37]: If we can't reach the driver, we stop trying to probe it. Useful when building kernel for n800 and n810. n800 doesn't have lm8323, so that driver shouldn't probe there. Pushing today. Tony Signed-off-by: Felipe Balbi [EMAIL PROTECTED] ---

Re: Git tree updated to v2.6.26-rc3, all header files moved

2008-08-14 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080814 14:47]: On Thu, Aug 14, 2008 at 01:13:30PM +0300, Tony Lindgren wrote: Hi all, I've just pushed an update to v2.6.27-rc3, which moves all machine specific headers to arch/arm/plat-omap/include/mach/. I've boot tested it on 2430sdp, 3430sdp,

Re: Git tree updated to v2.6.26-rc3, all header files moved

2008-08-14 Thread Felipe Balbi
On Thu, Aug 14, 2008 at 04:35:41PM +0300, Tony Lindgren wrote: Thanks, pushing to l-o. Your twl patch also needs to be updated for the include path. Here it is thanks -- balbi From bc91d54477fef30befd382a538526b8a963aee8d Mon Sep 17 00:00:00 2001 From: Felipe Balbi [EMAIL PROTECTED] Date:

RE: [PATCH] OMAP5912: Fix omap5912 osk alsa driver [1/2]

2008-08-14 Thread Hunter, Jon
Hi Tony, Jarkko, Let's rather get rid of the direct mcbsp register tinkering from drivers and use following instead: Workaround for omap_mcbsp3_aic23_clock_init not adding new McBSP API would be to put those registers into struct omap_mcbsp_reg_cfg and call omap_mcbsp_config. You know