[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1553487314-9185-1-git-send-email-kasai.kazuhiro@socionext.com>
Date: Mon, 25 Mar 2019 13:15:12 +0900
From: Kazuhiro Kasai <kasai.kazuhiro@...ionext.com>
To: vkoul@...nel.org, robh+dt@...nel.org, mark.rutland@....com
Cc: dmaengine@...r.kernel.org, devicetree@...r.kernel.org,
orito.takao@...ionext.com, sugaya.taichi@...ionext.com,
kanematsu.shinji@...ionext.com, jaswinder.singh@...aro.org,
masami.hiramatsu@...aro.org, linux-kernel@...r.kernel.org,
Kazuhiro Kasai <kasai.kazuhiro@...ionext.com>
Subject: [PATCH 0/2] Add support for AXI DMA controller on Milbeaut series
The following series adds AXI DMA controller support on Milbeaut series.
This controller has only capable of memory to memory transfer.
Kazuhiro Kasai (2):
dt-bindings: dmaengine: Add Milbeaut AXI DMA controller bindings
dmaengine: milbeaut: Add Milbeaut AXI DMA controller
.../devicetree/bindings/dma/xdmac-milbeaut.txt | 24 ++
drivers/dma/Kconfig | 8 +
drivers/dma/Makefile | 1 +
drivers/dma/xdmac-milbeaut.c | 353 +++++++++++++++++++++
4 files changed, 386 insertions(+)
create mode 100644 Documentation/devicetree/bindings/dma/xdmac-milbeaut.txt
create mode 100644 drivers/dma/xdmac-milbeaut.c
--
1.9.1
Powered by blists - more mailing lists