mbox series

[v4,0/2] Add support for AHB DMA controller on Milbeaut series

Message ID 20191015033301.14791-1-jassisinghbrar@gmail.com
Headers show
Series Add support for AHB DMA controller on Milbeaut series | expand

Message

Jassi Brar Oct. 15, 2019, 3:33 a.m. UTC
From: Jassi Brar <jaswinder.singh@linaro.org>


The following series adds AHB DMA (HDMAC) controller support on Milbeaut series.
This controller is capable of Mem<->MEM and DEV<->MEM transfer. But only DEV<->MEM
is currently supported.

Changes since v3:
 # Drop unused variables
 # Add controller init instruction

Changes since v2:
 # Spelling mistake fix
 # Bug fix prep_slave - made local copy of sgl

Jassi Brar (2):
  dt-bindings: milbeaut-m10v-hdmac: Add Socionext Milbeaut HDMAC
    bindings
  dmaengine: milbeaut-hdmac: Add HDMAC driver for Milbeaut platforms

 .../bindings/dma/milbeaut-m10v-hdmac.txt      |  32 +
 drivers/dma/Kconfig                           |  10 +
 drivers/dma/Makefile                          |   1 +
 drivers/dma/milbeaut-hdmac.c                  | 581 ++++++++++++++++++
 4 files changed, 624 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/milbeaut-m10v-hdmac.txt
 create mode 100644 drivers/dma/milbeaut-hdmac.c

-- 
2.20.1

Comments

Vinod Koul Oct. 18, 2019, 8:02 a.m. UTC | #1
On 14-10-19, 22:33, jassisinghbrar@gmail.com wrote:
> From: Jassi Brar <jaswinder.singh@linaro.org>

> 

> The following series adds AHB DMA (HDMAC) controller support on Milbeaut series.

> This controller is capable of Mem<->MEM and DEV<->MEM transfer. But only DEV<->MEM

> is currently supported.


Applied, thanks

-- 
~Vinod