dma: move dw_dmac driver to an own directory
authorAndy Shevchenko <[email protected]>
Wed, 5 Jun 2013 12:26:44 +0000 (15:26 +0300)
committerVinod Koul <[email protected]>
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 <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
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]