]> git.ipfire.org Git - people/arne_f/kernel.git/commit
dma: dw: split driver to library part and platform code
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 5 Jun 2013 12:26:45 +0000 (15:26 +0300)
committerVinod Koul <vinod.koul@intel.com>
Fri, 5 Jul 2013 06:10:44 +0000 (11:40 +0530)
commit9cade1a46c77dfc96d57a3ea6354e95b2a7fcf61
tree52340617645937017301473d5333abb47c4b33cd
parent61a7649620d54a037c612f9a713abe5178cddc65
dma: dw: split driver to library part and platform code

To simplify the driver development let's split driver to library and platform
code parts. It helps us to add PCI driver in future.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
[Fixed compile error and few checkpatch issues]
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/Makefile
drivers/dma/dw/Kconfig
drivers/dma/dw/Makefile
drivers/dma/dw/core.c [moved from drivers/dma/dw/dw_dmac.c with 85% similarity]
drivers/dma/dw/internal.h [new file with mode: 0644]
drivers/dma/dw/platform.c [new file with mode: 0644]
drivers/dma/dw/regs.h [moved from drivers/dma/dw/dw_dmac_regs.h with 99% similarity]