aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-18overlay: Add syntactic sugar version of overlays am: ec2917363cPantelis Antoniou
2017-02-18overlay: Documentation for the overlay sugar syntax am: 8876e278cfPantelis Antoniou
2017-02-18Reset master to upstream am: 507cd9883aSzuWei Lin
2017-02-18overlay: Add syntactic sugar version of overlaysPantelis Antoniou
2017-02-18overlay: Documentation for the overlay sugar syntaxPantelis Antoniou
2017-02-18Reset master to upstreamSzuWei Lin
2017-02-17overlay: Add syntactic sugar version of overlaysPantelis Antoniou
2017-02-17overlay: Documentation for the overlay sugar syntaxPantelis Antoniou
2017-02-17Reset master to upstreamSzuWei Lin
2017-02-13dtc: Use streq() in preference to strcmp()David Gibson
2017-02-13checks: Add Warning for stricter node name character checkingRob Herring
2017-02-13checks: Add Warning for stricter property name character checkingRob Herring
2017-02-08dtc: pos parameter to srcpos_string() can't be NULLDavid Gibson
2017-02-08livetree.c: Fix memory leakJean-Christophe Dubois
2017-01-31dtc: Fix NULL pointer use in dtlabel + dtref caseStephen Boyd
2017-01-30manual: Fix typo it -> inStephen Boyd
2017-01-30Makefile: Add tags ruleStephen Boyd
2016-12-27dtc: fdtdump: check fdt if not in scanning modeHeinrich Schuchardt
2016-12-12dtc: Fix memory leak in character literal parsingGabriel Smith
2016-12-09Rename boot_infoDavid Gibson
2016-12-09dtc: Clean up /dts-v1/ and /plugin/ handling in grammarDavid Gibson
2016-12-09dtc: Don't always generate __symbols__ for pluginsDavid Gibson
2016-12-09tests: Don't use -@ on plugin de/recompile testsDavid Gibson
2016-12-09tests: Remove "suppression of fixups" testsDavid Gibson
2016-12-09tests: Clarify dtc overlay testsDavid Gibson
2016-12-09tests: More thorough tests of libfdt overlay application without dtcDavid Gibson
2016-12-09tests: Correct fdt handling of overlays without fixups and base trees without...David Gibson
2016-12-09tests: Fix double expansion bugs in test codeDavid Gibson
2016-12-09tests: Split overlay tests into those with do/don't exercise dtc plugin gener...David Gibson
2016-12-09tests: Test auto-alias generation on base tree, not overlayDavid Gibson
2016-12-09tests: Make overlay/plugin tests unconditionalDavid Gibson
2016-12-09tests: Add overlay testsPantelis Antoniou
2016-12-09tests: Add check_path testPantelis Antoniou
2016-12-09dtc: Plugin and fixup supportPantelis Antoniou
2016-12-09dtc: Document the dynamic plugin internalsPantelis Antoniou
2016-11-28checks: Pass boot_info instead of root nodePantelis Antoniou
2016-11-04libfdt: add missing errors to fdt_strerror()Benjamin Fair
2016-10-17libfdt: fix fdt_stringlist_search()Masahiro Yamada
2016-10-17libfdt: fix fdt_stringlist_count()Masahiro Yamada
2016-10-12tests: overlay: Rename the device tree blobs to be more explicitMaxime Ripard
2016-10-11tests: overlay: Add test suffix to the compiled blobsMaxime Ripard
2016-10-11libfdt: Add fdt_overlay_apply to the exported symbolsMaxime Ripard
2016-10-11fdt: strerr: Remove spurious BADOVERLAYMaxime Ripard
2016-10-07tests: overlay: Move back the bad fixup testsMaxime Ripard
2016-10-07libfdt: overlay: Fix symbols and fixups nodes conditionMaxime Ripard
2016-10-07libfdt: overlay: Report a bad overlay for mismatching local fixupsMaxime Ripard
2016-10-07libfdt: Add BADPHANDLE error stringMaxime Ripard
2016-10-06libfdt: Don't use 'index' as a local variable nameDavid Gibson
2016-10-06tests: Add tests cases for the overlay codeMaxime Ripard
2016-10-06libfdt: Add overlay application functionMaxime Ripard