[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1351600332-29443-1-git-send-email-andriy.shevchenko@linux.intel.com>
Date: Tue, 30 Oct 2012 14:32:09 +0200
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: [PATCH 0/3] dw_dmac: add PCI driver and move dw stuff to its own folder
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@...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