cpufreq: s5pv210: use relaxed IO accesors
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 22 Jun 2016 09:36:37 +0000 (10:36 +0100)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Wed, 22 Jun 2016 12:00:21 +0000 (14:00 +0200)
commit187364b6fcabb9f4bfefcb62fab4fcda019b5810
treed20694931afe53b6dfc5a99b522eef460d62f948
parent58f388bcf011b47040378754cbe25118f7942151
cpufreq: s5pv210: use relaxed IO accesors

The use of __raw IO accesors is not endian safe and should be used
sparingly. The relaxed variants should be as lightweight and also
are endian safe.

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
drivers/cpufreq/s5pv210-cpufreq.c