Message ID | 1506065492-31478-5-git-send-email-pierre-yves.mordret@st.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
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. > > Signed-off-by: M'boumba Cedric Madianga <cedric.madianga@gmail.com> > Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com> > --- > 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 >
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 <cedric.madianga@gmail.com> >> Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com> >> --- >> 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 >> > -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Sep 27, 2017 at 08:59:55AM +0200, Alexandre Torgue wrote: > 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. sure, other are applied now
Hi, On 09/22/2017 09:31 AM, Pierre-Yves MORDRET wrote: > This patch adds DMAMUX support in STM32 defconfig file > > Signed-off-by: M'boumba Cedric Madianga <cedric.madianga@gmail.com> > Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com> > --- > 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 > Applied on stm32-defconfig-for-v4.15 branch. Thanks Alex -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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