summaryrefslogtreecommitdiff
path: root/drivers/of/overlay.c
AgeCommit message (Expand)Author
2021-05-03of: overlay: Remove redundant assignment to retJiapeng Chong
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-21of: overlay: Fix kerneldoc warning in of_overlay_remove()Rob Herring
2021-04-08of: unittest: overlay: ensure proper alignment of copied FDTFrank Rowand
2021-04-07of: properly check for error returned by fdt_get_name()Frank Rowand
2021-03-27of: Add missing 'Return' section in kerneldoc commentsRob Herring
2021-03-24of: overlay: fix for_each_child.cocci warningskernel test robot
2021-03-23of: overlay: Fix function name disparityLee Jones
2020-04-17of: overlay: kmemleak in dup_and_fixup_symbol_prop()Frank Rowand
2020-01-08of: overlay: Remove blank line between assignment and checkGeert Uytterhoeven
2019-12-24of: Rework and simplify phandle cache to use a fixed sizeRob Herring
2019-11-26of: 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