[PATCH v2 0/2] dmaengine: add UniPhier MIO DMAC driver
From: Masahiro Yamada <hidden>
Date: 2018-08-24 01:42:38
Also in:
linux-arm-kernel, lkml
From: Masahiro Yamada <hidden>
Date: 2018-08-24 01:42:38
Also in:
linux-arm-kernel, lkml
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