]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: Fix omap1 dma
authorTony Lindgren <tony@atomide.com>
Wed, 21 May 2008 22:56:03 +0000 (15:56 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 22 May 2008 00:51:32 +0000 (17:51 -0700)
commitf6c15e10a3b2b6b5a3cb1547277ecfb5152a9830
treef0675f64936782144649122c26c68c7b77280d05
parent41c13615e46ed02a1aaafcc267603be8ea5244e9
ARM: OMAP: Fix omap1 dma

The braces for the input val for dma_write macro were missing
which caused some addresses to get set to incorrect value.

Also make omap_get_dma_src_pos and omap_get_dma_dst_pos to return
the current dma address for omap1 instead of the starting address.

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