ARM: 8365/1: introduce sp804_timer_disable and remove arm_timer.h inclusion
authorSudeep Holla <sudeep.holla@arm.com>
Mon, 18 May 2015 15:29:04 +0000 (16:29 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 2 Jun 2015 08:58:18 +0000 (09:58 +0100)
commit1e5f0519f4cbf8b8830b88039e16222f186a4ab4
treeede7f2181a15db8c88cd713dfaeeea69aeb338b2
parent73c430bf9ac6cd3a41ccc3c9904e66cc0a5f9420
ARM: 8365/1: introduce sp804_timer_disable and remove arm_timer.h inclusion

The header asm/hardware/arm_timer.h is included in various machine
specific files to access TIMER_CTRL and initialise to a known state.

This patch introduces a new function sp804_timer_disable to disable
the SP804 timers and uses the same for initialising the timers to
known(off) state, thereby removing the dependency on the header
asm/hardware/arm_timer.h

This change is in prepartion to move sp804 timer support out of arch/arm
so that it can be used on ARM64 platforms.

Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Olof Johansson <olof@lixom.net>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/common/timer-sp.c
arch/arm/include/asm/hardware/timer-sp.h
arch/arm/mach-integrator/integrator_ap.c
arch/arm/mach-realview/core.c
arch/arm/mach-versatile/core.c