All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dmaengine: Add UniPhier XDMAC driver
@ 2019-12-18  0:56 ` Kunihiko Hayashi
  0 siblings, 0 replies; 16+ messages in thread
From: Kunihiko Hayashi @ 2019-12-18  0:56 UTC (permalink / raw)
  To: Vinod Koul, Dan Williams, Masahiro Yamada, Rob Herring, Mark Rutland
  Cc: dmaengine, devicetree, linux-arm-kernel, linux-kernel,
	Masami Hiramatsu, Jassi Brar, Kunihiko Hayashi

Add support for UniPhier external DMA controller (XDMAC), that is implemented
in Pro4, Pro5, PXs2, LD11, LD20 and PXs3 SoCs.

Kunihiko Hayashi (2):
  dt-bindings: dmaengine: Add UniPhier external DMA controller bindings
  dmaengine: uniphier-xdmac: Add UniPhier external DMA controller driver

 .../devicetree/bindings/dma/uniphier-xdmac.txt     |  86 +++
 drivers/dma/Kconfig                                |  11 +
 drivers/dma/Makefile                               |   1 +
 drivers/dma/uniphier-xdmac.c                       | 620 +++++++++++++++++++++
 4 files changed, 718 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/uniphier-xdmac.txt
 create mode 100644 drivers/dma/uniphier-xdmac.c

-- 
2.7.4


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

end of thread, other threads:[~2020-01-10  8:02 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-18  0:56 [PATCH 0/2] dmaengine: Add UniPhier XDMAC driver Kunihiko Hayashi
2019-12-18  0:56 ` Kunihiko Hayashi
2019-12-18  0:56 ` [PATCH 1/2] dt-bindings: dmaengine: Add UniPhier external DMA controller bindings Kunihiko Hayashi
2019-12-18  0:56   ` Kunihiko Hayashi
2020-01-08  3:55   ` Rob Herring
2020-01-08  3:55     ` Rob Herring
2020-01-09 12:20     ` Kunihiko Hayashi
2020-01-09 12:20       ` Kunihiko Hayashi
2019-12-18  0:57 ` [PATCH 2/2] dmaengine: uniphier-xdmac: Add UniPhier external DMA controller driver Kunihiko Hayashi
2019-12-18  0:57   ` Kunihiko Hayashi
2019-12-27  6:34   ` Vinod Koul
2019-12-27  6:34     ` Vinod Koul
2020-01-09 12:12     ` Kunihiko Hayashi
2020-01-09 12:12       ` Kunihiko Hayashi
2020-01-10  8:01       ` Vinod Koul
2020-01-10  8:01         ` Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.