]> Git Repo - linux.git/commit
dma: dw: split driver to library part and platform code
authorAndy Shevchenko <[email protected]>
Wed, 5 Jun 2013 12:26:45 +0000 (15:26 +0300)
committerVinod Koul <[email protected]>
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 <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
[Fixed compile error and few checkpatch issues]
Signed-off-by: Vinod Koul <[email protected]>
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]
This page took 0.056889 seconds and 4 git commands to generate.