Re: [PATCH/RFC 1/2] Add Dspbridge driver to OMAP GIT kernel

2008-06-14 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 14 jun 2008, om 02:01 heeft Kanigeri, Hari het volgende geschreven: This patch adds the dspbridge driver functionality for OMAP3 platform to the OMAP GIT kernel. DSP Bridge driver provides features to control and communicate with DSP enabling p

Re: [PATCH 21/21] ARM: OMAP: Add OMAP chip type structure; clean up mach-omap2/id.c

2008-06-14 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:30:53PM -0700, Tony Lindgren wrote: > omap_chip is set in mach-omap2/id.c by _set_omap_chip(). Other > code should use the omap_chip_is() function to test against omap_chip. > +/** > + * omap_chip_is - test whether currently running OMAP matches a chip type > + * @oc: om

Re: [PATCH 20/21] ARM: OMAP: Turn CM and PRM access into functions

2008-06-14 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:30:52PM -0700, Tony Lindgren wrote: > Otherwise compiling in omap2 and omap3 will not work. > > Signed-off-by: Tony Lindgren <[EMAIL PROTECTED]> Ok. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [EMAIL PROTECTED] Mo

Re: [PATCH 19/21] ARM: OMAP: Introduce omap_globals and prcm access functions for multi-omap

2008-06-14 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:30:51PM -0700, Tony Lindgren wrote: > @@ -51,7 +50,7 @@ u32 omap_ctrl_readl(u16 offset) > void omap_ctrl_writeb(u8 val, u16 offset) > { > pr_debug("omap_ctrl_writeb: writing 0x%0x to 0x%0x\n", val, > - (u32)OMAP_CTRL_REGADDR(offset)); > +

Re: [PATCH 18/21] ARM: OMAP: Remove __REG access for multi-omap

2008-06-14 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:30:50PM -0700, Tony Lindgren wrote: > This does not play nicely with multi-omap as it cannot be replaced > by a function in io.c for omaps with different IO bases. > > Signed-off-by: Tony Lindgren <[EMAIL PROTECTED]> Ok. -- To unsubscribe from this list: send the line "

Re: [PATCH 02/21] ARM: OMAP: DMTimer: Optimize by adding load and start

2008-06-14 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:30:34PM -0700, Tony Lindgren wrote: > From: Richard Woodruff <[EMAIL PROTECTED]> > > This patch optimizes the timer load and start sequence. By combining the > load and start a needless posted wait can be removed from the system timer > execution path. > > * Before pat

Re: [PATCH 10/21] ARM: OMAP: McBSP: Coding style cleanup on arch/arm/plat-omap/mcbsp.c

2008-06-14 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:30:42PM -0700, Tony Lindgren wrote: > From: Eduardo Valentin <[EMAIL PROTECTED]> > > This patch fix lots of warnings and errors reported by > scripts/checkpatch.pl on arch/arm/plat-omap/mcbsp.c. > > Signed-off-by: Eduardo Valentin <[EMAIL PROTECTED]> > Acked-by: Felipe

Re: [PATCH 11/21] ARM: OMAP: McBSP: Prepare for splitting into omap1 and omap2 code

2008-06-14 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:30:43PM -0700, Tony Lindgren wrote: > +#if defined(CONFIG_OMAP_MCBSP) || defined(CONFIG_OMAP_MCBSP_MODULE) > + > +static struct platform_device omap_mcbsp_devices[OMAP_MAX_MCBSP_COUNT]; > +static int mcbsps_configured; > + > +void omap_mcbsp_register_board_cfg(struct omap

Re: [PATCH 06/21] ARM: OMAP: DMA: Clean-up code

2008-06-14 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:30:38PM -0700, Tony Lindgren wrote: > @@ -431,8 +474,8 @@ struct omap_dma_channel_params { > > extern void omap_set_dma_priority(int lch, int dst_port, int priority); > extern int omap_request_dma(int dev_id, const char *dev_name, > - void (* c

Re: [PATCH 08/21] ARM: OMAP: SRAM: Move omap2 sram-fn.S to sram242x.S

2008-06-14 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:30:40PM -0700, Tony Lindgren wrote: > This file will get split between sram242x.S and sram243x.S > in following patch. > > Signed-off-by: Tony Lindgren <[EMAIL PROTECTED]> Please use '-M' so git diff detects renames. -- To unsubscribe from this list: send the line "unsu

Re: [PATCH 05/21] ARM: OMAP: DMA: Remove __REG access

2008-06-14 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:30:37PM -0700, Tony Lindgren wrote: > Remove __REG access in DMA code, use dma_read/write instead: > > - dynamically set the omap_dma_base based on the omap type > > - omap_read/write becomes dma_read/write > - dma channel registers are read with dma_ch_read/write > >

Re: [PATCH 04/21] ARM: OMAP: DMA: Make channels dynamic for multi-boot

2008-06-14 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:30:36PM -0700, Tony Lindgren wrote: > Make DMA channels dynamic for multi-boot > > Signed-off-by: Tony Lindgren <[EMAIL PROTECTED]> Ok. Not for -rc. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [EMAIL PROTECTED] M

Re: [PATCH 02/02] ARM: OMAP: Correcting the gpmc prefetch control register address

2008-06-14 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:21:48PM -0700, Tony Lindgren wrote: > From: Thara Gopinath <[EMAIL PROTECTED]> > > Correcting the GPMC_PREFETCH_CONTROL register address > > Signed-off-by: Thara Gopinath <[EMAIL PROTECTED]> > Signed-off-by: Tony Lindgren <[EMAIL PROTECTED]> This looks like something f

Re: [PATCH 01/02] ARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irq

2008-06-14 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:21:47PM -0700, Tony Lindgren wrote: > From: Jarkko Nikula <[EMAIL PROTECTED]> > > Channel should be marked active only when DMA is really started. Otherwise > just omap_request_dma, omap_dma_link_lch and omap_dma_unlink_lch will cause > incorrect dump_stack(). > > Signe

Re: [PATCH 03/21] ARM: OMAP: Add OMAP3430 base defines

2008-06-14 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:30:35PM -0700, Tony Lindgren wrote: > From: Paul Walmsley <[EMAIL PROTECTED]> > > Add symbolic constants for OMAP3430 base addresses; include that file > in hardware.h. > > Signed-off-by: Paul Walmsley <[EMAIL PROTECTED]> > Signed-off-by: Tony Lindgren <[EMAIL PROTECTED

Re: [PATCH 02/02] ARM: OMAP: Correcting the gpmc prefetch control register address

2008-06-14 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:21:48PM -0700, Tony Lindgren wrote: > From: Thara Gopinath <[EMAIL PROTECTED]> > > Correcting the GPMC_PREFETCH_CONTROL register address > > Signed-off-by: Thara Gopinath <[EMAIL PROTECTED]> > Signed-off-by: Tony Lindgren <[EMAIL PROTECTED]> Ok. -- To unsubscribe from

Re: [PATCH 01/02] ARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irq

2008-06-14 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:21:47PM -0700, Tony Lindgren wrote: > From: Jarkko Nikula <[EMAIL PROTECTED]> > > Channel should be marked active only when DMA is really started. Otherwise > just omap_request_dma, omap_dma_link_lch and omap_dma_unlink_lch will cause > incorrect dump_stack(). > > Signe