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)
commit82958bc84e51f360ee92e1e15db1d93bc7894b23
tree52340617645937017301473d5333abb47c4b33cd
parentda46767fa3b73a8734c5408a7783e0c7f1311bf4
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 [new file with mode: 0644]
drivers/dma/dw/dw_dmac.c [deleted file]
drivers/dma/dw/dw_dmac_regs.h [deleted file]
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 [new file with mode: 0644]