]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Wed, 12 Jun 2013 08:07:58 +0000 (13:37 +0530)
commit3dfb51ce3d6e904ec196e6f7e22cfd643db188dc
tree1c8231de09463e9b12906d083a3983c3d4b50b00
parent058ba52d80d90da9763e37f4eabd74d5d5cff183
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 [moved from drivers/dma/dw_dmac.c with 99% similarity]
drivers/dma/dw/dw_dmac_regs.h [moved from drivers/dma/dw_dmac_regs.h with 100% similarity]