* [PATCH] ARM: sunxi: Select HAVE_ARM_ARCH_TIMER
@ 2014-03-27 15:27 Maxime Ripard
2014-03-27 21:42 ` Kevin Hilman
0 siblings, 1 reply; 2+ messages in thread
From: Maxime Ripard @ 2014-03-27 15:27 UTC (permalink / raw)
To: linux-arm-kernel
In order for the architected timers support to be enabled in the kernel, this
option has to be enabled. Otherwise, the architected timers driver won't be
compiled in, and we will not get to use them.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
Hi Arnd, Kevin, Olof,
It would be great if you could apply this patch directly on top of the current
arm-soc for-next.
Thanks!
arch/arm/mach-sunxi/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index b9d6cad8669b..931adeaf35d2 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -9,6 +9,7 @@ config ARCH_SUNXI
select COMMON_CLK
select GENERIC_CLOCKEVENTS
select GENERIC_IRQ_CHIP
+ select HAVE_ARM_ARCH_TIMER
select HAVE_SMP
select PINCTRL
select PINCTRL_SUNXI
--
1.9.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: sunxi: Select HAVE_ARM_ARCH_TIMER
2014-03-27 15:27 [PATCH] ARM: sunxi: Select HAVE_ARM_ARCH_TIMER Maxime Ripard
@ 2014-03-27 21:42 ` Kevin Hilman
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2014-03-27 21:42 UTC (permalink / raw)
To: linux-arm-kernel
Maxime Ripard <maxime.ripard@free-electrons.com> writes:
> In order for the architected timers support to be enabled in the kernel, this
> option has to be enabled. Otherwise, the architected timers driver won't be
> compiled in, and we will not get to use them.
>
> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> ---
>
> Hi Arnd, Kevin, Olof,
>
> It would be great if you could apply this patch directly on top of the current
> arm-soc for-next.
Applied to next/soc, merged into for-next.
With this, merging Emilio's clk pull req in as a dependenency and
upgrading u-boot on my Cubie2 for the proper architected timer init, it
seems all the boot regressions on sunxi have disappeared.
Thanks,
Kevin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-27 21:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27 15:27 [PATCH] ARM: sunxi: Select HAVE_ARM_ARCH_TIMER Maxime Ripard
2014-03-27 21:42 ` Kevin Hilman
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).