[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1348731121-2515-1-git-send-email-andriy.shevchenko@linux.intel.com>
Date: Thu, 27 Sep 2012 10:31:54 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Viresh Kumar <viresh.linux@...il.com>,
Vinod Koul <vinod.koul@...el.com>,
linux-kernel@...r.kernel.org, spear-devel <spear-devel@...t.st.com>
Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Subject: [PATCHv3 0/7] dw_dmac: split the driver and introduce PCI part
This patchset is dedicated to support different platform devices via the same
core driver. In our case the dw_dmac could be used as a PCI device, regular
embedded device or something else. This split allows to support the controller
connected to any bus by adding a little piece of code without duplicating a
core driver functionality.
Since v2:
- use git format-patch -C -M to avoid long useless patches
- substitute DRIVER macro to a normal structure definition in the
dw_dmac_pci.c
- split patch 1/4 to few independent pieces with their own descriptions
Andy Shevchenko (2):
dma: move dw_dmac driver to an own directory
MAINTAINERS: add recently created files to dw_dmac section
Heikki Krogerus (5):
dmaengine: dw_dmac: use helper macro module_platform_driver()
dmaengine: dw_dmac: add module alias
dmaengine: dw_dmac: remove CLK dependency
dmaengine: dw_dmac: amend description and indentation
dmaengine: dw_dmac: add PCI part of the driver
MAINTAINERS | 4 +-
drivers/dma/Kconfig | 10 ++-
drivers/dma/Makefile | 2 +-
drivers/dma/dw/Makefile | 2 +
drivers/dma/{ => dw}/dw_dmac.c | 23 +++----
drivers/dma/dw/dw_dmac_pci.c | 126 +++++++++++++++++++++++++++++++++++
drivers/dma/{ => dw}/dw_dmac_regs.h | 0
7 files changed, 148 insertions(+), 19 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists