On Tue, Jun 7, 2011 at 1:18 PM, root <[email protected]> wrote: > Signed-off-by: alim.akhtar <[email protected]> > --- > 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. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
