diff options
author | Victor Kamensky <victor.kamensky@linaro.org> | 2013-11-27 13:48:08 (GMT) |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2013-11-27 18:26:05 (GMT) |
commit | 40b13ca8dcac6227109d9df1232787d2ba98052e (patch) | |
tree | bec78b5dc133025201597dd38059e9c96802cffb /drivers/power/olpc_battery.c | |
parent | c2a3a6198e56a4ddf7cab9a0f98d1ec964292c82 (diff) | |
download | linux-fsl-qoriq-40b13ca8dcac6227109d9df1232787d2ba98052e.tar.xz |
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 'drivers/power/olpc_battery.c')
0 files changed, 0 insertions, 0 deletions