]> git.karo-electronics.de Git - karo-tx-linux.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>
Wed, 12 Jun 2013 13:17:45 +0000 (18:47 +0530)
commit5d34f25632d9609fc2c982fa96f6f7c86066a23d
tree010c5cfa0c251475c3b76533dc7720de671ad73e
parent3dfb51ce3d6e904ec196e6f7e22cfd643db188dc
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]