commit | 9706a36e35c4ce04f28a62cfe1205b4e3b0dd13c | [log] [tgz] |
---|---|---|
author | Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> | Thu Nov 18 15:54:59 2010 -0800 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Dec 29 16:53:45 2010 -0700 |
tree | 12f378664e5fa9fe560b281fa56214772df3f6ab | |
parent | e6ce1324e4f08b0d984340201a125806dae0e9a6 [diff] |
of/flattree: Add non-boottime device tree functions In preparation for providing run-time handling of device trees, factor out some of the basic functions so that they take an arbitrary blob, rather than relying on the single boot-time tree. V2: - functions have of_fdt_* names - removed find_flat_dt_string - blob argument is first Signed-off-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>