Files
u-boot-tk1-som/drivers
Simon Glass cc7f66f70c dm: core: Add a function to bind child devices
We currently use dm_scan_fdt_node() to bind devices. It is an internal
function and it requires the caller to know whether we are pre- or post-
relocation.

This requirement has become quite common in drivers, so the current function
is not ideal.

Add a new function with fewer arguments, that does not require internal
headers. This can be used directly as a post_bind() method if needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
2016-07-27 14:14:37 -06:00
..
2015-11-02 10:38:00 +09:00
2016-01-27 15:32:05 +01:00
2016-06-19 17:05:55 -06:00
2016-07-22 09:52:59 -04:00
2016-02-05 12:47:21 +08:00
2016-05-25 17:52:39 +02:00
2016-06-19 17:05:55 -06:00
2016-07-14 18:33:11 -04:00
2016-02-06 12:00:59 +01:00
2016-03-14 19:21:44 -04:00
2016-06-19 17:05:55 -06:00