All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: stm32: Select DMA, DMAMUX and MDMA support on STM32MP157C
@ 2018-05-04 13:01 Alexandre Torgue
  2018-05-14  8:16 ` Olof Johansson
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Torgue @ 2018-05-04 13:01 UTC (permalink / raw)
  To: linux-arm-kernel

From: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>

This patch select DMA, DMAMUX and MDMA support for STM32MP157C machine.

Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>

---

Hi Arnd, Kevin and Olof,

I merged several patchs in one so I just have this patch for STM32 SoC update,
so please consider it as my STM32 SOC pull request for v4.18.

Thanks

Alex


diff --git a/arch/arm/mach-stm32/Kconfig b/arch/arm/mach-stm32/Kconfig
index 713c068..82a93b8 100644
--- a/arch/arm/mach-stm32/Kconfig
+++ b/arch/arm/mach-stm32/Kconfig
@@ -46,6 +46,9 @@ if ARCH_MULTI_V7
 
 config MACH_STM32MP157
 	bool "STMicroelectronics STM32MP157"
+	select STM32_DMA
+	select STM32_DMAMUX
+	select STM32_MDMA
 	default y
 
 endif # ARMv7-A
-- 
2.7.4

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

* [PATCH] ARM: stm32: Select DMA, DMAMUX and MDMA support on STM32MP157C
  2018-05-04 13:01 [PATCH] ARM: stm32: Select DMA, DMAMUX and MDMA support on STM32MP157C Alexandre Torgue
@ 2018-05-14  8:16 ` Olof Johansson
  0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2018-05-14  8:16 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 04, 2018 at 03:01:47PM +0200, Alexandre Torgue wrote:
> From: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
> 
> This patch select DMA, DMAMUX and MDMA support for STM32MP157C machine.
> 
> Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
> 
> ---
> 
> Hi Arnd, Kevin and Olof,
> 
> I merged several patchs in one so I just have this patch for STM32 SoC update,
> so please consider it as my STM32 SOC pull request for v4.18.

Merged, thanks!


-Olof

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

end of thread, other threads:[~2018-05-14  8:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-04 13:01 [PATCH] ARM: stm32: Select DMA, DMAMUX and MDMA support on STM32MP157C Alexandre Torgue
2018-05-14  8:16 ` Olof Johansson

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.