Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1740062 > unrolled thread

Re: [PATCH v4 3/4] ARM: dts: stm32: Add MDMA support for STM32H743 SoC

Started byVinod Koul <vinod.koul@intel.com>
First post2017-09-26 19:50 +0200
Last post2017-09-27 09:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v4 3/4] ARM: dts: stm32: Add MDMA support for STM32H743  SoC Vinod Koul <vinod.koul@intel.com> - 2017-09-26 19:50 +0200
    Re: [PATCH v4 3/4] ARM: dts: stm32: Add MDMA support for STM32H743  SoC Alexandre Torgue <alexandre.torgue@st.com> - 2017-09-27 09:20 +0200

#1740062 — Re: [PATCH v4 3/4] ARM: dts: stm32: Add MDMA support for STM32H743 SoC

FromVinod Koul <vinod.koul@intel.com>
Date2017-09-26 19:50 +0200
SubjectRe: [PATCH v4 3/4] ARM: dts: stm32: Add MDMA support for STM32H743 SoC
Message-ID<uu29z-7Oa-9@gated-at.bofh.it>
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

> 
> Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
> ---
>  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
> 

-- 
~Vinod

[toc] | [next] | [standalone]


#1740443

FromAlexandre Torgue <alexandre.torgue@st.com>
Date2017-09-27 09:20 +0200
Message-ID<uueNr-7BL-5@gated-at.bofh.it>
In reply to#1740062
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 <pierre-yves.mordret@st.com>
>> ---
>>   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
>>
> 

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web