From: Magnus Damm Date: Fri, 19 Mar 2010 04:47:10 +0000 (+0000) Subject: dmaengine: shdma: Introduce include/linux/sh_dma.h X-Git-Tag: v2.6.35-rc1~504^2~44^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2623a61cfd3c6badb8396dc85ab5a70f4a05f61;p=pandora-kernel.git dmaengine: shdma: Introduce include/linux/sh_dma.h Create a common platform data header file for the shdma dmaengine driver. This is done by moving common structures from sh asm/dmaengine.h to linux/sh_dma.h. DMA registers are also copied from sh asm/dma-register.h to make the code architecture independent. The sh header file asm/dmaengine.h is still kept with the slave id enum. This allows us to keep the old processor specific code as is and slowly move over to slave id enums in per-processor headers. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- Reading git-diff-tree failed