]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: DMA fix bug in omap_get_dma_dst_pos
authorAnand Gadiyar <gadiyar@ti.com>
Mon, 1 Oct 2007 17:41:36 +0000 (10:41 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 1 Oct 2007 18:01:14 +0000 (11:01 -0700)
commit8143c8e3ae8f214bbda0ba394076e9026da5dedd
treeaed95025ccd68a37e208a5607f9cd0ec23a6768f
parentefe932c901a53f70104c8ffbdd75dd6b53e5aa30
ARM: OMAP: DMA fix bug in omap_get_dma_dst_pos

omap_get_dma_dst_pos() should return the current destination address.
The CDSA register contains the destination start address.
CDAC register should be used instead.

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Fixed to use OMAP_DMA_CDAC_REG.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/dma.c