Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751884AbdIUWsQ (ORCPT ); Thu, 21 Sep 2017 18:48:16 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:34374 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751728AbdIUWsO (ORCPT ); Thu, 21 Sep 2017 18:48:14 -0400 X-Google-Smtp-Source: AOwi7QBl8aGNAgwHXdDUXqaPBJyBHSjCrVWDS9SYsAjmzNpv3F/BVOevmFpz1sMnFP1GDDPJZ/hmzg== Date: Thu, 21 Sep 2017 17:48:11 -0500 From: Rob Herring To: Pierre-Yves MORDRET Cc: Vinod Koul , Mark Rutland , Maxime Coquelin , Alexandre Torgue , Russell King , Dan Williams , "M'boumba Cedric Madianga" , Fabrice GASNIER , Herbert Xu , Fabien DESSENNE , Amelie Delaunay , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 1/4] dt-bindings: Document the STM32 DMAMUX bindings Message-ID: <20170921224811.65q3vnvq6ce7gqdk@rob-hp-laptop> References: <1506007761-11621-1-git-send-email-pierre-yves.mordret@st.com> <1506007761-11621-2-git-send-email-pierre-yves.mordret@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1506007761-11621-2-git-send-email-pierre-yves.mordret@st.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1002 Lines: 28 On Thu, Sep 21, 2017 at 05:29:18PM +0200, Pierre-Yves MORDRET wrote: > This patch adds the documentation of device tree bindings for the STM32 > DMAMUX. > > Signed-off-by: M'boumba Cedric Madianga > Signed-off-by: Pierre-Yves MORDRET > --- > Version history: > v5: > v4: > * Add multi-master ability for STM32 DMAMUX > * Get rid of st,dmamux properties > v3: > * Change compatible to st,stm32h7-dmamux to be mode Soc specific > * Add verbosity in dma-cells > v2: > * Move clock bindings from optional to mandatory one > * Drop channelID bindings as managed dynamically from now on by > DMAMUX driver. > --- > --- > .../devicetree/bindings/dma/stm32-dmamux.txt | 84 ++++++++++++++++++++++ > 1 file changed, 84 insertions(+) > create mode 100644 Documentation/devicetree/bindings/dma/stm32-dmamux.txt I acked v4. Please add acks when posting new versions. Rob