[PATCH] ARM:SAMSUNG: Move S3C DMA driver to drivers/dma
Jassi Brar
jassisinghbrar at gmail.com
Tue Jun 7 04:01:28 EDT 2011
On Tue, Jun 7, 2011 at 1:18 PM, root <alim.akhtar at samsung.com> wrote:
> Signed-off-by: alim.akhtar <alim.akhtar at samsung.com>
> ---
> arch/arm/configs/exynos4_defconfig | 1 +
> arch/arm/configs/s5p64x0_defconfig | 1 +
> arch/arm/configs/s5pc100_defconfig | 1 +
> arch/arm/configs/s5pv210_defconfig | 1 +
> arch/arm/plat-samsung/Kconfig | 6 -
> arch/arm/plat-samsung/Makefile | 2 -
> arch/arm/plat-samsung/s3c-pl330.c | 1244 ------------------------------------
> drivers/dma/Kconfig | 8 +
> drivers/dma/Makefile | 2 +
> drivers/dma/s3c-pl330.c | 1244 ++++++++++++++++++++++++++++++++++++
> 10 files changed, 1258 insertions(+), 1252 deletions(-)
> delete mode 100644 arch/arm/plat-samsung/s3c-pl330.c
> create mode 100644 drivers/dma/s3c-pl330.c
NAK
The drivers/dma/ is place for generic DMA API con formant drivers.
S3C-PL330.c is implementation of Samsung's DMA API.
More information about the linux-arm-kernel
mailing list