aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/overlay.c
AgeCommit message (Expand)Author
2020-06-01of: overlay: kmemleak in dup_and_fixup_symbol_prop()Frank Rowand
2020-03-20of: overlay: add_changeset_property() memory leakFrank Rowand
2019-01-10of: Remove struct device_node.type pointerRob Herring
2018-11-08of: overlay: set node fields from properties when add new overlay nodeFrank Rowand
2018-11-08of: overlay: check prevents multiple fragments touching same propertyFrank Rowand
2018-11-08of: overlay: check prevents multiple fragments add or delete same nodeFrank Rowand
2018-11-08of: overlay: make all pr_debug() and pr_err() messages uniqueFrank Rowand
2018-11-08of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand
2018-11-08of: overlay: reorder fields in struct fragmentFrank Rowand
2018-11-08of: overlay: do not duplicate properties from overlay for new nodesFrank Rowand
2018-11-08of: overlay: use prop add changeset entry for property in new nodesFrank Rowand
2018-11-08of: overlay: add missing of_node_put() after add new node to changesetFrank Rowand
2018-11-08of: overlay: add tests to validate kfrees from overlay removalFrank Rowand
2018-09-07of: Convert to using %pOFn instead of device_node.nameRob Herring
2018-07-16of: overlay: update phandle cache on overlay apply and removeFrank Rowand
2018-04-26of: overlay: Stop leaking resources on overlay removalJan Kiszka
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