aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-18Update to dtc-1.4.3-1.el7dtc-1.4.3-1.el7RHEL-7.4Miroslav Rezanina1-0/+5
2017-07-14redhat/Makefile: honor BREW_FLAGS like the kernelMiroslav Rezanina1-1/+1
2017-04-05script: update git-backport-diff to latestPeter Xu1-25/+50
2017-03-06Add redhat directoryMiroslav Rezanina15-0/+826
2017-02-28dtc: Bump version to v1.4.3v1.4.3David Gibson1-1/+1
2017-02-28Add printf format attributesDavid Gibson2-1/+19
2017-02-28Correct some broken printf() like format mismatchesDavid Gibson2-2/+2
2017-02-24libfdt: Add fdt_setprop_empty()David Gibson2-1/+31
2017-02-24libfdt: Remove undefined behaviour setting empty propertiesDavid Gibson1-1/+2
2017-02-23Print output filename as part of warning messagesIan Campbell3-40/+46
2017-02-13dtc: Use streq() in preference to strcmp()David Gibson2-3/+3
2017-02-13checks: Add Warning for stricter node name character checkingRob Herring1-0/+12
2017-02-13checks: Add Warning for stricter property name character checkingRob Herring1-0/+35
2017-02-08dtc: pos parameter to srcpos_string() can't be NULLDavid Gibson1-1/+1
2017-02-08livetree.c: Fix memory leakJean-Christophe Dubois1-0/+2
2017-01-31dtc: Fix NULL pointer use in dtlabel + dtref caseStephen Boyd3-3/+13
2017-01-30manual: Fix typo it -> inStephen Boyd1-1/+1
2017-01-30Makefile: Add tags ruleStephen Boyd1-0/+6
2016-12-27dtc: fdtdump: check fdt if not in scanning modeHeinrich Schuchardt1-8/+19
2016-12-12dtc: Fix memory leak in character literal parsingGabriel Smith1-8/+8
2016-12-09Rename boot_infoDavid Gibson8-148/+147
2016-12-09dtc: Clean up /dts-v1/ and /plugin/ handling in grammarDavid Gibson1-18/+17
2016-12-09dtc: Don't always generate __symbols__ for pluginsDavid Gibson2-9/+2
2016-12-09tests: Don't use -@ on plugin de/recompile testsDavid Gibson1-2/+2
2016-12-09tests: Remove "suppression of fixups" testsDavid Gibson2-28/+0
2016-12-09tests: Clarify dtc overlay testsDavid Gibson2-11/+14
2016-12-09tests: More thorough tests of libfdt overlay application without dtcDavid Gibson4-2/+161
2016-12-09tests: Correct fdt handling of overlays without fixups and base trees without...David Gibson1-1/+6
2016-12-09tests: Fix double expansion bugs in test codeDavid Gibson2-4/+6
2016-12-09tests: Split overlay tests into those with do/don't exercise dtc plugin gener...David Gibson1-10/+16
2016-12-09tests: Test auto-alias generation on base tree, not overlayDavid Gibson1-5/+5
2016-12-09tests: Make overlay/plugin tests unconditionalDavid Gibson1-37/+34
2016-12-09tests: Add overlay testsPantelis Antoniou4-0/+64
2016-12-09tests: Add check_path testPantelis Antoniou4-1/+88
2016-12-09dtc: Plugin and fixup supportPantelis Antoniou9-11/+373
2016-12-09dtc: Document the dynamic plugin internalsPantelis Antoniou1-0/+310
2016-11-28checks: Pass boot_info instead of root nodePantelis Antoniou1-36/+42
2016-11-04libfdt: add missing errors to fdt_strerror()Benjamin Fair1-0/+3
2016-10-17libfdt: fix fdt_stringlist_search()Masahiro Yamada1-1/+1
2016-10-17libfdt: fix fdt_stringlist_count()Masahiro Yamada1-1/+1
2016-10-12tests: overlay: Rename the device tree blobs to be more explicitMaxime Ripard1-7/+7
2016-10-11tests: overlay: Add test suffix to the compiled blobsMaxime Ripard1-8/+8
2016-10-11libfdt: Add fdt_overlay_apply to the exported symbolsMaxime Ripard1-0/+1
2016-10-11fdt: strerr: Remove spurious BADOVERLAYMaxime Ripard1-1/+0
2016-10-07tests: overlay: Move back the bad fixup testsMaxime Ripard1-7/+7
2016-10-07libfdt: overlay: Fix symbols and fixups nodes conditionMaxime Ripard1-4/+3
2016-10-07libfdt: overlay: Report a bad overlay for mismatching local fixupsMaxime Ripard1-0/+2
2016-10-07libfdt: Add BADPHANDLE error stringMaxime Ripard1-0/+1
2016-10-06libfdt: Don't use 'index' as a local variable nameDavid Gibson2-25/+25
2016-10-06tests: Add tests cases for the overlay codeMaxime Ripard17-1/+656