commit | 187364b6fcabb9f4bfefcb62fab4fcda019b5810 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Wed Jun 22 10:36:37 2016 +0100 |
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | Wed Jun 22 14:00:21 2016 +0200 |
tree | d20694931afe53b6dfc5a99b522eef460d62f948 | |
parent | 58f388bcf011b47040378754cbe25118f7942151 [diff] |
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>