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

2008-06-22 Thread Russell King - ARM Linux
On Tue, Jun 17, 2008 at 10:22:51AM +0300, Tony Lindgren wrote: > Good catch, yes it can be static. Updated patch following. Ok. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/maj

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

2008-06-17 Thread Tony Lindgren
* Russell King - ARM Linux <[EMAIL PROTECTED]> [080614 11:05]: > 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

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 > >

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

2008-06-06 Thread Tony Lindgren
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 Cc: David Brownell <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Signed-off-by: Ton