Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752179AbdI0HPk (ORCPT ); Wed, 27 Sep 2017 03:15:40 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:50666 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751894AbdI0HPh (ORCPT ); Wed, 27 Sep 2017 03:15:37 -0400 Subject: Re: [PATCH v4 3/4] ARM: dts: stm32: Add MDMA support for STM32H743 SoC To: Vinod Koul , Pierre-Yves MORDRET , Arnd Bergmann CC: Rob Herring , Mark Rutland , Maxime Coquelin , Russell King , Dan Williams , "M'boumba Cedric Madianga" , Fabrice GASNIER , Herbert Xu , Fabien DESSENNE , Amelie Delaunay , , , , References: <1503671466-32029-1-git-send-email-pierre-yves.mordret@st.com> <1503671466-32029-4-git-send-email-pierre-yves.mordret@st.com> <20170926174442.GU30097@localhost> From: Alexandre Torgue Message-ID: Date: Wed, 27 Sep 2017 09:14:25 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170926174442.GU30097@localhost> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.45] X-ClientProxiedBy: SFHDAG6NODE2.st.com (10.75.127.17) To SFHDAG3NODE2.st.com (10.75.127.8) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-09-27_02:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1239 Lines: 54 Hi Vinod On 09/26/2017 07:44 PM, Vinod Koul wrote: > On Fri, Aug 25, 2017 at 04:31:05PM +0200, Pierre-Yves MORDRET wrote: >> This patch adds MDMA support for STM32H743 SoC. > > Need ACK from ARM folks I will take ARM patches (config + DT) in my pull request for 4.15 (if you plan to take driver part in your PR for 4.15) Regards Alex > >> >> Signed-off-by: Pierre-Yves MORDRET >> --- >> Version history: >> v4: >> v3: >> * None >> v2: >> * Add MDMA support in DT for H7 >> --- >> --- >> arch/arm/boot/dts/stm32h743.dtsi | 10 ++++++++++ >> 1 file changed, 10 insertions(+) >> >> diff --git a/arch/arm/boot/dts/stm32h743.dtsi b/arch/arm/boot/dts/stm32h743.dtsi >> index 36a99db..af44eae 100644 >> --- a/arch/arm/boot/dts/stm32h743.dtsi >> +++ b/arch/arm/boot/dts/stm32h743.dtsi >> @@ -82,6 +82,16 @@ >> interrupts = <50>; >> clocks = <&timer_clk>; >> }; >> + >> + mdma1: dma@52000000 { >> + compatible = "st,stm32h7-mdma"; >> + reg = <0x52000000 0x1000>; >> + interrupts = <122>; >> + clocks = <&timer_clk>; >> + #dma-cells = <5>; >> + dma-channels = <16>; >> + dma-requests = <32>; >> + }; >> }; >> }; >> >> -- >> 2.7.4 >> >