mbox series

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

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

Message

Masahiro Yamada Sept. 13, 2018, 12:51 a.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                       | 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

Comments

Masahiro Yamada Oct. 1, 2018, 12:23 p.m. UTC | #1
Hi Vinod,


2018年9月13日(木) 9:52 Masahiro Yamada <yamada.masahiro@socionext.com>:
>

> 1/2: DT-binding

> 2/2: driver



If there is no more comment,
is this series applicable for v4.20-rc1 ?


>

> 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

>



-- 
Best Regards
Masahiro Yamada