From: Grant Likely Date: Tue, 21 Jun 2011 16:59:34 +0000 (-0600) Subject: dt: add of_platform_populate() for creating device from the device tree X-Git-Tag: v3.1-rc1~311^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29d4f8a4974aacf46b028fa92f9dd3ffdba3e614;p=pandora-kernel.git 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 --- Reading git-diff-tree failed