commit | 87ab4361beed9960687eb60f0da79f85293d1ade | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Fri Apr 11 15:39:29 2014 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue May 20 16:16:05 2014 +0200 |
tree | caf0554be718b4160de3fb6e1bbce03ade3d0eb7 | |
parent | a99e2ad37f664aaff0b7ef3844501f62fd09e8f1 [diff] |
clocksource: cadence_ttc: Use readl/writel_relaxed instead of __raw For supporting ARM big-endian is necessary to use proper IO endianess accessors. Based on Ben Dooks BE guide. Similar conversion is done here: "mv_xor: use {readl, writel}_relaxed instead of __raw_{readl, writel}" (sha1: 5733c38ae3473115ac7df3fe19bd2502149d8c51) Signed-off-by: Michal Simek <michal.simek@xilinx.com>