lkml.org 
[lkml]   [2012]   [Sep]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCHv1 0/6] dw_dmac: split the driver and introduce PCI part
Date
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



\
 
 \ /
  Last update: 2012-09-25 14:41    [W:0.208 / U:0.124 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site