ARM: OMAP: Remove __REG access in DMA code
authorTony Lindgren <tony@atomide.com>
Wed, 30 Apr 2008 04:35:45 +0000 (21:35 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 15 May 2008 23:51:20 +0000 (16:51 -0700)
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

Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found