[PATCH 0/3] dw_dmac: add PCI driver and move dw stuff to its own folder

From: Andy Shevchenko
Date: Tue Oct 30 2012 - 08:32:23 EST


This is split of the dw_dmac to support different platform devices with one
core driver. It uses platform_driver model and weak link to the parent driver.
The pros and cons are still under discussion here:
http://www.spinics.net/lists/kernel/msg1408495.html

Andy Shevchenko (2):
dma: move dw_dmac driver to an own directory
MAINTAINERS: add recently created files to dw_dmac section

Heikki Krogerus (1):
dmaengine: dw_dmac: add PCI part of the driver

MAINTAINERS | 3 +-
drivers/dma/Kconfig | 9 +++
drivers/dma/Makefile | 2 +-
drivers/dma/dw/Makefile | 2 +
drivers/dma/{ => dw}/dw_dmac.c | 2 +-
drivers/dma/dw/dw_dmac_pci.c | 133 +++++++++++++++++++++++++++++++++++
drivers/dma/{ => dw}/dw_dmac_regs.h | 0
7 files changed, 147 insertions(+), 4 deletions(-)
create mode 100644 drivers/dma/dw/Makefile
rename drivers/dma/{ => dw}/dw_dmac.c (99%)
create mode 100644 drivers/dma/dw/dw_dmac_pci.c
rename drivers/dma/{ => dw}/dw_dmac_regs.h (100%)

--
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/