Masahiro Yamada
aae6f016a7
mmc: cadence: use fdt32_t for DT property value to fix sparse warning
...
DTB is encoded in big endian. When we retrieve property values,
we need to use fdt32_to_cpu (aka be32_to_cpu) for endian conversion.
This is a bit error-prone, but sparse is useful to detect endian
mismatch.
We need to use (fdt32_t *) instead of (u32 *) for a pointer of a
property value. Otherwise sparse warns "cast to restricted __be32".
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2017-07-19 19:13:59 +09:00
..
2017-01-11 19:40:13 +09:00
2014-03-24 12:58:56 +02:00
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:01 -06:00
2017-05-15 18:28:23 +09:00
2017-01-11 19:40:13 +09:00
2017-02-08 06:12:14 -07:00
2016-01-13 21:05:18 -05:00
2017-07-12 09:44:22 +02:00
2017-01-11 19:40:13 +09:00
2017-06-01 07:03:01 -06:00
2017-07-10 14:26:03 -04:00
2017-06-09 20:25:16 +09:00
2017-01-23 15:37:42 +09:00
2017-06-05 11:02:30 -04:00
2017-06-01 07:03:01 -06:00
2016-09-23 17:53:44 -04:00
2016-12-01 13:51:57 +09:00
2016-10-09 21:36:27 -06:00
2017-01-11 19:40:13 +09:00
2016-10-09 21:36:27 -06:00
2017-06-09 20:25:16 +09:00
2017-06-01 07:03:04 -06:00
2017-06-01 07:03:01 -06:00
2017-01-23 15:37:42 +09:00
2017-01-11 19:40:13 +09:00
2017-01-11 19:40:13 +09:00
2017-07-12 10:17:44 +02:00
2017-06-01 07:03:01 -06:00
2017-06-27 16:31:30 +08:00
2017-06-01 07:03:03 -06:00
2017-01-11 19:40:13 +09:00
2017-07-11 12:13:47 +02:00
2017-07-11 12:13:43 +02:00
2017-07-19 19:13:59 +09:00
2017-06-01 07:03:10 -06:00
2016-09-23 17:53:44 -04:00
2017-07-19 19:13:59 +09:00
2017-05-15 18:28:22 +09:00
2017-01-11 19:40:13 +09:00
2016-08-17 10:25:34 +09:00
2017-06-09 20:25:16 +09:00
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:01 -06:00
2017-01-11 19:40:13 +09:00
2017-06-01 07:03:01 -06:00
2017-06-20 09:47:59 -07:00
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:06 -06:00
2017-06-01 07:03:04 -06:00