mbox series

[v4,0/2] dmaengine: add UniPhier MIO DMAC driver

Message ID 1539276063-5103-1-git-send-email-yamada.masahiro@socionext.com
Headers show
Series dmaengine: add UniPhier MIO DMAC driver | expand

Message

Masahiro Yamada Oct. 11, 2018, 4:41 p.m. UTC
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                       | 506 +++++++++++++++++++++
 5 files changed, 544 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/uniphier-mio-dmac.txt
 create mode 100644 drivers/dma/uniphier-mdmac.c

-- 
2.7.4

Comments

Masahiro Yamada Nov. 6, 2018, 1:19 p.m. UTC | #1
On Fri, Oct 12, 2018 at 1:42 AM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>

> 1/2: DT-binding

> 2/2: driver

>



Gentle ping...



> 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                       | 506 +++++++++++++++++++++

>  5 files changed, 544 insertions(+)

>  create mode 100644 Documentation/devicetree/bindings/dma/uniphier-mio-dmac.txt

>  create mode 100644 drivers/dma/uniphier-mdmac.c

>

> --

> 2.7.4

>



--
Best Regards
Masahiro Yamada