mbox series

[v3,0/2] Add support for AXI DMA controller on Milbeaut series

Message ID 20191015033116.14580-1-jassisinghbrar@gmail.com (mailing list archive)
Headers show
Series Add support for AXI DMA controller on Milbeaut series | expand

Message

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

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}

Changes Since v2:
 # Drop unused variable

Changes Since v1:
  # Spelling mistake fix

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                  | 418 ++++++++++++++++++
 4 files changed, 453 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/milbeaut-m10v-xdmac.txt
 create mode 100644 drivers/dma/milbeaut-xdmac.c

Comments

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

Applied, thanks