u-boot-brain/include/dm
Simon Glass 1ca7e2062b dm: Provide a function to scan child FDT nodes
At present only root nodes in the device tree are scanned for devices.
But some devices can have children. For example a SPI bus may have
several children for each of its chip selects.

Add a function which scans subnodes and binds devices for each one. This
can be used for the root node scan also, so change it.

A device can call this function in its bind() or probe() methods to bind
its children.

Signed-off-by: Simon Glass <sjg@chromium.org>
2014-07-23 14:08:36 +01:00
..
device-internal.h dm: Allow drivers to be marked 'before relocation' 2014-07-23 14:07:24 +01:00
device.h dm: Tidy up some header file comments 2014-07-23 14:07:26 +01:00
lists.h dm: Allow drivers to be marked 'before relocation' 2014-07-23 14:07:24 +01:00
platdata.h dm: Tidy up some header file comments 2014-07-23 14:07:26 +01:00
root.h dm: Provide a function to scan child FDT nodes 2014-07-23 14:08:36 +01:00
test.h dm: Provide a function to scan child FDT nodes 2014-07-23 14:08:36 +01:00
uclass-id.h dm: Provide a function to scan child FDT nodes 2014-07-23 14:08:36 +01:00
uclass-internal.h dm: Introduce device sequence numbering 2014-07-23 14:07:25 +01:00
uclass.h dm: Tidy up some header file comments 2014-07-23 14:07:26 +01:00
ut.h dm: Add basic tests 2014-03-04 12:15:29 -05:00
util.h dm: Add base driver model support 2014-03-04 12:15:29 -05:00