summaryrefslogtreecommitdiff
path: root/drivers/of/overlay.c
Commit message (Expand)AuthorAge
* of: overlay: Fix forgotten reference to of_overlay_apply()Geert Uytterhoeven2018-03-17
* of: overlay: do not include path in full_name of added nodesFrank Rowand2018-03-05
* of: improve reporting invalid overlay target pathFrank Rowand2018-03-04
* of: change overlay apply input data from unflattened to FDTFrank Rowand2018-03-04
* of: Use SPDX license tag for DT filesRob Herring2018-01-08
* of: overlay: Make node skipping in init_overlay_changeset() clearerGeert Uytterhoeven2017-12-08
* of: overlay: Fix out-of-bounds write in init_overlay_changeset()Geert Uytterhoeven2017-12-08
* of: overlay: Fix (un)locking in of_overlay_apply()Geert Uytterhoeven2017-12-06
* of: overlay: Fix memory leak in of_overlay_apply() error pathGeert Uytterhoeven2017-12-06
* of: overlay: Remove else after gotoGeert Uytterhoeven2017-12-06
* of: Spelling s/changset/changeset/Geert Uytterhoeven2017-12-06
* of: overlay: make pr_err() string uniqueFrank Rowand2017-10-19
* of: overlay: pr_err from return NOTIFY_OK to overlay apply/removeFrank Rowand2017-10-19
* of: overlay: remove unneeded check for NULL kbasename()Frank Rowand2017-10-17
* of: overlay: remove a dependency on device node full_nameFrank Rowand2017-10-17
* of: overlay: simplify applying symbols from an overlayFrank Rowand2017-10-17
* of: overlay: avoid race condition between applying multiple overlaysFrank Rowand2017-10-17
* of: overlay: loosen overly strict phandle clash checkFrank Rowand2017-10-17
* of: overlay: expand check of whether overlay changeset can be removedFrank Rowand2017-10-17
* of: overlay: detect cases where device tree may become corruptFrank Rowand2017-10-17
* of: overlay: minor restructuringFrank Rowand2017-10-17
* of: overlay: rename identifiers in dup_and_fixup_symbol_prop()Frank Rowand2017-10-17
* of: overlay: rename identifiers to more reflect what they doFrank Rowand2017-10-17
* of: overlay.c: Convert comparisons to zero or NULL to logical expressionsFrank Rowand2017-10-17
* of: overlay.c: Remove comments that state the obvious, to reduce clutterFrank Rowand2017-10-17
* of: overlay: fix memory leak related to duplicated propertyLixin Wang2017-10-17
* of: overlay: add overlay symbols to live device treeFrank Rowand2017-07-20
* of: overlay: correctly apply overlay node with unit-addressFrank Rowand2017-07-20
* of: Convert to using %pOF instead of full_nameRob Herring2017-07-18
* of: detect invalid phandle in overlayFrank Rowand2017-06-22
* of: remove redundant memset in overlayXuYing2017-01-09
* of: drop duplicate headersGeliang Tang2017-01-04
* of/overlay: add of overlay notificationsAlan Tull2016-11-10
* of: use pr_fmt prefix for all console printingRob Herring2016-07-18
* drivers/of: Export OF changeset functionsGavin Shan2016-01-13
* of/overlay: add missing of_node_putJulia Lawall2015-10-22
* of/overlay: Grammar s/an negative/a negative/Geert Uytterhoeven2015-05-28
* of/overlay: Remove unused variableFabio Estevam2015-03-10
* of/overlay: Directly include idr.hMark Brown2015-03-02
* of/overlay: Do not generate duplicate nodesPantelis Antoniou2015-01-22
* of/overlay: Introduce DT overlay supportPantelis Antoniou2014-11-24