linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: efm32: drop selecting CLKSRC_MMIO
@ 2014-02-20  8:55 Uwe Kleine-König
  2014-04-16 13:58 ` Rob Herring
  0 siblings, 1 reply; 8+ messages in thread
From: Uwe Kleine-König @ 2014-02-20  8:55 UTC (permalink / raw)
  To: linux-arm-kernel

CLKSRC_MMIO is needed on efm32 because the clocksource driver
(CLKSRC_EFM32) uses clocksource_mmio_init() and
clocksource_mmio_readl_up(). Since commit 09ca27579ee5 (clocksource:
time-efm32: Select CLKSRC_MMIO) CLKSRC_EFM32 does the necessary select
itself and ARCH_EFM32 doesn't need to select it explicitly any more.

Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
---
 arch/arm/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index c5e0fa693fbd..44881c07883b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -421,9 +421,6 @@ config ARCH_EFM32
 	depends on !MMU
 	select ARCH_REQUIRE_GPIOLIB
 	select ARM_NVIC
-	# CLKSRC_MMIO is wrong here, but needed until a proper fix is merged,
-	# i.e. CLKSRC_EFM32 selecting CLKSRC_MMIO
-	select CLKSRC_MMIO
 	select CLKSRC_OF
 	select COMMON_CLK
 	select CPU_V7M
-- 
1.8.5.2

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

end of thread, other threads:[~2014-04-17 14:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-20  8:55 [PATCH] ARM: efm32: drop selecting CLKSRC_MMIO Uwe Kleine-König
2014-04-16 13:58 ` Rob Herring
2014-04-16 18:40   ` [PATCH] clocksource: efm32: let CLKSRC_EFM32 select CLKSRC_OF Uwe Kleine-König
2014-04-16 18:51     ` Rob Herring
2014-04-16 19:30       ` Uwe Kleine-König
2014-04-16 19:56         ` Daniel Lezcano
2014-04-17  7:36         ` Daniel Lezcano
2014-04-17 14:01           ` Rob Herring

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).