All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] ARM: multi_v7_defconfig: enable STM32 DMAv2, DMAMUX and MDMA
@ 2018-05-28  9:08 ` Pierre-Yves MORDRET
  0 siblings, 0 replies; 4+ messages in thread
From: Pierre-Yves MORDRET @ 2018-05-28  9:08 UTC (permalink / raw)
  To: Russell King, Arnd Bergmann, Stefan Agner, Tony Lindgren,
	Simon Horman, Krzysztof Kozlowski, Geert Uytterhoeven,
	Alexandre Torgue, linux-arm-kernel, linux-kernel
  Cc: Pierre-Yves MORDRET

This enables drivers for STM32:
 - DMAv2
 - DMMAUX
 - MDMA

Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
---
  Version history:
     v1:
        * Initial
---
---
 arch/arm/configs/multi_v7_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 89167cd..9f62957 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -887,6 +887,9 @@ CONFIG_QCOM_BAM_DMA=y
 CONFIG_XILINX_DMA=y
 CONFIG_DMA_SUN6I=y
 CONFIG_ST_FDMA=m
+CONFIG_STM32_DMA=y
+CONFIG_STM32_DMAMUX=y
+CONFIG_STM32_MDMA=y
 CONFIG_STAGING=y
 CONFIG_SENSORS_ISL29018=y
 CONFIG_SENSORS_ISL29028=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH v1] ARM: multi_v7_defconfig: enable STM32 DMAv2, DMAMUX and MDMA
@ 2018-05-28  9:08 ` Pierre-Yves MORDRET
  0 siblings, 0 replies; 4+ messages in thread
From: Pierre-Yves MORDRET @ 2018-05-28  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

This enables drivers for STM32:
 - DMAv2
 - DMMAUX
 - MDMA

Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
---
  Version history:
     v1:
        * Initial
---
---
 arch/arm/configs/multi_v7_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 89167cd..9f62957 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -887,6 +887,9 @@ CONFIG_QCOM_BAM_DMA=y
 CONFIG_XILINX_DMA=y
 CONFIG_DMA_SUN6I=y
 CONFIG_ST_FDMA=m
+CONFIG_STM32_DMA=y
+CONFIG_STM32_DMAMUX=y
+CONFIG_STM32_MDMA=y
 CONFIG_STAGING=y
 CONFIG_SENSORS_ISL29018=y
 CONFIG_SENSORS_ISL29028=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v1] ARM: multi_v7_defconfig: enable STM32 DMAv2, DMAMUX and MDMA
  2018-05-28  9:08 ` Pierre-Yves MORDRET
@ 2018-06-26  8:59   ` Alexandre Torgue
  -1 siblings, 0 replies; 4+ messages in thread
From: Alexandre Torgue @ 2018-06-26  8:59 UTC (permalink / raw)
  To: Pierre-Yves MORDRET, Russell King, Arnd Bergmann, Stefan Agner,
	Tony Lindgren, Simon Horman, Krzysztof Kozlowski,
	Geert Uytterhoeven, linux-arm-kernel, linux-kernel

Hi, Pierre-Yves

On 05/28/2018 11:08 AM, Pierre-Yves MORDRET wrote:
> This enables drivers for STM32:
>   - DMAv2
>   - DMMAUX
>   - MDMA
> 
> Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
> ---
>    Version history:
>       v1:
>          * Initial
> ---
> ---
>   arch/arm/configs/multi_v7_defconfig | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 89167cd..9f62957 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -887,6 +887,9 @@ CONFIG_QCOM_BAM_DMA=y
>   CONFIG_XILINX_DMA=y
>   CONFIG_DMA_SUN6I=y
>   CONFIG_ST_FDMA=m
> +CONFIG_STM32_DMA=y
> +CONFIG_STM32_DMAMUX=y
> +CONFIG_STM32_MDMA=y
>   CONFIG_STAGING=y
>   CONFIG_SENSORS_ISL29018=y
>   CONFIG_SENSORS_ISL29028=y
> 

Applied on stm32-next.

Thanks.
Alex

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v1] ARM: multi_v7_defconfig: enable STM32 DMAv2, DMAMUX and MDMA
@ 2018-06-26  8:59   ` Alexandre Torgue
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Torgue @ 2018-06-26  8:59 UTC (permalink / raw)
  To: linux-arm-kernel

Hi, Pierre-Yves

On 05/28/2018 11:08 AM, Pierre-Yves MORDRET wrote:
> This enables drivers for STM32:
>   - DMAv2
>   - DMMAUX
>   - MDMA
> 
> Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
> ---
>    Version history:
>       v1:
>          * Initial
> ---
> ---
>   arch/arm/configs/multi_v7_defconfig | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 89167cd..9f62957 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -887,6 +887,9 @@ CONFIG_QCOM_BAM_DMA=y
>   CONFIG_XILINX_DMA=y
>   CONFIG_DMA_SUN6I=y
>   CONFIG_ST_FDMA=m
> +CONFIG_STM32_DMA=y
> +CONFIG_STM32_DMAMUX=y
> +CONFIG_STM32_MDMA=y
>   CONFIG_STAGING=y
>   CONFIG_SENSORS_ISL29018=y
>   CONFIG_SENSORS_ISL29028=y
> 

Applied on stm32-next.

Thanks.
Alex

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-26  9:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-28  9:08 [PATCH v1] ARM: multi_v7_defconfig: enable STM32 DMAv2, DMAMUX and MDMA Pierre-Yves MORDRET
2018-05-28  9:08 ` Pierre-Yves MORDRET
2018-06-26  8:59 ` Alexandre Torgue
2018-06-26  8:59   ` Alexandre Torgue

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.