ARM: SAMSUNG: remove unused DMA infrastructure
authorArnd Bergmann <arnd@arndb.de>
Sat, 24 Jan 2015 04:09:54 +0000 (13:09 +0900)
committerKukjin Kim <kgene@kernel.org>
Sat, 24 Jan 2015 04:09:54 +0000 (13:09 +0900)
commitd50b9e2e788dce9b120b5ac1140f0cdd1bf905eb
treeb34a10958fc998b0718f720289d3e40049584b58
parent32b0aa9aaeb4a493135ea6368a614aa89c3c5488
ARM: SAMSUNG: remove unused DMA infrastructure

Everything uses dmaengine now, so there is no reason to
keep this around any longer. Thanks to everyone who was involved
in moving the users over to use the dmaengine APIs.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
23 files changed:
Documentation/arm/Samsung-S3C24XX/DMA.txt [deleted file]
arch/arm/mach-exynos/include/mach/dma.h [deleted file]
arch/arm/mach-s3c24xx/Kconfig
arch/arm/mach-s3c24xx/Makefile
arch/arm/mach-s3c24xx/dma-s3c2410.c [deleted file]
arch/arm/mach-s3c24xx/dma-s3c2412.c [deleted file]
arch/arm/mach-s3c24xx/dma-s3c2440.c [deleted file]
arch/arm/mach-s3c24xx/dma-s3c2443.c [deleted file]
arch/arm/mach-s3c24xx/dma.c [deleted file]
arch/arm/mach-s3c24xx/include/mach/dma.h
arch/arm/mach-s3c64xx/include/mach/dma.h
arch/arm/plat-samsung/Kconfig
arch/arm/plat-samsung/Makefile
arch/arm/plat-samsung/dma-ops.c [deleted file]
arch/arm/plat-samsung/dma.c [deleted file]
arch/arm/plat-samsung/include/plat/dma-core.h [deleted file]
arch/arm/plat-samsung/include/plat/dma-ops.h [deleted file]
arch/arm/plat-samsung/include/plat/dma-pl330.h [deleted file]
arch/arm/plat-samsung/include/plat/dma-s3c24xx.h [deleted file]
arch/arm/plat-samsung/include/plat/dma.h [deleted file]
arch/arm/plat-samsung/include/plat/regs-dma.h [deleted file]
arch/arm/plat-samsung/s3c-dma-ops.c [deleted file]
drivers/dma/Kconfig
This page took 0.028468 seconds and 5 git commands to generate.