From: Peter Ujfalusi Date: Mon, 7 Nov 2011 09:33:07 +0000 (+0200) Subject: ARM: OMAP2+: DMA: Workaround for invalid destination position X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e94bba7d6d8515d84064702fc78494b2c588ce6;p=pandora-kernel.git ARM: OMAP2+: DMA: Workaround for invalid destination position If the DMA destination position has been asked before the first actual data transfer has been done, the CDAC register still contains 0 (it is initialized to 0 at omsp_dma_start). If CDAC == 0, return the programmed start address. Signed-off-by: Peter Ujfalusi Reviewed-by: Jarkko Nikula Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed