aboutsummaryrefslogtreecommitdiff
path: root/libfdt/libfdt.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-07Correct a missing space in a fdt_header castSimon Glass1-1/+1
2016-03-07Correct line lengths in libfdt.hSimon Glass1-12/+23
2016-03-07Correct space-after-tab in libfdt.hSimon Glass1-13/+12
2015-09-30fdt: Add functions to retrieve stringsThierry Reding1-0/+28
2015-09-30fdt: Add a function to get the index of a stringThierry Reding1-0/+22
2015-09-30fdt: Add a function to count stringsThierry Reding1-1/+18
2015-08-27libfdt: fix comment block of fdt_get_property_namelen()Masahiro Yamada1-2/+2
2015-04-07libfdt: Add fdt_path_offset_namelen()Peter Hurley1-0/+11
2014-05-12libfdt: Add helpers to read #address-cells and #size-cellsDavid Gibson1-1/+61
2013-10-26libfdt: Add function to resize the buffer for a sequential write treeDavid Gibson1-0/+1
2013-04-28libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass1-0/+22
2013-02-03Fix typoFrançois Revol1-1/+1
2013-01-27Export fdt_stringlist_contains()Simon Glass1-0/+14
2013-01-06dtc/libfdt: sparse fixesKim Phillips1-16/+16
2012-06-03libfdt: Add helper function to create a trivial, empty treeDavid Gibson1-0/+1
2012-06-03libfdt: Add helpers for 64-bit integer propertiesDavid Gibson1-23/+170
2011-12-05libfdt: Add support for appending the values to a existing propertyMinghuan Lian1-0/+95
2010-03-10libfdt: Implement property iteration functionsDavid Gibson1-0/+103
2009-03-04libfdt: Fix C++ compile-time cast error on gnu 4.2.1Laurent Gregoire1-1/+1
2009-01-07libfdt: Fix error in documentation for fdt_get_alias_namelen()David Gibson1-1/+1
2008-10-02libfdt: Add function to explicitly expand aliasesDavid Gibson1-0/+26
2008-09-25Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.Jon Loeliger1-1/+1
2008-08-13libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()David Gibson1-0/+30
2008-07-14libfdt: Improve documentation in libfdt.hWolfram Sang1-14/+14
2008-07-14dtc: Enable and fix -Wcast-qual warningsDavid Gibson1-4/+4
2008-02-12libfdt: Add and use a node iteration helper function.David Gibson1-0/+6
2008-01-11libfdt: Add fdt_set_name() functionDavid Gibson1-0/+26
2007-12-17libfdt: Add more documentation (patch the seventh)David Gibson1-0/+219
2007-12-17libfdt: Add more documentation (patch the sixth)David Gibson1-0/+104
2007-11-20libfdt: Abolish fdt_offset_ptr_typed()David Gibson1-6/+0
2007-11-20libfdt: Abolish _typed() variants, add _cell() variantsDavid Gibson1-16/+17
2007-11-13libfdt: Add phandle related functionsDavid Gibson1-8/+46
2007-11-08libfdt: Add more documentation (path the fifth)David Gibson1-0/+95
2007-11-05libfdt: Add more documentation (patch the fourth)David Gibson1-1/+74
2007-11-05libfdt: Add more documentation (patch the third)David Gibson1-7/+85
2007-11-01libfdt: Handle v16 and re-ordered trees for r/wDavid Gibson1-1/+1
2007-10-25libfdt: Remove un-const-safe fdt_set_header macroDavid Gibson1-2/+17
2007-10-25libfdt: Documentation (patch the second)David Gibson1-1/+79
2007-10-24libfdt: Add some documenting comments in libfdt.hDavid Gibson1-8/+136
2007-10-24libfdt: Rename and publish _fdt_next_tag()David Gibson1-1/+2
2007-10-24libfdt: Rename and publish _fdt_check_header()David Gibson1-12/+17
2007-10-22libfdt: Make fdt_string() return a const pointerDavid Gibson1-1/+1
2007-10-16libfdt: Add functions for handling the "compatible" propertyDavid Gibson1-0/+5
2007-10-16libfdt: libfdt_env.h must be included firstDavid Gibson1-1/+1
2007-10-15libfdt: Add functions to get/add/delete memory reservemap entriesDavid Gibson1-0/+6
2007-09-17libfdt: Add fdt_node_offset_by_prop_value()David Gibson1-0/+4
2007-08-30libfdt: Add fdt_parent_offset() and supporting functionsDavid Gibson1-1/+9
2007-08-30libfdt: Add fdt_get_path() functionDavid Gibson1-0/+2
2007-08-30libfdt: Add fdt_get_name() to retrieve a node's nameDavid Gibson1-0/+2
2007-06-14Move everything into a subdirectory in preparation for merge into dtc.David Gibson1-0/+188