From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752718AbbJLTQO (ORCPT ); Mon, 12 Oct 2015 15:16:14 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:38261 "EHLO mail-wi0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752695AbbJLTQL (ORCPT ); Mon, 12 Oct 2015 15:16:11 -0400 Subject: Re: [PATCH 1/4] dt-bindings: Document the STM32 DMA bindings To: "M'boumba Cedric Madianga" , 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 References: <1444317612-818-1-git-send-email-cedric.madianga@gmail.com> <1444317612-818-2-git-send-email-cedric.madianga@gmail.com> From: Maxime Coquelin Message-ID: <561C06F5.1090205@gmail.com> Date: Mon, 12 Oct 2015 21:16:05 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1444317612-818-2-git-send-email-cedric.madianga@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > .../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 Thanks! Maxime