summaryrefslogtreecommitdiff
path: root/livetree.c
AgeCommit message (Expand)Author
2022-07-31Don't generate erroneous fixups from reference to path David Gibson
2022-01-25dtc: introduce label relative path references Ahmad Fatoum
2021-06-21dtc: Wrap phandle validity check Andre Przywara
2021-06-15dtc: Fix signedness comparisons warnings: pointer diff Andre Przywara
2020-10-13dtc: Fix signedness comparisons warnings: change types Andre Przywara
2019-08-28livetree: simplify condition in get_node_by_path Denis Efremov
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tags Rob Herring
2019-06-12livetree: add missing type markers in generated overlay properties Rob Herring
2019-05-21Fix typos in various documentation and source files Thomas Huth
2018-11-19annotations: add positions Julia Lawall
2018-11-14Revert "annotations: add positions" David Gibson
2018-11-13annotations: add positions Julia Lawall
2018-07-13livetree: Set phandle properties type to uint32 Rob Herring
2018-05-04dtc: add ability to make nodes conditional on them being referenced Maxime Ripard
2018-03-06Correct overlay syntactic sugar for generating target-path fragments David Gibson
2017-11-21Fix ambiguous grammar for devicetree rule Grant Likely
2017-11-11Fix widespread incorrect use of strneq(), replace with new strprefixeq() David Gibson
2017-10-27livetree: avoid assertion of orphan phandles with overlays Tero Kristo
2017-09-28overlay: Add syntactic sugar version of overlays Pantelis Antoniou
2017-09-22checks: add phandle with arg property checks Rob Herring
2017-04-19Fix get_node_by_path string equality check Tim Montague
2017-03-06Fix assorted sparse warnings David Gibson
2017-03-06dtc: Don't abuse struct fdt_reserve_entry David Gibson
2017-02-13dtc: Use streq() in preference to strcmp() David Gibson
2017-02-08livetree.c: Fix memory leak Jean-Christophe Dubois
2016-12-09Rename boot_info David Gibson
2016-12-09dtc: Plugin and fixup support Pantelis Antoniou
2016-09-27Fix some typing errors in libfdt.h and livetree.c Thomas Huth
2014-05-09Fix bug with references to root node David Gibson
2012-09-28dtc: zero out new label objects Stephen Warren
2012-09-06dtc: Add ability to delete nodes and properties Stephen Warren
2010-11-13dtc: Add code to make diffing trees easier David Gibson
2010-02-25Allow device tree to be modified by additonal device tree sections Grant Likely
2010-02-24dtc: Allow multiple labels on nodes and properties David Gibson
2010-02-23Disallow re-use of the same label within a dts file David Gibson
2010-02-19dtc: Automatically pick a sensible boot_cpuid_phys David Gibson
2009-11-26Support ePAPR compliant phandle properties David Gibson
2008-11-17dtc: Handle linux,phandle properties which self-reference David Gibson
2008-07-14dtc: Run relevant checks on dtb input as well as dts David Gibson
2008-07-14dtc: Use the same endian-conversion functions as libfdt David Gibson
2008-07-14dtc: Use stdint.h types throughout dtc David Gibson
2008-05-19dtc: Rework handling of boot_cpuid_phys David Gibson
2008-05-19dtc: Simplify error handling for unparseable input David Gibson
2008-01-04Return a non-zero exit code if an error occurs during dts parsing. Scott Wood
2007-12-04dtc: Add many const qualifications David Gibson
2007-11-26dtc: Flexible tree checking infrastructure (v2) David Gibson
2007-11-01dtc: Move tree checking code to checks.c David Gibson
2007-10-25DTC: Remove the need for the GLR Parser. Jon Loeliger
2007-10-22dtc: Disable semantic checks by default David Gibson
2007-09-18dtc: Whitespace cleanup David Gibson