summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dtc: Bump version to v1.4.6v1.4.6David Gibson2018-01-031-1/+1
* fdtoverlay: Switch from using alloca to mallockevans@FreeBSD.org2018-01-031-2/+2
* tests: Improve compatibility with other platformskevans@FreeBSD.org2018-01-031-4/+9
* checks: add chosen node checksRob Herring2017-12-153-0/+64
* checks: add aliases node checksRob Herring2017-12-131-0/+24
* checks: check for #{size,address}-cells without child nodesRob Herring2017-12-131-0/+26
* checks: add string list check for *-names propertiesRob Herring2017-12-133-2/+19
* checks: add string list checkRob Herring2017-12-133-1/+40
* checks: add a string check for 'label' propertyRob Herring2017-12-133-1/+4
* checks: fix sound-dai phandle with arg property checkPeter Rosin2017-12-051-2/+2
* Fix ambiguous grammar for devicetree ruleGrant Likely2017-11-213-8/+14
* tests: Add some basic tests for the pci_bridge checksDavid Gibson2017-11-114-0/+61
* Fix widespread incorrect use of strneq(), replace with new strprefixeq()David Gibson2017-11-113-5/+5
* Add strstarts() helper functionDavid Gibson2017-11-112-1/+2
* tests: Check non-matching cases for fdt_node_check_compatible()David Gibson2017-10-301-0/+19
* livetree: avoid assertion of orphan phandles with overlaysTero Kristo2017-10-272-2/+6
* implement strnlen for systems that need itJohn Arbuckle2017-10-271-0/+27
* libfdt: Remove leading underscores from identifiersDavid Gibson2017-10-269-120/+120
* Remove leading underscores from identifiersDavid Gibson2017-10-2610-43/+41
* Replace FDT_VERSION() with stringify()David Gibson2017-10-262-3/+4
* Fix some errors in commentsDavid Gibson2017-10-262-5/+6
* tests: Correct warning in sw_tree1.cDavid Gibson2017-10-261-0/+2
* checks: fix handling of unresolved phandles for dts pluginsRob Herring2017-10-191-0/+9
* tests: Avoid 64-bit arithmetic in assemblerDavid Gibson2017-10-062-25/+28
* libfdt: add stringlist functions to linker scriptReiner Huober2017-10-051-0/+3
* tests: Add a test for overlays syntactic sugarPantelis Antoniou2017-09-281-0/+6
* overlay: Add syntactic sugar version of overlaysPantelis Antoniou2017-09-283-3/+40
* checks: Use proper format modifier for size_tThierry Reding2017-09-281-2/+2
* dtc: Bump version to v1.4.5v1.4.5David Gibson2017-09-271-1/+1
* Add fdtoverlay to .gitignoreDavid Gibson2017-09-271-0/+1
* fdtoverlay: Sanity check blob sizeDavid Gibson2017-09-271-0/+7
* pylibfdt: Use Python2 explicitlyDavid Gibson2017-09-272-2/+2
* checks: add interrupts property checkRob Herring2017-09-223-0/+94
* checks: add gpio binding properties checkRob Herring2017-09-223-0/+88
* checks: add phandle with arg property checksRob Herring2017-09-225-0/+145
* fdtget: Split out cell list display into a new functionSimon Glass2017-08-211-15/+34
* README: Add a note about test_tree1.dtsSimon Glass2017-08-211-0/+11
* pylibfdt: Add support for fdt_subnode_offset()Simon Glass2017-08-212-0/+29
* pylibfdt: Add support for fdt_node_offset_by_phandle()Simon Glass2017-08-212-0/+24
* pylibfdt: Add support for fdt_parent_offset()Simon Glass2017-08-212-0/+28
* pylibfdt: Add support for fdt_get_phandle()Simon Glass2017-08-212-0/+18
* tests: Return a failure code when any tests failSimon Glass2017-08-211-0/+1
* pylibfdt: Use local pylibfdt moduleSimon Glass2017-08-211-2/+2
* pylibfdt: Add a test for use of uint32_tSimon Glass2017-08-211-0/+5
* pylibfdt: Add stdint include to fix uint32_tSimon Glass2017-08-151-0/+2
* tests: Add stacked overlay tests on fdtoverlayPantelis Antoniou2017-08-094-0/+47
* fdt: Allow stacked overlays phandle referencesPantelis Antoniou2017-08-091-22/+206
* Introduce fdt_setprop_placeholder() methodPantelis Antoniou2017-07-282-3/+48
* dtc: change default phandles to ePAPR style instead of bothRob Herring2017-07-132-2/+2
* tests: fdtoverlay unit testPantelis Antoniou2017-06-153-1/+67