From: Russell King Date: Tue, 10 Dec 2013 11:08:01 +0000 (+0000) Subject: dmaengine: omap-dma: move register read/writes into omap-dma.c X-Git-Tag: v3.15-rc1~82^2~1^5~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=596c471b69249764d8e241b004736878204daa0f;p=pandora-kernel.git dmaengine: omap-dma: move register read/writes into omap-dma.c Export the DMA register information from the SoC specific data, such that we can access the registers directly in omap-dma.c, mapping the register region ourselves as well. Rather than calculating the DMA channel register in its entirety for each access, we pre-calculate an offset base address for the allocated DMA channel and then just use the appropriate register offset. Acked-by: Tony Lindgren Acked-by: Vinod Koul Signed-off-by: Russell King --- Reading git-diff-tree failed