ARM: ep93xx: use non-raw accessors for timer
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 15 Jun 2015 12:38:16 +0000 (14:38 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 8 Jul 2015 14:22:40 +0000 (16:22 +0200)
commitd118d977c19ef778c597473e1c4e53703681054a
tree282220b0e08272f4c5996a7cd40f58b81bf18b67
parent000bc17817bfe9e7d1fd59cec9e95f6b3638872f
ARM: ep93xx: use non-raw accessors for timer

The timer has no business using __raw accessors, in this case
the readl/writel makes perfect sense as the changes really need
to hit these registers before we continue.

Tested-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ep93xx/timer-ep93xx.c