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