Files
u-boot/drivers
Simon Glass 36af37b936 dm: test: Add a check that all devices have a dev value
With of-platdata, the driver_info struct is updated with the device
pointer when it is bound. This makes it easy for a device to be found by
its driver info with the device_get_by_driver_info() function.

Add a test that all devices (except the root device) have such an entry.
Fix a bug that the function does not set *devp to NULL on failure, which
the documentation asserts.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-10-29 14:42:18 -06:00
..
2020-08-03 22:19:54 -04:00
2020-07-27 14:16:29 +05:30
2020-10-22 11:26:14 -04:00
2020-09-01 14:47:43 +02:00
2020-10-29 14:42:18 -06:00
2020-05-18 21:19:18 -04:00
2020-10-23 16:38:31 -04:00
2020-10-22 09:54:53 -04:00
2020-10-22 09:54:54 -04:00
2020-10-27 21:13:15 +01:00
2020-10-16 09:44:27 -04:00
2020-10-22 09:54:52 -04:00
2020-08-03 22:19:54 -04:00
2020-08-24 14:11:31 -04:00