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)
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>

No differences found