]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita99904bc9549d8404748dfe30894c3b2169fdd32
tree92b2453564b61dab9a0c0a84809cd7fa1e7de0f6
parentc24f42eef53ca0258374e88b469ba89ece40d6ba
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