Searched hist:"29 d4f8a4974aacf46b028fa92f9dd3ffdba3e614" (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | of_platform.h | diff 29d4f8a4974aacf46b028fa92f9dd3ffdba3e614 Tue Jun 21 18:59:34 CEST 2011 Grant Likely <grant.likely@secretlab.ca> dt: add of_platform_populate() for creating device from the device tree
of_platform_populate() is similar to of_platform_bus_probe() except that it strictly enforces that all device nodes must have a compatible property, and it can be used to register devices (not buses) which are children of the root node.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
|
/linux/drivers/of/ |
H A D | platform.c | diff 29d4f8a4974aacf46b028fa92f9dd3ffdba3e614 Tue Jun 21 18:59:34 CEST 2011 Grant Likely <grant.likely@secretlab.ca> dt: add of_platform_populate() for creating device from the device tree
of_platform_populate() is similar to of_platform_bus_probe() except that it strictly enforces that all device nodes must have a compatible property, and it can be used to register devices (not buses) which are children of the root node.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
|