--- v2
+++ v3
@@ -15,26 +15,30 @@
on i.mx7ulp whose M4 domain own some peripherals.
change from v1:
- 1. Check .data of 'of_device_id' in probe instead of compatible name.
- 2. pull binding doc patch before driver patch.
+ 1. check .data of 'of_device_id' in probe instead of compatible name.
-Robin Gong (7):
+change from v2:
+ 1. move the difference between edma and edma2 into driver data so that
+ no need version checking in fsl-edma.c.
+
+Robin Gong (8):
dmaengine: fsl-edma: add dmamux_nr for next version
dmaengine: mcf-edma: update to 'dmamux_nr'
dmaengine: fsl-edma-common: move dmamux register to another single
function
dmaengine: fsl-edma-common: version check for v2 instead
+ dmaengine: fsl-edma: add drvdata for vf610
dt-bindings: dma: fsl-edma: add new i.mx7ulp-edma
dmaengine: fsl-edma: add i.mx7ulp edma2 version support
ARM: dts: imx7ulp: add edma device node
- Documentation/devicetree/bindings/dma/fsl-edma.txt | 44 ++++++++--
- arch/arm/boot/dts/imx7ulp.dtsi | 28 +++++++
- drivers/dma/fsl-edma-common.c | 74 +++++++++++------
- drivers/dma/fsl-edma-common.h | 4 +
- drivers/dma/fsl-edma.c | 95 +++++++++++++++++++---
- drivers/dma/mcf-edma.c | 1 +
- 6 files changed, 204 insertions(+), 42 deletions(-)
+ Documentation/devicetree/bindings/dma/fsl-edma.txt | 44 +++++++-
+ arch/arm/boot/dts/imx7ulp.dtsi | 28 ++++++
+ drivers/dma/fsl-edma-common.c | 74 +++++++++-----
+ drivers/dma/fsl-edma-common.h | 13 +++
+ drivers/dma/fsl-edma.c | 112 ++++++++++++++++++---
+ drivers/dma/mcf-edma.c | 1 +
+ 6 files changed, 230 insertions(+), 42 deletions(-)
--
2.7.4