arm64: move from arm_generic to arm_arch_timer
authorMark Rutland <mark.rutland@arm.com>
Tue, 20 Nov 2012 10:06:00 +0000 (10:06 +0000)
committerMark Rutland <mark.rutland@arm.com>
Thu, 31 Jan 2013 15:51:59 +0000 (15:51 +0000)
commit1aee5d7a8120cbe3eca9180ef9276d75a4f51dd2
treeac02d4cdc545251cb9197456c7fbd41a64a4dbe0
parent1dac0dd71cdda2bd7395dd47a6b617ed296d4901
arm64: move from arm_generic to arm_arch_timer

The arch_timer driver supports a superset of the functionality of the
arm_generic driver, and is not tied to a particular arch.

This patch moves arm64 to use the arch_timer driver, gaining additional
functionality in doing so, and removes the (now unused) arm_generic
driver. Timer-related hooks specific to arm64 are moved into
arch/arm64/kernel/time.c.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm64/Kconfig
arch/arm64/include/asm/arch_timer.h [new file with mode: 0644]
arch/arm64/include/asm/arm_generic.h [deleted file]
arch/arm64/kernel/time.c
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/arm_arch_timer.c
drivers/clocksource/arm_generic.c [deleted file]
include/clocksource/arm_generic.h [deleted file]