aboutsummaryrefslogtreecommitdiff
path: root/libfdt/libfdt.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-04libfdt: Fix fdt_appendprop_addrrange documentationPierre-Clément Tosi1-1/+1
2023-06-08libfdt: Fix a typo in libfdt.hYan-Jie Wang1-1/+1
2023-05-03improve documentation for fdt_path_offset()Rasmus Villemoes1-1/+26
2023-05-03add fdt_get_symbol() and fdt_get_symbol_namelen() functionsRasmus Villemoes1-0/+36
2022-10-12libfdt: add fdt_get_property_by_offset_w helperTadeusz Struk1-0/+7
2021-11-18libfdt: overlay: make overlay_get_target() publicVikram Garhwal1-0/+18
2021-06-21fdtget: Fix signedness comparisons warningsAndre Przywara1-0/+7
2021-01-04Set last_comp_version correctly in new dtb and fix potential version issues i...Justin Covell1-0/+1
2020-12-16libfdt: Internally perform potentially unaligned loadsTom Rini1-5/+3
2020-11-24libfdt: Check for 8-byte address alignment in fdt_ro_probe_()Tom Rini1-1/+5
2020-10-13libfdt: Fix kernel-doc commentsAndre Przywara1-36/+75
2020-06-19libfdt: add extern "C" for C++Patrick Oppenlander1-0/+8
2020-02-24libfdt: De-inline fdt_header_size()Simon Glass1-4/+5
2019-09-10libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_stLuc Michel1-2/+2
2019-06-21libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring1-46/+1
2019-05-10libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speedNicholas Piggin1-1/+7
2019-05-10libfdt: Introduce fdt_create_with_flags()Nicholas Piggin1-1/+37
2019-03-29libfdt: Make fdt_get_max_phandle() an inlineDavid Gibson1-1/+11
2019-03-29libfdt: Add phandle generation helperThierry Reding1-0/+19
2019-03-29libfdt: Add new maximum phandle lookup functionThierry Reding1-0/+16
2019-03-29libfdt: add fdt_append_addrrange()AKASHI Takahiro1-0/+61
2019-03-25Revert "libfdt: Add phandle generation helper"David Gibson1-19/+0
2019-03-21libfdt: Add phandle generation helperThierry Reding1-0/+19
2018-12-23libfdt: Fix FDT_ERR_NOTFOUND typos in documentationGeert Uytterhoeven1-2/+2
2018-12-22libfdt: Fix fdt_getprop_by_offset() parameter name in documentationGeert Uytterhoeven1-1/+1
2018-11-22libfdt: Don't use memcpy to handle unaligned reads on ARMDavid Gibson1-7/+15
2018-11-07libfdt: return correct value if #size-cells property is not presentJohn Clarke1-1/+1
2018-07-20libfdt: fdt_address_cells() and fdt_size_cells()Sebastian Huber1-1/+1
2018-06-26libfdt: Add helpers for accessing unaligned wordsDavid Gibson1-1/+24
2018-06-12pylibfdt: Add functions to update propertiesSimon Glass1-0/+3
2018-06-07libfdt: Add fdt_check_full() functionDavid Gibson1-0/+2
2018-06-07libfdt: Add fdt_header_size()David Gibson1-0/+11
2018-06-07libfdt: Safer access to strings sectionDavid Gibson1-1/+17
2018-06-07libfdt: Make fdt_check_header() more thoroughDavid Gibson1-6/+9
2018-01-27Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn1-1/+4
2017-10-26libfdt: Remove leading underscores from identifiersDavid Gibson1-15/+15
2017-10-26Fix some errors in commentsDavid Gibson1-1/+1
2017-07-28Introduce fdt_setprop_placeholder() methodPantelis Antoniou1-0/+31
2017-04-02Add a libfdt function to write a property placeholderSimon Glass1-0/+16
2017-03-21Adjust libfdt.h to work with swigSimon Glass1-1/+20
2017-02-24libfdt: Add fdt_setprop_empty()David Gibson1-0/+30
2016-10-06libfdt: Add overlay application functionMaxime Ripard1-0/+31
2016-10-06libfdt: Extend the reach of FDT_ERR_BADPHANDLEMaxime Ripard1-2/+4
2016-10-06libfdt: Add new errors for the overlay codeMaxime Ripard1-1/+10
2016-09-27Fix some typing errors in libfdt.h and livetree.cThomas Huth1-2/+2
2016-08-01libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard1-0/+21
2016-07-28libfdt: Add fdt_getprop_namelen_wMaxime Ripard1-0/+7
2016-07-28libfdt: Add max phandle retrieval functionMaxime Ripard1-0/+15
2016-07-28libfdt: Add iterator over propertiesMaxime Ripard1-0/+27
2016-07-28libfdt: Add a subnodes iterator macroThierry Reding1-0/+28