All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: Vinod Koul <vkoul@kernel.org>, dmaengine@vger.kernel.org
Cc: devicetree@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	linux-kernel@vger.kernel.org,
	Masami Hiramatsu <mhiramat@kernel.org>,
	Jassi Brar <jaswinder.singh@linaro.org>,
	Masahiro Yamada <yamada.masahiro@socionext.com>,
	Dan Williams <dan.j.williams@intel.com>,
	Mark Rutland <mark.rutland@arm.com>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] dmaengine: add UniPhier MIO DMAC driver
Date: Fri, 24 Aug 2018 10:41:11 +0900	[thread overview]
Message-ID: <1535074873-15617-1-git-send-email-yamada.masahiro@socionext.com> (raw)


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


WARNING: multiple messages have this Message-ID (diff)
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: Vinod Koul <vkoul@kernel.org>, dmaengine@vger.kernel.org
Cc: Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org,
	Jassi Brar <jaswinder.singh@linaro.org>,
	linux-kernel@vger.kernel.org,
	Masahiro Yamada <yamada.masahiro@socionext.com>,
	Rob Herring <robh+dt@kernel.org>,
	Masami Hiramatsu <mhiramat@kernel.org>,
	Dan Williams <dan.j.williams@intel.com>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] dmaengine: add UniPhier MIO DMAC driver
Date: Fri, 24 Aug 2018 10:41:11 +0900	[thread overview]
Message-ID: <1535074873-15617-1-git-send-email-yamada.masahiro@socionext.com> (raw)


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

WARNING: multiple messages have this Message-ID (diff)
From: yamada.masahiro@socionext.com (Masahiro Yamada)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] dmaengine: add UniPhier MIO DMAC driver
Date: Fri, 24 Aug 2018 10:41:11 +0900	[thread overview]
Message-ID: <1535074873-15617-1-git-send-email-yamada.masahiro@socionext.com> (raw)


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

             reply	other threads:[~2018-08-24  1:42 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-24  1:41 Masahiro Yamada [this message]
2018-08-24  1:41 ` [PATCH v2 0/2] dmaengine: add UniPhier MIO DMAC driver Masahiro Yamada
2018-08-24  1:41 ` Masahiro Yamada
2018-08-24  1:41 [v2,1/2] dt-bindings: dmaengine: add DT binding for UniPhier MIO DMAC Masahiro Yamada
2018-08-24  1:41 ` [PATCH v2 1/2] " Masahiro Yamada
2018-08-24  1:41 ` Masahiro Yamada
2018-08-24  1:41 [v2,2/2] dmaengine: uniphier-mdmac: add UniPhier MIO DMAC driver Masahiro Yamada
2018-08-24  1:41 ` [PATCH v2 2/2] " Masahiro Yamada
2018-08-24  1:41 ` Masahiro Yamada
2018-08-29  0:36 [v2,1/2] dt-bindings: dmaengine: add DT binding for UniPhier MIO DMAC Rob Herring
2018-08-29  0:36 ` [PATCH v2 1/2] " Rob Herring
2018-08-29  0:36 ` Rob Herring
2018-09-11  7:00 [v2,2/2] dmaengine: uniphier-mdmac: add UniPhier MIO DMAC driver Vinod Koul
2018-09-11  7:00 ` [PATCH v2 2/2] " Vinod
2018-09-11  7:00 ` Vinod
2018-09-12  3:01 [v2,2/2] " Masahiro Yamada
2018-09-12  3:01 ` [PATCH v2 2/2] " Masahiro Yamada
2018-09-12  3:01 ` Masahiro Yamada
2018-09-12  3:01 ` Masahiro Yamada
2018-09-12  4:35 [v2,2/2] " Vinod Koul
2018-09-12  4:35 ` [PATCH v2 2/2] " Vinod
2018-09-12  4:35 ` Vinod
2018-09-12  4:35 ` Vinod
2018-09-12  5:25 [v2,2/2] " Masahiro Yamada
2018-09-12  5:25 ` [PATCH v2 2/2] " Masahiro Yamada
2018-09-12  5:25 ` Masahiro Yamada
2018-09-12  5:25 ` Masahiro Yamada
2018-09-12  7:26 [v2,2/2] " Vinod Koul
2018-09-12  7:26 ` [PATCH v2 2/2] " Vinod
2018-09-12  7:26 ` Vinod
2018-09-12  7:26 ` Vinod
2018-09-12  7:31 [v2,2/2] " Masahiro Yamada
2018-09-12  7:31 ` [PATCH v2 2/2] " Masahiro Yamada
2018-09-12  7:31 ` Masahiro Yamada
2018-09-12  7:31 ` Masahiro Yamada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1535074873-15617-1-git-send-email-yamada.masahiro@socionext.com \
    --to=yamada.masahiro@socionext.com \
    --cc=dan.j.williams@intel.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=jaswinder.singh@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mhiramat@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=vkoul@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.