Victor Kamensky
edfaf05c2f
ARM: OMAP2+: 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: Tony Lindgren <tony@atomide.com>
2014-05-08 07:09:53 -07:00
..
2014-04-28 15:19:06 -07:00
2014-04-22 22:23:59 +01:00
2014-04-24 23:46:58 +02:00
2014-01-05 13:59:56 +00:00
2014-02-18 13:46:46 -07:00
2014-04-27 15:08:12 -07:00
2014-04-27 12:55:04 -07:00
2014-04-28 03:21:48 -07:00
2014-02-25 11:33:57 +00:00
2014-04-22 21:29:20 -07:00
2014-04-05 14:19:54 -07:00
2014-02-19 16:43:27 -06:00
2014-04-05 14:19:54 -07:00
2014-04-05 13:51:19 -07:00
2014-04-05 15:37:40 -07:00
2014-04-05 15:37:40 -07:00
2014-04-05 13:51:19 -07:00
2014-02-24 10:07:27 +01:00
2014-04-05 13:51:19 -07:00
2014-04-05 15:46:37 -07:00
2014-04-05 13:51:19 -07:00
2014-04-05 13:51:19 -07:00
2014-02-19 16:43:27 -06:00
2014-04-05 13:51:19 -07:00
2014-04-15 11:13:22 +08:00
2014-04-05 15:46:37 -07:00
2013-12-20 17:17:16 +01:00
2014-02-24 10:06:56 +01:00
2013-12-20 17:17:16 +01:00
2014-04-05 13:51:19 -07:00
2014-04-05 15:29:04 -07:00
2014-04-05 15:37:40 -07:00
2014-04-05 13:51:19 -07:00
2014-04-05 13:51:19 -07:00
2014-04-05 13:51:19 -07:00
2014-04-05 13:51:19 -07:00
2014-04-05 14:19:54 -07:00
2014-04-05 15:37:40 -07:00
2014-04-05 14:19:54 -07:00
2014-04-05 15:29:04 -07:00
2014-04-05 13:51:19 -07:00
2014-02-19 16:38:18 -06:00
2014-04-05 13:51:19 -07:00
2014-04-05 13:51:19 -07:00
2014-05-08 07:09:53 -07:00
2014-04-05 15:37:40 -07:00
2014-04-07 16:36:11 -07:00
2014-04-07 16:36:11 -07:00
2014-04-24 15:26:39 +02:00
2014-02-11 15:00:40 -06:00
2014-04-05 13:51:19 -07:00
2014-04-15 11:17:00 +02:00
2014-04-05 13:51:19 -07:00
2014-04-07 16:36:11 -07:00
2014-04-05 15:46:37 -07:00
2014-04-05 15:46:37 -07:00
2014-04-05 15:46:37 -07:00
2014-04-05 15:46:37 -07:00
2014-04-05 13:51:19 -07:00
2014-04-25 13:02:02 -07:00
2014-04-05 18:39:18 -07:00
2014-04-24 23:46:58 +02:00
2014-03-18 16:25:47 +01:00
2014-04-05 14:19:54 -07:00
2014-04-24 15:29:12 +02:00
2014-04-05 13:51:19 -07:00
2014-04-05 15:29:04 -07:00
2014-04-05 15:37:40 -07:00
2014-04-24 17:20:50 +01:00
2014-02-19 16:47:16 -06:00
2014-04-05 13:51:19 -07:00
2014-04-05 15:46:37 -07:00
2014-04-24 09:58:57 -07:00
2014-03-31 00:45:08 -04:00
2014-03-12 10:32:38 +00:00
2014-04-05 15:29:04 -07:00
2014-04-05 15:37:40 -07:00
2013-12-11 17:32:41 -08:00
2014-04-07 16:36:11 -07:00
2014-01-23 18:40:49 -08:00
2014-04-14 23:28:24 +01:00
2014-03-18 14:40:19 +00:00
2014-04-27 12:55:04 -07:00
2014-04-14 23:28:23 +01:00
2014-04-05 13:51:19 -07:00