summaryrefslogtreecommitdiff
path: root/libfdt/libfdt.h
Commit message (Expand)AuthorAgeFilesLines
* libfdt: Add fdt_check_full() functionsafetyDavid Gibson2018-04-111-0/+2
* libfdt: Add fdt_header_size()David Gibson2018-04-111-0/+10
* libfdt: Safer access to strings sectionDavid Gibson2018-04-111-1/+17
* libfdt: Make fdt_check_header() more thoroughDavid Gibson2018-04-111-2/+3
* Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn2018-01-271-1/+4
* libfdt: Remove leading underscores from identifiersDavid Gibson2017-10-261-15/+15
* Fix some errors in commentsDavid Gibson2017-10-261-1/+1
* Introduce fdt_setprop_placeholder() methodPantelis Antoniou2017-07-281-0/+31
* Add a libfdt function to write a property placeholderSimon Glass2017-04-021-0/+16
* Adjust libfdt.h to work with swigSimon Glass2017-03-211-1/+20
* libfdt: Add fdt_setprop_empty()David Gibson2017-02-241-0/+30
* libfdt: Add overlay application functionMaxime Ripard2016-10-061-0/+31
* libfdt: Extend the reach of FDT_ERR_BADPHANDLEMaxime Ripard2016-10-061-2/+4
* libfdt: Add new errors for the overlay codeMaxime Ripard2016-10-061-1/+10
* Fix some typing errors in libfdt.h and livetree.cThomas Huth2016-09-271-2/+2
* libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard2016-08-011-0/+21
* libfdt: Add fdt_getprop_namelen_wMaxime Ripard2016-07-281-0/+7
* libfdt: Add max phandle retrieval functionMaxime Ripard2016-07-281-0/+15
* libfdt: Add iterator over propertiesMaxime Ripard2016-07-281-0/+27
* libfdt: Add a subnodes iterator macroThierry Reding2016-07-281-0/+28
* Correct a missing space in a fdt_header castSimon Glass2016-03-071-1/+1
* Correct line lengths in libfdt.hSimon Glass2016-03-071-12/+23
* Correct space-after-tab in libfdt.hSimon Glass2016-03-071-13/+12
* fdt: Add functions to retrieve stringsThierry Reding2015-09-301-0/+28
* fdt: Add a function to get the index of a stringThierry Reding2015-09-301-0/+22
* fdt: Add a function to count stringsThierry Reding2015-09-301-1/+18
* libfdt: fix comment block of fdt_get_property_namelen()Masahiro Yamada2015-08-271-2/+2
* libfdt: Add fdt_path_offset_namelen()Peter Hurley2015-04-071-0/+11
* libfdt: Add helpers to read #address-cells and #size-cellsDavid Gibson2014-05-121-1/+61
* libfdt: Add function to resize the buffer for a sequential write treeDavid Gibson2013-10-261-0/+1
* libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass2013-04-281-0/+22
* Fix typoFrançois Revol2013-02-031-1/+1
* Export fdt_stringlist_contains()Simon Glass2013-01-271-0/+14
* dtc/libfdt: sparse fixesKim Phillips2013-01-061-16/+16
* libfdt: Add helper function to create a trivial, empty treeDavid Gibson2012-06-031-0/+1
* libfdt: Add helpers for 64-bit integer propertiesDavid Gibson2012-06-031-23/+170
* libfdt: Add support for appending the values to a existing propertyMinghuan Lian2011-12-051-0/+95
* libfdt: Implement property iteration functionsDavid Gibson2010-03-101-0/+103
* libfdt: Fix C++ compile-time cast error on gnu 4.2.1Laurent Gregoire2009-03-041-1/+1
* libfdt: Fix error in documentation for fdt_get_alias_namelen()David Gibson2009-01-071-1/+1
* libfdt: Add function to explicitly expand aliasesDavid Gibson2008-10-021-0/+26
* Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.Jon Loeliger2008-09-251-1/+1
* libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()David Gibson2008-08-131-0/+30
* libfdt: Improve documentation in libfdt.hWolfram Sang2008-07-141-14/+14
* dtc: Enable and fix -Wcast-qual warningsDavid Gibson2008-07-141-4/+4
* libfdt: Add and use a node iteration helper function.David Gibson2008-02-121-0/+6
* libfdt: Add fdt_set_name() functionDavid Gibson2008-01-111-0/+26
* libfdt: Add more documentation (patch the seventh)David Gibson2007-12-171-0/+219
* libfdt: Add more documentation (patch the sixth)David Gibson2007-12-171-0/+104
* libfdt: Abolish fdt_offset_ptr_typed()David Gibson2007-11-201-6/+0