Taras Kondratiuk a238dcfa84 i2c: davinci: raw read and write endian fix
I2C IP block 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: Taras Kondratiuk <taras.kondratiuk@linaro.org>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
2013-11-26 13:38:44 +01:00
..
2013-10-24 11:50:35 +01:00
2013-10-30 16:46:30 +01:00
2013-08-19 19:46:30 +02:00
2013-08-19 19:46:30 +02:00
2013-10-30 16:46:30 +01:00
2013-08-23 10:22:20 +02:00
2013-11-01 14:10:00 +01:00
2013-10-30 16:46:30 +01:00
2013-08-19 19:46:30 +02:00
2013-08-19 19:46:30 +02:00
2013-02-11 15:59:40 +01:00
2013-10-30 16:46:30 +01:00