ARM: imx: use relaxed IO accessor in timer driver
authorShawn Guo <shawn.guo@linaro.org>
Tue, 19 May 2015 10:47:47 +0000 (18:47 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 3 Jun 2015 06:52:25 +0000 (14:52 +0800)
commitc7770bbae276135ec59370159e60497593cc6b46
tree92b2453564b61dab9a0c0a84809cd7fa1e7de0f6
parente20d7b5208c86111ead338ded8b25a0970eee661
ARM: imx: use relaxed IO accessor in timer driver

Replace the __raw_readl/__raw_writel with readl_relaxed/writel_relaxed
which is endian-safe, as a step of moving the driver code into folder
drivers/clocksource.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/time.c