devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] dmaengine: add UniPhier MIO DMAC driver
@ 2018-08-24  1:41 Masahiro Yamada
  2018-08-24  1:41 ` [PATCH v2 1/2] dt-bindings: dmaengine: add DT binding for UniPhier MIO DMAC Masahiro Yamada
  2018-08-24  1:41 ` [PATCH v2 2/2] dmaengine: uniphier-mdmac: add UniPhier MIO DMAC driver Masahiro Yamada
  0 siblings, 2 replies; 10+ messages in thread
From: Masahiro Yamada @ 2018-08-24  1:41 UTC (permalink / raw)
  To: Vinod Koul, dmaengine
  Cc: Mark Rutland, devicetree, Jassi Brar, linux-kernel,
	Masahiro Yamada, Rob Herring, Masami Hiramatsu, Dan Williams,
	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                       | 481 +++++++++++++++++++++
 5 files changed, 519 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] 10+ messages in thread

end of thread, other threads:[~2018-09-12  7:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-24  1:41 [PATCH v2 0/2] dmaengine: add UniPhier MIO DMAC driver Masahiro Yamada
2018-08-24  1:41 ` [PATCH v2 1/2] dt-bindings: dmaengine: add DT binding for UniPhier MIO DMAC Masahiro Yamada
2018-08-29  0:36   ` Rob Herring
2018-08-24  1:41 ` [PATCH v2 2/2] dmaengine: uniphier-mdmac: add UniPhier MIO DMAC driver Masahiro Yamada
2018-09-11  7:00   ` Vinod
2018-09-12  3:01     ` Masahiro Yamada
2018-09-12  4:35       ` Vinod
2018-09-12  5:25         ` Masahiro Yamada
2018-09-12  7:26           ` Vinod
2018-09-12  7:31             ` 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).