Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752041AbdI0HB1 (ORCPT ); Wed, 27 Sep 2017 03:01:27 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:64213 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751136AbdI0HBY (ORCPT ); Wed, 27 Sep 2017 03:01:24 -0400 Subject: Re: [RESEND PATCH v5 4/4] ARM: configs: stm32: Add DMAMUX support in STM32 defconfig 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: <1506065492-31478-1-git-send-email-pierre-yves.mordret@st.com> <1506065492-31478-5-git-send-email-pierre-yves.mordret@st.com> <20170926164603.GP30097@localhost> From: Alexandre Torgue Message-ID: Date: Wed, 27 Sep 2017 08:59:55 +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: <20170926164603.GP30097@localhost> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.46] X-ClientProxiedBy: SFHDAG7NODE3.st.com (10.75.127.21) 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: 1043 Lines: 44 Hi Vinod On 09/26/2017 06:46 PM, Vinod Koul wrote: > On Fri, Sep 22, 2017 at 09:31:32AM +0200, Pierre-Yves MORDRET wrote: >> This patch adds DMAMUX support in STM32 defconfig file > > Need ACK from ARM folks on this. I will take it in my pull request. Regards Alex > >> >> Signed-off-by: M'boumba Cedric Madianga >> Signed-off-by: Pierre-Yves MORDRET >> --- >> Version history: >> v5: >> v4: >> v3: >> v2: >> * None >> --- >> --- >> arch/arm/configs/stm32_defconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig >> index 90e5c46..988f395 100644 >> --- a/arch/arm/configs/stm32_defconfig >> +++ b/arch/arm/configs/stm32_defconfig >> @@ -67,6 +67,7 @@ CONFIG_RTC_CLASS=y >> CONFIG_RTC_DRV_STM32=y >> CONFIG_DMADEVICES=y >> CONFIG_STM32_DMA=y >> +CONFIG_STM32_DMAMUX=y >> CONFIG_IIO=y >> CONFIG_STM32_ADC_CORE=y >> CONFIG_STM32_ADC=y >> -- >> 2.7.4 >> >