All of lore.kernel.org
 help / color / mirror / Atom feed
From: mcoquelin.stm32@gmail.com (Maxime Coquelin)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] dt-bindings: Document the STM32 DMA bindings
Date: Mon, 12 Oct 2015 21:16:05 +0200	[thread overview]
Message-ID: <561C06F5.1090205@gmail.com> (raw)
In-Reply-To: <1444317612-818-2-git-send-email-cedric.madianga@gmail.com>

Hi Cedric,

On 10/08/2015 05:20 PM, M'boumba Cedric Madianga wrote:
> This patch adds documentation of device tree bindings for the STM32 dma
> controller.
>
> Signed-off-by: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
> ---
>   .../devicetree/bindings/dma/stm32-dma.txt          | 98 ++++++++++++++++++++++
>   1 file changed, 98 insertions(+)
>   create mode 100644 Documentation/devicetree/bindings/dma/stm32-dma.txt
>

Acked-by: Maxime Coquelin <maxime.coquelin@st.com>

Thanks!
Maxime

WARNING: multiple messages have this Message-ID (diff)
From: Maxime Coquelin <mcoquelin.stm32@gmail.com>
To: M'boumba Cedric Madianga <cedric.madianga@gmail.com>,
	robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
	ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
	linux@arm.linux.org.uk, vinod.koul@intel.com,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org
Subject: Re: [PATCH 1/4] dt-bindings: Document the STM32 DMA bindings
Date: Mon, 12 Oct 2015 21:16:05 +0200	[thread overview]
Message-ID: <561C06F5.1090205@gmail.com> (raw)
In-Reply-To: <1444317612-818-2-git-send-email-cedric.madianga@gmail.com>

Hi Cedric,

On 10/08/2015 05:20 PM, M'boumba Cedric Madianga wrote:
> This patch adds documentation of device tree bindings for the STM32 dma
> controller.
>
> Signed-off-by: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
> ---
>   .../devicetree/bindings/dma/stm32-dma.txt          | 98 ++++++++++++++++++++++
>   1 file changed, 98 insertions(+)
>   create mode 100644 Documentation/devicetree/bindings/dma/stm32-dma.txt
>

Acked-by: Maxime Coquelin <maxime.coquelin@st.com>

Thanks!
Maxime

  parent reply	other threads:[~2015-10-12 19:16 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-08 15:20 [PATCH 0/4] Add support for STM32 DMA M'boumba Cedric Madianga
2015-10-08 15:20 ` M'boumba Cedric Madianga
2015-10-08 15:20 ` [PATCH 1/4] dt-bindings: Document the STM32 DMA bindings M'boumba Cedric Madianga
2015-10-08 15:20   ` M'boumba Cedric Madianga
2015-10-08 15:43   ` Arnd Bergmann
2015-10-08 15:43     ` Arnd Bergmann
2015-10-08 16:01     ` M'boumba Cedric Madianga
2015-10-08 16:01       ` M'boumba Cedric Madianga
2015-10-08 19:26       ` Arnd Bergmann
2015-10-08 19:26         ` Arnd Bergmann
2015-10-08 19:26         ` Arnd Bergmann
2015-10-08 20:25         ` M'boumba Cedric Madianga
2015-10-08 20:25           ` M'boumba Cedric Madianga
2015-10-08 20:40           ` Arnd Bergmann
2015-10-08 20:40             ` Arnd Bergmann
2015-10-08 20:40             ` Arnd Bergmann
2015-10-12 19:16   ` Maxime Coquelin [this message]
2015-10-12 19:16     ` Maxime Coquelin
2015-10-08 15:20 ` [PATCH 2/4] dmaengine: Add STM32 DMA driver M'boumba Cedric Madianga
2015-10-08 15:20   ` M'boumba Cedric Madianga
2015-10-12 20:09   ` Maxime Coquelin
2015-10-12 20:09     ` Maxime Coquelin
2015-10-12 20:09     ` Maxime Coquelin
2015-10-13 11:25     ` M'boumba Cedric Madianga
2015-10-13 11:25       ` M'boumba Cedric Madianga
2015-10-13 11:50       ` M'boumba Cedric Madianga
2015-10-13 11:50         ` M'boumba Cedric Madianga
2015-10-13 11:50         ` M'boumba Cedric Madianga
2015-10-08 15:20 ` [PATCH 3/4] ARM: dts: Add STM32 DMA support for STM32F429 MCU M'boumba Cedric Madianga
2015-10-08 15:20   ` M'boumba Cedric Madianga
2015-10-08 15:20 ` [PATCH 4/4] ARM: configs: Add STM32 DMA support in STM32 defconfig M'boumba Cedric Madianga
2015-10-08 15:20   ` M'boumba Cedric Madianga
2015-10-12 20:11   ` Maxime Coquelin
2015-10-12 20:11     ` Maxime Coquelin

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=561C06F5.1090205@gmail.com \
    --to=mcoquelin.stm32@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.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.