From: Guennadi Liakhovetski Date: Fri, 2 Aug 2013 14:50:38 +0000 (+0200) Subject: DMA: shdma: add a header with common for ARM SoCs defines X-Git-Tag: v3.12-rc1~68^2~7^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eb742a0914cd79053d092a14bfac5315993dd61;p=pandora-kernel.git DMA: shdma: add a header with common for ARM SoCs defines All shdma DMACs on ARM SoCs share certain register layout patterns, which are currently defined in arch/arm/mach-shmobile/include/mach/dma-register.h. That header is included by SoC-specific setup-*.c files to be used in DMAC platform data. That header, however, cannot be directly used by the driver. This patch copies those defines into a driver-local header to be used by Device Tree configurations. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Vinod Koul --- Reading git-diff-tree failed