[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1348575190-11761-1-git-send-email-andriy.shevchenko@linux.intel.com>
Date: Tue, 25 Sep 2012 15:13:04 +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
Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Subject: [PATCHv1 0/6] 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.
Andy Shevchenko (2):
MAINTAINERS: fix indentation for Viresh Kumar
MAINTAINERS: add recently created files to dw_dmac section
Heikki Krogerus (4):
dmaengine: dw_dmac: Remove clk API dependency
dmaengine: dw_dmac: add driver for Atmel AT32
dmaengine: dw_dmac: Add PCI part of the driver
avr32: at32ap700x: rename DMA controller
MAINTAINERS | 19 +++--
arch/avr32/mach-at32ap/at32ap700x.c | 20 ++---
drivers/dma/Kconfig | 19 ++++-
drivers/dma/Makefile | 2 +
drivers/dma/dw_dmac.c | 41 ++--------
drivers/dma/dw_dmac_at32.c | 151 +++++++++++++++++++++++++++++++++++
drivers/dma/dw_dmac_pci.c | 130 ++++++++++++++++++++++++++++++
drivers/dma/dw_dmac_regs.h | 1 -
8 files changed, 327 insertions(+), 56 deletions(-)
create mode 100644 drivers/dma/dw_dmac_at32.c
create mode 100644 drivers/dma/dw_dmac_pci.c
--
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