Files
u-boot-bpi-r3/drivers
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-06-01 07:03:13 -06:00
2017-07-03 17:35:28 -04:00
2017-07-11 12:13:45 +02:00
2017-05-22 12:38:15 -04:00
2017-07-10 14:26:05 -04:00
2017-07-11 20:28:46 -04:00
2017-06-09 13:39:34 -06:00
2017-06-01 19:56:54 -07:00
2017-06-01 07:03:10 -06:00
2017-06-01 07:03:01 -06:00
2017-05-18 11:23:31 +02:00
2017-06-01 07:03:01 -06:00