[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190613005109.1867-1-jassisinghbrar@gmail.com>
Date: Wed, 12 Jun 2019 19:51:09 -0500
From: jassisinghbrar@...il.com
To: dmaengine@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: vkoul@...nel.org, robh+dt@...nel.org, mark.rutland@....com,
orito.takao@...ionext.com, masami.hiramatsu@...aro.org,
kasai.kazuhiro@...ionext.com,
Jassi Brar <jaswinder.singh@...aro.org>
Subject: [PATCH 0/2] Add support for AHB DMA controller on Milbeaut series
From: Jassi Brar <jaswinder.singh@...aro.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.
Jassi Brar (2):
dt-bindings: milbeaut-hdmac: Add Socionext Milbeaut HDMAC bindings
dmaengine: milbeaut-hdmac: Add HDMAC driver for Milbeaut platforms
.../bindings/dma/milbeaut-m10v-hdmac.txt | 54 ++
drivers/dma/Kconfig | 10 +
drivers/dma/Makefile | 1 +
drivers/dma/milbeaut-hdmac.c | 572 ++++++++++++++++++
4 files changed, 637 insertions(+)
create mode 100644 Documentation/devicetree/bindings/dma/milbeaut-m10v-hdmac.txt
create mode 100644 drivers/dma/milbeaut-hdmac.c
--
2.17.1
Powered by blists - more mailing lists