Searched hist:c1d6f91952d0761f61b0f0f96e4c7aa32eee2788 (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | uclass-internal.h | c1d6f91952d0761f61b0f0f96e4c7aa32eee2788 Wed Apr 15 11:07:17 UTC 2015 Przemyslaw Marczak <p.marczak@samsung.com> dm: core: add internal functions for getting the device without probe
This commit extends the uclass-internal functions by: - uclass_find_first_device() - uclass_find_next_device() For both functions, the returned device is not probed.
After some cleanup, the above functions are called by: - uclass_first_device() - uclass_next_device() for which, the returned device is probed.
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Cc: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | uclass.c | c1d6f91952d0761f61b0f0f96e4c7aa32eee2788 Wed Apr 15 11:07:17 UTC 2015 Przemyslaw Marczak <p.marczak@samsung.com> dm: core: add internal functions for getting the device without probe
This commit extends the uclass-internal functions by: - uclass_find_first_device() - uclass_find_next_device() For both functions, the returned device is not probed.
After some cleanup, the above functions are called by: - uclass_first_device() - uclass_next_device() for which, the returned device is probed.
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Cc: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>
|