Commit Graph

52 Commits (df87e6b1b815ae3484ea2aa7c53b90af382eae1b)

Author SHA1 Message Date
Simon Glass df87e6b1b8 libfdt: Sync fdt_for_each_subnode() with upstream 8 years ago
Simon Glass b02e4044ff libfdt: Bring in upstream stringlist functions 8 years ago
Simon Glass 9c07b9877c libfdt: Sync up with upstream 8 years ago
Maxime Ripard ddf67f7135 libfdt: Add overlay application function 8 years ago
Maxime Ripard ea7b1a213e libfdt: Add fdt_setprop_inplace_namelen_partial 8 years ago
Maxime Ripard 2b941bf96d libfdt: Add fdt_getprop_namelen_w 8 years ago
Maxime Ripard 8e9685715b libfdt: Add fdt_path_offset_namelen 8 years ago
Maxime Ripard 57c7809ab0 libfdt: Add max phandle retrieval function 8 years ago
Maxime Ripard 67e610d9f0 libfdt: Add iterator over properties 8 years ago
Simon Glass f8a2d7a416 libfdt: Add a function to write a property placeholder 8 years ago
Simon Glass c3c4c00563 fdt: Add fdt_first/next_region() functions 9 years ago
Simon Glass 8f6e2e1ee1 fdt: Add a function to remove unused strings from a device tree 9 years ago
Masahiro Yamada 965fab1adf libfdt: fix description of fdt_get_string() 9 years ago
Thierry Reding 2f3760428f fdt: Add a subnodes iterator macro 10 years ago
Thierry Reding 5094eb408a fdt: Add functions to retrieve strings 10 years ago
Thierry Reding fc503c1791 fdt: Add a function to get the index of a string 10 years ago
Thierry Reding bc4147ab2d fdt: Add a function to count strings 10 years ago
Simon Glass 0596d35d80 fdt: Sync up with libfdt 10 years ago
Robert P. J. Day 1f8b546f9e Fix some obvious typos across multiple subsystems. 11 years ago
Simon Glass 3e06cd1f97 libfdt: Add fdt_find_regions() 11 years ago
Simon Glass 88f95bbadd libfdt: Add fdt_next_subnode() to permit easy subnode iteration 11 years ago
François Revol c73bd49dee Fix typo 11 years ago
Simon Glass e853b32424 Export fdt_stringlist_contains() 11 years ago
Kim Phillips b2ba62a1aa libfdt: update from upstream dtc commit 142419e 12 years ago
Gerald Van Baren c71b64f361 libfdt: Add helper function to create a trivial, empty tree 12 years ago
David Gibson 24fa0e588e libfdt: Add helpers for 64-bit integer properties 12 years ago
Minghuan Lian 36ad18a6db libfdt: Add support for appending the values to a existing property 12 years ago
David Gibson d1c6314887 libfdt: Implement property iteration functions 13 years ago
Laurent Gregoire 67b89c79e7 libfdt: Fix C++ compile-time cast error on gnu 4.2.1 15 years ago
Gerald Van Baren cd3cb0d926 libfdt: Fix error in documentation for fdt_get_alias_namelen() 16 years ago
David Gibson 9a6cf73a88 libfdt: Add function to explicitly expand aliases 16 years ago
Jon Loeliger 741a6d010d Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3. 16 years ago
David Gibson 0219399a4e libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen() 16 years ago
Wolfram Sang 46390da154 libfdt: Improve documentation in libfdt.h 16 years ago
David Gibson c66830263a dtc: Enable and fix -Wcast-qual warnings 16 years ago
Wolfgang Denk 53677ef18e Big white-space cleanup. 16 years ago
David Gibson ae0b5908de libfdt: Add and use a node iteration helper function. 16 years ago
David Gibson 9eaeb07a71 libfdt: Add fdt_set_name() function 16 years ago
David Gibson d1cc52879c libfdt: Add and use a node iteration helper function. 17 years ago
David Gibson aec7135bc3 libfdt: Add more documentation (patch the seventh) 17 years ago
David Gibson 9d4450b5ad libfdt: Add more documentation (patch the sixth) 17 years ago
Wolfgang Denk 1182e9f8e3 Fix compile problem introduced by "cleanup" commit 3dfd708c 17 years ago
Wolfgang Denk 3dfd708cc1 Minor coding style cleanup. 17 years ago
Kumar Gala 8d04f02f62 Update libfdt from device tree compiler (dtc) 17 years ago
Kumar Gala a3c2933e02 Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt 17 years ago
Grant Likely 41bb76e941 libfdt: add convenience function fdt_find_and_setprop() 17 years ago
Gerald Van Baren 9675ee7208 Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT 17 years ago
Gerald Van Baren 1a861169bc Replace fdt_node_offset() with fdt_find_node_by_path(). 17 years ago
Gerald Van Baren 3f9f08cf91 Add some utilities to manipulate the reserved memory map. 17 years ago
Gerald Van Baren 6679f92995 libfdt: Make fdt_check_header() public 17 years ago