]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clocksource: arch_timer: Push the read/write wrappers deeper
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 18 Jul 2013 23:59:31 +0000 (16:59 -0700)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 31 Jul 2013 23:13:37 +0000 (01:13 +0200)
commit60faddf6eb3aba16068032bdcf35e18ace4bfb21
tree2c93b3a5c71f9151f7d6940067beadd5e311e8ef
parentd53ef114cf40a043e3cc3fa70dbcdfb268a7e4dc
clocksource: arch_timer: Push the read/write wrappers deeper

We're going to introduce support to read and write the memory
mapped timer registers in the next patch, so push the cp15
read/write functions one level deeper. This simplifies the next
patch and makes it clearer what's going on.

Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Marc Zyngier <Marc.Zyngier@arm.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
arch/arm/include/asm/arch_timer.h
arch/arm64/include/asm/arch_timer.h
drivers/clocksource/arm_arch_timer.c