linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: stm32: add AMBA support for stm32 family
@ 2019-04-11 13:44 Alexandre Torgue
  2019-04-29  6:02 ` Olof Johansson
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Torgue @ 2019-04-11 13:44 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, Kevin Hilman, arm, linux-arm-kernel
  Cc: Alexandre Torgue, Maxime Coquelin

From: Ludovic Barre <ludovic.barre@st.com>

This patch enables AMBA support for stm32 family.
stm32 family embeds different amba pl180 variants.

Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
---

Dear Arnd, Olof and Kevin,

I only have this patch for STM32 soc part. So please consider it
as my pull request for v5.2.

Thanks

Alex

diff --git a/arch/arm/mach-stm32/Kconfig b/arch/arm/mach-stm32/Kconfig
index 713c068..651bdf4 100644
--- a/arch/arm/mach-stm32/Kconfig
+++ b/arch/arm/mach-stm32/Kconfig
@@ -4,6 +4,7 @@ menuconfig ARCH_STM32
 	select HAVE_ARM_ARCH_TIMER if ARCH_MULTI_V7
 	select ARM_GIC if ARCH_MULTI_V7
 	select ARM_PSCI if ARCH_MULTI_V7
+	select ARM_AMBA
 	select ARCH_HAS_RESET_CONTROLLER
 	select CLKSRC_STM32
 	select PINCTRL
@@ -18,22 +19,18 @@ if ARM_SINGLE_ARMV7M
 
 config MACH_STM32F429
 	bool "STMicroelectronics STM32F429"
-	select ARM_AMBA
 	default y
 
 config MACH_STM32F469
 	bool "STMicroelectronics STM32F469"
-	select ARM_AMBA
 	default y
 
 config MACH_STM32F746
 	bool "STMicroelectronics STM32F746"
-	select ARM_AMBA
 	default y
 
 config MACH_STM32F769
 	bool "STMicroelectronics STM32F769"
-	select ARM_AMBA
 	default y
 
 config MACH_STM32H743
-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ARM: stm32: add AMBA support for stm32 family
  2019-04-11 13:44 [PATCH] ARM: stm32: add AMBA support for stm32 family Alexandre Torgue
@ 2019-04-29  6:02 ` Olof Johansson
  0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2019-04-29  6:02 UTC (permalink / raw)
  To: Alexandre Torgue
  Cc: Maxime Coquelin, Kevin Hilman, arm, linux-arm-kernel, Arnd Bergmann

On Thu, Apr 11, 2019 at 03:44:08PM +0200, Alexandre Torgue wrote:
> From: Ludovic Barre <ludovic.barre@st.com>
> 
> This patch enables AMBA support for stm32 family.
> stm32 family embeds different amba pl180 variants.
> 
> Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
> ---
> 
> Dear Arnd, Olof and Kevin,
> 
> I only have this patch for STM32 soc part. So please consider it
> as my pull request for v5.2.

Applied, thanks!


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-04-29  6:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-11 13:44 [PATCH] ARM: stm32: add AMBA support for stm32 family Alexandre Torgue
2019-04-29  6:02 ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).