dma: move dw_dmac driver to an own directory
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 5 Jun 2013 12:26:44 +0000 (15:26 +0300)
committerVinod Koul <vinod.koul@intel.com>
Fri, 5 Jul 2013 06:10:43 +0000 (11:40 +0530)
commit61a7649620d54a037c612f9a713abe5178cddc65
treee573b8b24811f01c0adaa9156d7e3f2dc4ba232d
parent0b95961e03ecee31d6151db79cc0826e702d1e0a
dma: move dw_dmac driver to an own directory

The dw_dmac driver is going to be split into multiple files. To make this more
convenient move it to an own directory.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
MAINTAINERS
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/dw/Kconfig [new file with mode: 0644]
drivers/dma/dw/Makefile [new file with mode: 0644]
drivers/dma/dw/dw_dmac.c [new file with mode: 0644]
drivers/dma/dw/dw_dmac_regs.h [new file with mode: 0644]
drivers/dma/dw_dmac.c [deleted file]
drivers/dma/dw_dmac_regs.h [deleted file]
This page took 0.027639 seconds and 5 git commands to generate.