[PATCHv7 0/3] dma: Add Freescale eDMA engine driver support

From: Jingchang Lu
Date: Fri Nov 08 2013 - 05:46:08 EST


This series add Freescale eDMA engine support.

Jingchang Lu (3):
ARM: imx: Add DMAMUX clock for Vybrid vf610 SoC
ARM: dts: vf610: Add eDMA node
dma: Add Freescale eDMA engine driver support

Documentation/devicetree/bindings/dma/fsl-edma.txt | 84 ++++
arch/arm/boot/dts/vf610.dtsi | 49 +++
arch/arm/mach-imx/clk-vf610.c | 5 +
drivers/dma/Kconfig | 10 +
drivers/dma/Makefile | 1 +
drivers/dma/fsl-edma.c | 944 +++++++++++++++++++++++++++++++++++++++++++++
include/dt-bindings/clock/vf610-clock.h | 6 +-
include/dt-bindings/dma/vf610-edma.h | 103 +++++
8 files changed, 1201 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/dma/fsl-edma.txt
create mode 100644 drivers/dma/fsl-edma.c
create mode 100644 include/dt-bindings/dma/vf610-edma.h


--
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/