[PATCH] ARM: Convert ARM timer implementations to use readl/writel
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 29 Jun 2005 14:15:54 +0000 (15:15 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 29 Jun 2005 14:15:54 +0000 (15:15 +0100)
commitb720f73296916e87c744193c57bc8687d35888fe
tree0fba1e98b336929a8f8c4d20d6a82714b7106c98
parent6904b2465cf30265a67711025815784aa345bfad
[PATCH] ARM: Convert ARM timer implementations to use readl/writel

Convert ARMs timer implementations to use readl/writel instead of accessing
the registers via a struct.

People have recently asked if accessing timers via a structure is the
"right way" and its not the Linux way.  So fix this code to conform to
"The Linux Way"(tm).

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm/mach-integrator/core.c
arch/arm/mach-versatile/core.c
include/asm-arm/hardware/arm_timer.h [new file with mode: 0644]