Victor Kamensky
4a7e94a063
watchdog: omap_wdt: 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 >
Acked-by: Guenter Roeck <linux@roeck-us.net >
Signed-off-by: Wim Van Sebroeck <wim@iguana.be >
2013-11-17 19:42:38 +01:00
..
2013-11-15 16:47:22 -08:00
2013-10-31 14:48:38 +00:00
2013-11-15 09:32:21 +09:00
2013-10-21 18:46:46 -04:00
2013-10-29 12:53:07 +02:00
2013-11-15 16:47:22 -08:00
2013-11-13 17:40:34 +09:00
2013-11-15 16:33:41 -08:00
2013-11-05 15:58:21 -05:00
2013-11-14 08:51:29 +09:00
2013-11-16 10:19:15 -08:00
2013-11-15 16:47:22 -08:00
2013-10-22 22:36:50 +02:00
2013-10-02 16:03:50 -04:00
2013-11-15 16:47:22 -08:00
2013-11-14 13:41:48 +09:00
2013-11-15 09:32:21 +09:00
2013-11-07 19:24:20 +01:00
2013-11-15 16:47:22 -08:00
2013-11-12 16:52:17 +09:00
2013-09-26 20:47:25 -07:00
2013-11-15 09:32:21 +09:00
2013-11-14 07:55:21 +09:00
2013-10-14 15:23:02 +02:00
2013-11-14 08:51:29 +09:00
2013-11-15 16:47:22 -08:00
2013-11-15 16:48:22 -08:00
2013-10-16 18:36:04 -07:00
2013-10-19 19:53:46 -07:00
2013-11-15 16:35:10 -08:00
2013-11-15 09:32:21 +09:00
2013-11-14 18:21:25 -05:00
2013-11-14 13:41:48 +09:00
2013-11-15 09:32:23 +09:00
2013-11-15 16:47:22 -08:00
2013-11-15 16:48:22 -08:00
2013-11-15 18:57:42 -08:00
2013-10-16 18:40:57 -07:00
2013-11-14 08:51:29 +09:00
2013-11-07 19:11:13 -05:00
2013-10-25 10:13:25 -07:00
2013-11-07 12:13:05 +10:30
2013-11-12 16:52:17 +09:00
2013-11-15 16:47:22 -08:00
2013-11-15 16:47:22 -08:00
2013-11-15 09:32:21 +09:00
2013-11-13 12:09:26 +09:00
2013-11-15 16:47:22 -08:00
2013-11-16 12:21:40 -08:00
2013-11-14 08:51:29 +09:00
2013-11-15 16:47:22 -08:00
2013-11-15 16:47:22 -08:00
2013-10-07 14:11:20 +02:00
2013-11-14 07:55:21 +09:00
2013-11-15 14:05:15 -08:00
2013-11-15 09:32:23 +09:00
2013-11-12 16:52:17 +09:00
2013-10-24 16:18:40 +01:00
2013-11-14 10:43:17 -08:00
2013-11-15 09:32:21 +09:00
2013-11-14 13:41:48 +09:00
2013-11-15 09:32:21 +09:00
2013-11-05 02:36:57 +01:00
2013-11-13 12:09:35 +09:00
2013-09-27 14:15:27 +02:00
2013-11-01 11:17:57 +01:00
2013-10-16 18:36:03 -07:00
2013-11-15 16:47:22 -08:00
2013-10-29 11:28:11 +10:30
2013-11-15 09:32:21 +09:00
2013-11-15 16:47:22 -08:00
2013-11-15 16:47:22 -08:00
2013-11-15 09:32:21 +09:00
2013-10-16 18:36:03 -07:00
2013-11-15 16:47:22 -08:00
2013-10-25 10:42:09 -07:00
2013-11-14 14:42:31 +09:00
2013-11-15 13:34:37 +09:00
2013-11-13 12:09:23 +09:00
2013-11-15 16:47:22 -08:00
2013-11-07 11:42:15 +09:00
2013-10-11 10:40:46 -06:00
2013-10-25 11:03:34 -07:00
2013-11-16 12:45:55 -08:00
2013-10-09 20:04:04 -05:00
2013-11-15 13:28:47 +09:00
2013-11-15 09:32:21 +09:00
2013-11-17 19:42:38 +01:00
2013-11-15 13:34:37 +09:00
2013-11-14 13:41:48 +09:00
2013-11-14 13:41:48 +09:00