aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-03dtc: Bump version to v1.4.6v1.4.6David Gibson1-1/+1
2018-01-03fdtoverlay: Switch from using alloca to mallockevans@FreeBSD.org1-2/+2
2018-01-03tests: Improve compatibility with other platformskevans@FreeBSD.org1-4/+9
2017-12-15checks: add chosen node checksRob Herring3-0/+64
2017-12-13checks: add aliases node checksRob Herring1-0/+24
2017-12-13checks: check for #{size,address}-cells without child nodesRob Herring1-0/+26
2017-12-13checks: add string list check for *-names propertiesRob Herring3-2/+19
2017-12-13checks: add string list checkRob Herring3-1/+40
2017-12-13checks: add a string check for 'label' propertyRob Herring3-1/+4
2017-12-05checks: fix sound-dai phandle with arg property checkPeter Rosin1-2/+2
2017-11-21Fix ambiguous grammar for devicetree ruleGrant Likely3-8/+14
2017-11-11tests: Add some basic tests for the pci_bridge checksDavid Gibson4-0/+61
2017-11-11Fix widespread incorrect use of strneq(), replace with new strprefixeq()David Gibson3-5/+5
2017-11-11Add strstarts() helper functionDavid Gibson2-1/+2
2017-10-30tests: Check non-matching cases for fdt_node_check_compatible()David Gibson1-0/+19
2017-10-27livetree: avoid assertion of orphan phandles with overlaysTero Kristo2-2/+6
2017-10-27implement strnlen for systems that need itJohn Arbuckle1-0/+27
2017-10-26libfdt: Remove leading underscores from identifiersDavid Gibson9-120/+120
2017-10-26Remove leading underscores from identifiersDavid Gibson10-43/+41
2017-10-26Replace FDT_VERSION() with stringify()David Gibson2-3/+4
2017-10-26Fix some errors in commentsDavid Gibson2-5/+6
2017-10-26tests: Correct warning in sw_tree1.cDavid Gibson1-0/+2
2017-10-19checks: fix handling of unresolved phandles for dts pluginsRob Herring1-0/+9
2017-10-06tests: Avoid 64-bit arithmetic in assemblerDavid Gibson2-25/+28
2017-10-05libfdt: add stringlist functions to linker scriptReiner Huober1-0/+3
2017-09-28tests: Add a test for overlays syntactic sugarPantelis Antoniou1-0/+6
2017-09-28overlay: Add syntactic sugar version of overlaysPantelis Antoniou3-3/+40
2017-09-28checks: Use proper format modifier for size_tThierry Reding1-2/+2
2017-09-27dtc: Bump version to v1.4.5v1.4.5David Gibson1-1/+1
2017-09-27Add fdtoverlay to .gitignoreDavid Gibson1-0/+1
2017-09-27fdtoverlay: Sanity check blob sizeDavid Gibson1-0/+7
2017-09-27pylibfdt: Use Python2 explicitlyDavid Gibson2-2/+2
2017-09-22checks: add interrupts property checkRob Herring3-0/+94
2017-09-22checks: add gpio binding properties checkRob Herring3-0/+88
2017-09-22checks: add phandle with arg property checksRob Herring5-0/+145
2017-08-21fdtget: Split out cell list display into a new functionSimon Glass1-15/+34
2017-08-21README: Add a note about test_tree1.dtsSimon Glass1-0/+11
2017-08-21pylibfdt: Add support for fdt_subnode_offset()Simon Glass2-0/+29
2017-08-21pylibfdt: Add support for fdt_node_offset_by_phandle()Simon Glass2-0/+24
2017-08-21pylibfdt: Add support for fdt_parent_offset()Simon Glass2-0/+28
2017-08-21pylibfdt: Add support for fdt_get_phandle()Simon Glass2-0/+18
2017-08-21tests: Return a failure code when any tests failSimon Glass1-0/+1
2017-08-21pylibfdt: Use local pylibfdt moduleSimon Glass1-2/+2
2017-08-21pylibfdt: Add a test for use of uint32_tSimon Glass1-0/+5
2017-08-15pylibfdt: Add stdint include to fix uint32_tSimon Glass1-0/+2
2017-08-09tests: Add stacked overlay tests on fdtoverlayPantelis Antoniou4-0/+47
2017-08-09fdt: Allow stacked overlays phandle referencesPantelis Antoniou1-22/+206
2017-07-28Introduce fdt_setprop_placeholder() methodPantelis Antoniou2-3/+48
2017-07-13dtc: change default phandles to ePAPR style instead of bothRob Herring2-2/+2
2017-06-15tests: fdtoverlay unit testPantelis Antoniou3-1/+67