From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Yves MORDRET Subject: Re: [PATCH v3 2/7] dt-bindings: stm32-dmamux: Add one cell to support DMA/MDMA chain Date: Tue, 9 Oct 2018 09:22:49 +0200 Message-ID: <20eafd84-7bb8-0019-94e2-3f46a894edf1@st.com> References: <1538139715-24406-1-git-send-email-pierre-yves.mordret@st.com> <1538139715-24406-3-git-send-email-pierre-yves.mordret@st.com> <20181007145805.GZ2372@vkoul-mobl> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20181007145805.GZ2372@vkoul-mobl> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Vinod Cc: Rob Herring , Mark Rutland , Alexandre Torgue , Maxime Coquelin , Dan Williams , devicetree@vger.kernel.org, dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On 10/07/2018 04:58 PM, Vinod wrote: > On 28-09-18, 15:01, Pierre-Yves MORDRET wrote: >> From: M'boumba Cedric Madianga >> >> Add one cell to support DMA/MDMA chaining. >> >> Signed-off-by: Pierre-Yves MORDRET >> --- >> Version history: >> v3: >> v2: >> * rework content >> v1: >> * Initial >> --- >> --- >> Documentation/devicetree/bindings/dma/stm32-dmamux.txt | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/Documentation/devicetree/bindings/dma/stm32-dmamux.txt b/Documentation/devicetree/bindings/dma/stm32-dmamux.txt >> index 1b893b2..5e92b59 100644 >> --- a/Documentation/devicetree/bindings/dma/stm32-dmamux.txt >> +++ b/Documentation/devicetree/bindings/dma/stm32-dmamux.txt >> @@ -4,9 +4,9 @@ Required properties: >> - compatible: "st,stm32h7-dmamux" >> - reg: Memory map for accessing module >> - #dma-cells: Should be set to <3>. >> - First parameter is request line number. >> - Second is DMA channel configuration >> - Third is Fifo threshold >> +- First parameter is request line number. >> +- Second is DMA channel configuration >> +- Third is a 32bit bitfield > > please separate out formatting changes and actual change proposed.. Yes. sorry. my bad. > >> For more details about the three cells, please see >> stm32-dma.txt documentation binding file >> - dma-masters: Phandle pointing to the DMA controllers. >> -- >> 2.7.4 >