linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] dmaengine: add UniPhier MIO DMAC driver
@ 2018-09-13  0:51 Masahiro Yamada
  2018-09-13  0:51 ` [PATCH v3 1/2] dt-bindings: dmaengine: add DT binding for UniPhier MIO DMAC Masahiro Yamada
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Masahiro Yamada @ 2018-09-13  0:51 UTC (permalink / raw)
  To: Vinod Koul, dmaengine
  Cc: Masami Hiramatsu, Jassi Brar, Masahiro Yamada, devicetree,
	linux-kernel, Dan Williams, Rob Herring, Mark Rutland,
	linux-arm-kernel

1/2: DT-binding
2/2: driver


Masahiro Yamada (2):
  dt-bindings: dmaengine: add DT binding for UniPhier MIO DMAC
  dmaengine: uniphier-mdmac: add UniPhier MIO DMAC driver

 .../devicetree/bindings/dma/uniphier-mio-dmac.txt  |  25 ++
 MAINTAINERS                                        |   1 +
 drivers/dma/Kconfig                                |  11 +
 drivers/dma/Makefile                               |   1 +
 drivers/dma/uniphier-mdmac.c                       | 495 +++++++++++++++++++++
 5 files changed, 533 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/uniphier-mio-dmac.txt
 create mode 100644 drivers/dma/uniphier-mdmac.c

-- 
2.7.4


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-10-15 17:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-13  0:51 [PATCH v3 0/2] dmaengine: add UniPhier MIO DMAC driver Masahiro Yamada
2018-09-13  0:51 ` [PATCH v3 1/2] dt-bindings: dmaengine: add DT binding for UniPhier MIO DMAC Masahiro Yamada
2018-09-13  0:51 ` [PATCH v3 2/2] dmaengine: uniphier-mdmac: add UniPhier MIO DMAC driver Masahiro Yamada
2018-10-05 14:57   ` Vinod
2018-10-05 19:11     ` Masahiro Yamada
2018-10-06 16:22       ` Vinod
2018-10-11 16:27         ` Masahiro Yamada
2018-10-15 17:03           ` Vinod
2018-10-01 12:23 ` [PATCH v3 0/2] dmaengine: " Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).