summaryrefslogtreecommitdiffstats
path: root/crypto/proc.c
diff options
context:
space:
mode:
authorVictor Kamensky <victor.kamensky@linaro.org>2013-11-27 15:48:08 +0200
committerWolfram Sang <wsa@the-dreams.de>2013-11-27 19:26:05 +0100
commit40b13ca8dcac6227109d9df1232787d2ba98052e (patch)
treebec78b5dc133025201597dd38059e9c96802cffb /crypto/proc.c
parentc2a3a6198e56a4ddf7cab9a0f98d1ec964292c82 (diff)
downloadlinux-40b13ca8dcac6227109d9df1232787d2ba98052e.tar.bz2
i2c: omap: raw read and write endian fix
All OMAP IP blocks expect LE data, but CPU may operate in BE mode. Need to use endian neutral functions to read/write h/w registers. I.e instead of __raw_read[lw] and __raw_write[lw] functions code need to use read[lw]_relaxed and write[lw]_relaxed functions. If the first simply reads/writes register, the second will byteswap it if host operates in BE mode. Changes are trivial sed like replacement of __raw_xxx functions with xxx_relaxed variant. Signed-off-by: Victor Kamensky <victor.kamensky@linaro.org> Signed-off-by: Taras Kondratiuk <taras.kondratiuk@linaro.org> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'crypto/proc.c')
0 files changed, 0 insertions, 0 deletions