aboutsummaryrefslogtreecommitdiff
path: root/livetree.c
AgeCommit message (Expand)Author
2022-01-25dtc: introduce label relative path referencesAhmad Fatoum
2021-06-21dtc: Wrap phandle validity checkAndre Przywara
2021-06-15dtc: Fix signedness comparisons warnings: pointer diffAndre Przywara
2020-10-13dtc: Fix signedness comparisons warnings: change typesAndre Przywara
2019-08-28livetree: simplify condition in get_node_by_pathDenis Efremov
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring
2019-06-12livetree: add missing type markers in generated overlay propertiesRob Herring
2019-05-21Fix typos in various documentation and source filesThomas Huth
2018-11-19annotations: add positionsJulia Lawall
2018-11-14Revert "annotations: add positions"David Gibson
2018-11-13annotations: add positionsJulia Lawall
2018-07-13livetree: Set phandle properties type to uint32Rob Herring
2018-05-04dtc: add ability to make nodes conditional on them being referencedMaxime Ripard
2018-03-06Correct overlay syntactic sugar for generating target-path fragmentsDavid Gibson
2017-11-21Fix ambiguous grammar for devicetree ruleGrant Likely
2017-11-11Fix widespread incorrect use of strneq(), replace with new strprefixeq()David Gibson
2017-10-27livetree: avoid assertion of orphan phandles with overlaysTero Kristo
2017-09-28overlay: Add syntactic sugar version of overlaysPantelis Antoniou
2017-09-22checks: add phandle with arg property checksRob Herring
2017-04-19Fix get_node_by_path string equality checkTim Montague
2017-03-06Fix assorted sparse warningsDavid Gibson
2017-03-06dtc: Don't abuse struct fdt_reserve_entryDavid Gibson
2017-02-13dtc: Use streq() in preference to strcmp()David Gibson
2017-02-08livetree.c: Fix memory leakJean-Christophe Dubois
2016-12-09Rename boot_infoDavid Gibson
2016-12-09dtc: Plugin and fixup supportPantelis Antoniou
2016-09-27Fix some typing errors in libfdt.h and livetree.cThomas Huth
2014-05-09Fix bug with references to root nodeDavid Gibson
2012-09-28dtc: zero out new label objectsStephen Warren
2012-09-06dtc: Add ability to delete nodes and propertiesStephen Warren
2010-11-13dtc: Add code to make diffing trees easierDavid Gibson
2010-02-25Allow device tree to be modified by additonal device tree sectionsGrant Likely
2010-02-24dtc: Allow multiple labels on nodes and propertiesDavid Gibson
2010-02-23Disallow re-use of the same label within a dts fileDavid Gibson
2010-02-19dtc: Automatically pick a sensible boot_cpuid_physDavid Gibson
2009-11-26Support ePAPR compliant phandle propertiesDavid Gibson
2008-11-17dtc: Handle linux,phandle properties which self-referenceDavid Gibson
2008-07-14dtc: Run relevant checks on dtb input as well as dtsDavid Gibson
2008-07-14dtc: Use the same endian-conversion functions as libfdtDavid Gibson
2008-07-14dtc: Use stdint.h types throughout dtcDavid Gibson
2008-05-19dtc: Rework handling of boot_cpuid_physDavid Gibson
2008-05-19dtc: Simplify error handling for unparseable inputDavid Gibson
2008-01-04Return a non-zero exit code if an error occurs during dts parsing.Scott Wood
2007-12-04dtc: Add many const qualificationsDavid Gibson
2007-11-26dtc: Flexible tree checking infrastructure (v2)David Gibson
2007-11-01dtc: Move tree checking code to checks.cDavid Gibson
2007-10-25DTC: Remove the need for the GLR Parser.Jon Loeliger
2007-10-22dtc: Disable semantic checks by defaultDavid Gibson
2007-09-18dtc: Whitespace cleanupDavid Gibson
2007-03-26Remove bogus errors from check_chosen.Scott Wood