S3C24XX: Enable DMA on S3C2416 by sharing S3C2443-DMA
From: Heiko Stuebner <heiko@...> Date: Sun, 4 Mar 2012 16:29:07 +0100
The S3C2416/2450 contains the same DMA register layout as the S3C2443. Therefore it can simply share this dma selection definition. As we use the S3C2443_DMA the S3C2416_DMA is no longer necessary. The third patch removes this remnant of the S3C24XX merge. The whole series was made on top of the recent S3C24XX merge. Heiko Stuebner (3): ARM: S3C24XX: Fix indentation of dma-s3c2443 ARM: S3C24XX: Reuse S3C2443 dma for S3C2416 ARM: S3C24XX: remove obsolete S3C2416_DMA option arch/arm/Kconfig | 1 - arch/arm/mach-s3c2416/Kconfig | 14 ----------- arch/arm/mach-s3c2416/Makefile | 12 ---------- arch/arm/mach-s3c24xx/Kconfig | 10 ++++---- arch/arm/mach-s3c24xx/Makefile | 2 +- arch/arm/mach-s3c24xx/dma-s3c2443.c | 30 ++++++++++++++++++++----- arch/arm/plat-samsung/include/plat/regs-dma.h | 2 +- 7 files changed, 31 insertions(+), 40 deletions(-) delete mode 100644 arch/arm/mach-s3c2416/Kconfig delete mode 100644 arch/arm/mach-s3c2416/Makefile -- 1.7.2.3
Patches in this set
- [0001] ARM: S3C24XX: Fix indentation of dma-s3c2443 (raw)
- [0002] ARM: S3C24XX: Reuse S3C2443 dma for S3C2416 (raw)
- [0003] ARM: S3C24XX: remove obsolete S3C2416_DMA option (raw)
Statistics
- 3 individual patches
- 31 lines added
- 40 lines removed