aboutsummaryrefslogtreecommitdiff
path: root/drivers/of/overlay.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-15of: overlay: enable of_overlay_fdt_apply() kerneldocGravatar Luca Ceresoli 1-1/+1
2023-10-02of: overlay: Reorder struct fragment fields kerneldocGravatar Geert Uytterhoeven 1-1/+1
2023-08-23of: overlay: Call of_changeset_init() earlyGravatar Geert Uytterhoeven 1-2/+1
2023-08-22of: overlay: Extend of_overlay_fdt_apply() to specify the target nodeGravatar Lizhi Hou 1-11/+31
2023-06-09of: overlay: Fix missing of_node_put() in error case of init_overlay_changeset()Gravatar Kunihiko Hayashi 1-0/+1
2022-12-26of: overlay: Fix trivial typoGravatar Ricardo Ribalda 1-1/+1
2022-12-11of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and...Gravatar ruanjinjie 1-2/+2
2022-07-19of: overlay: Simplify of_overlay_fdt_apply() tailGravatar Geert Uytterhoeven 1-7/+2
2022-07-19of: overlay: Move devicetree_corrupt() check upGravatar Geert Uytterhoeven 1-6/+5
2022-05-03of: overlay: do not free changeset when of_overlay_apply returns errorGravatar Frank Rowand 1-3/+26
2022-05-03of: overlay: add entry to of_overlay_action_name[]Gravatar Frank Rowand 1-22/+5
2022-04-25of: overlay: rework overlay apply and remove kfree()sGravatar Frank Rowand 1-138/+125
2022-04-25of: overlay: rename variables to be consistentGravatar Frank Rowand 1-47/+47
2022-04-25of: overlay: do not break notify on NOTIFY_{OK|STOP}Gravatar Nuno Sá 1-3/+1
2021-05-03of: overlay: Remove redundant assignment to retGravatar Jiapeng Chong 1-3/+0
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-9/+10
2021-04-21of: overlay: Fix kerneldoc warning in of_overlay_remove()Gravatar Rob Herring 1-1/+1
2021-04-08of: unittest: overlay: ensure proper alignment of copied FDTGravatar Frank Rowand 1-8/+14
2021-04-07of: properly check for error returned by fdt_get_name()Gravatar Frank Rowand 1-1/+1
2021-03-27of: Add missing 'Return' section in kerneldoc commentsGravatar Rob Herring 1-8/+8
2021-03-24of: overlay: fix for_each_child.cocci warningsGravatar kernel test robot 1-0/+1
2021-03-23of: overlay: Fix function name disparityGravatar Lee Jones 1-1/+1
2020-04-17of: overlay: kmemleak in dup_and_fixup_symbol_prop()Gravatar Frank Rowand 1-0/+2
2020-01-08of: overlay: Remove blank line between assignment and checkGravatar Geert Uytterhoeven 1-1/+0
2019-12-24of: Rework and simplify phandle cache to use a fixed sizeGravatar Rob Herring 1-10/+0
2019-11-26of: overlay: add_changeset_property() memory leakGravatar Frank Rowand 1-17/+20
2019-01-10of: Remove struct device_node.type pointerGravatar Rob Herring 1-3/+0
2018-11-08of: overlay: set node fields from properties when add new overlay nodeGravatar Frank Rowand 1-5/+24
2018-11-08of: overlay: check prevents multiple fragments touching same propertyGravatar Frank Rowand 1-37/+81
2018-11-08of: overlay: check prevents multiple fragments add or delete same nodeGravatar Frank Rowand 1-9/+49
2018-11-08of: overlay: make all pr_debug() and pr_err() messages uniqueGravatar Frank Rowand 1-5/+7
2018-11-08of: overlay: validate overlay properties #address-cells and #size-cellsGravatar Frank Rowand 1-3/+29
2018-11-08of: overlay: reorder fields in struct fragmentGravatar Frank Rowand 1-1/+1
2018-11-08of: overlay: do not duplicate properties from overlay for new nodesGravatar Frank Rowand 1-1/+1
2018-11-08of: overlay: use prop add changeset entry for property in new nodesGravatar Frank Rowand 1-38/+74
2018-11-08of: overlay: add missing of_node_put() after add new node to changesetGravatar Frank Rowand 1-1/+3
2018-11-08of: overlay: add tests to validate kfrees from overlay removalGravatar Frank Rowand 1-0/+1
2018-09-07of: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-2/+2
2018-07-16of: overlay: update phandle cache on overlay apply and removeGravatar Frank Rowand 1-0/+11
2018-04-26of: overlay: Stop leaking resources on overlay removalGravatar Jan Kiszka 1-9/+21
2018-03-17of: overlay: Fix forgotten reference to of_overlay_apply()Gravatar Geert Uytterhoeven 1-1/+1
2018-03-05of: overlay: do not include path in full_name of added nodesGravatar Frank Rowand 1-3/+15
2018-03-04of: improve reporting invalid overlay target pathGravatar Frank Rowand 1-6/+16
2018-03-04of: change overlay apply input data from unflattened to FDTGravatar Frank Rowand 1-9/+103
2018-01-08of: Use SPDX license tag for DT filesGravatar Rob Herring 1-4/+1
2017-12-08of: overlay: Make node skipping in init_overlay_changeset() clearerGravatar Geert Uytterhoeven 1-10/+11
2017-12-08of: overlay: Fix out-of-bounds write in init_overlay_changeset()Gravatar Geert Uytterhoeven 1-3/+4
2017-12-06of: overlay: Fix (un)locking in of_overlay_apply()Gravatar Geert Uytterhoeven 1-10/+5
2017-12-06of: overlay: Fix memory leak in of_overlay_apply() error pathGravatar Geert Uytterhoeven 1-8/+8
2017-12-06of: overlay: Remove else after gotoGravatar Geert Uytterhoeven 1-15/+12