From: Jassi Brar <jaswinder.singh@xxxxxxxxxx> The following series adds AXI DMA (XDMAC) controller support on Milbeaut series. This controller is capable of only Mem<->MEM transfers. Number of channels is configurable {2,4,8} Jassi Brar (2): dt-bindings: milbeaut-m10v-xdmac: Add Socionext Milbeaut XDMAC bindings dmaengine: milbeaut-xdmac: Add XDMAC driver for Milbeaut platforms .../bindings/dma/milbeaut-m10v-xdmac.txt | 24 + drivers/dma/Kconfig | 10 + drivers/dma/Makefile | 1 + drivers/dma/milbeaut-xdmac.c | 426 ++++++++++++++++++ 4 files changed, 461 insertions(+) create mode 100644 Documentation/devicetree/bindings/dma/milbeaut-m10v-xdmac.txt create mode 100644 drivers/dma/milbeaut-xdmac.c -- 2.17.1