aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/overlay.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-19of: overlay: Simplify of_overlay_fdt_apply() tailGeert Uytterhoeven1-7/+2
2022-07-19of: overlay: Move devicetree_corrupt() check upGeert Uytterhoeven1-6/+5
2022-05-03of: overlay: do not free changeset when of_overlay_apply returns errorFrank Rowand1-3/+26
2022-05-03of: overlay: add entry to of_overlay_action_name[]Frank Rowand1-22/+5
2022-04-25of: overlay: rework overlay apply and remove kfree()sFrank Rowand1-138/+125
2022-04-25of: overlay: rename variables to be consistentFrank Rowand1-47/+47
2022-04-25of: overlay: do not break notify on NOTIFY_{OK|STOP}Nuno Sá1-3/+1
2021-05-03of: overlay: Remove redundant assignment to retJiapeng Chong1-3/+0
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-9/+10
2021-04-21of: overlay: Fix kerneldoc warning in of_overlay_remove()Rob Herring1-1/+1
2021-04-08of: unittest: overlay: ensure proper alignment of copied FDTFrank Rowand1-8/+14
2021-04-07of: properly check for error returned by fdt_get_name()Frank Rowand1-1/+1
2021-03-27of: Add missing 'Return' section in kerneldoc commentsRob Herring1-8/+8
2021-03-24of: overlay: fix for_each_child.cocci warningskernel test robot1-0/+1
2021-03-23of: overlay: Fix function name disparityLee Jones1-1/+1
2020-04-17of: overlay: kmemleak in dup_and_fixup_symbol_prop()Frank Rowand1-0/+2
2020-01-08of: overlay: Remove blank line between assignment and checkGeert Uytterhoeven1-1/+0
2019-12-24of: Rework and simplify phandle cache to use a fixed sizeRob Herring1-10/+0
2019-11-26of: overlay: add_changeset_property() memory leakFrank Rowand1-17/+20
2019-01-10of: Remove struct device_node.type pointerRob Herring1-3/+0
2018-11-08of: overlay: set node fields from properties when add new overlay nodeFrank Rowand1-5/+24
2018-11-08of: overlay: check prevents multiple fragments touching same propertyFrank Rowand1-37/+81
2018-11-08of: overlay: check prevents multiple fragments add or delete same nodeFrank Rowand1-9/+49
2018-11-08of: overlay: make all pr_debug() and pr_err() messages uniqueFrank Rowand1-5/+7
2018-11-08of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand1-3/+29
2018-11-08of: overlay: reorder fields in struct fragmentFrank Rowand1-1/+1
2018-11-08of: overlay: do not duplicate properties from overlay for new nodesFrank Rowand1-1/+1
2018-11-08of: overlay: use prop add changeset entry for property in new nodesFrank Rowand1-38/+74
2018-11-08of: overlay: add missing of_node_put() after add new node to changesetFrank Rowand1-1/+3
2018-11-08of: overlay: add tests to validate kfrees from overlay removalFrank Rowand1-0/+1
2018-09-07of: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-07-16of: overlay: update phandle cache on overlay apply and removeFrank Rowand1-0/+11
2018-04-26of: overlay: Stop leaking resources on overlay removalJan Kiszka1-9/+21
2018-03-17of: overlay: Fix forgotten reference to of_overlay_apply()Geert Uytterhoeven1-1/+1
2018-03-05of: overlay: do not include path in full_name of added nodesFrank Rowand1-3/+15
2018-03-04of: improve reporting invalid overlay target pathFrank Rowand1-6/+16
2018-03-04of: change overlay apply input data from unflattened to FDTFrank Rowand1-9/+103
2018-01-08of: Use SPDX license tag for DT filesRob Herring1-4/+1
2017-12-08of: overlay: Make node skipping in init_overlay_changeset() clearerGeert Uytterhoeven1-10/+11
2017-12-08of: overlay: Fix out-of-bounds write in init_overlay_changeset()Geert Uytterhoeven1-3/+4
2017-12-06of: overlay: Fix (un)locking in of_overlay_apply()Geert Uytterhoeven1-10/+5
2017-12-06of: overlay: Fix memory leak in of_overlay_apply() error pathGeert Uytterhoeven1-8/+8
2017-12-06of: overlay: Remove else after gotoGeert Uytterhoeven1-15/+12
2017-12-06of: Spelling s/changset/changeset/Geert Uytterhoeven1-4/+4
2017-10-19of: overlay: make pr_err() string uniqueFrank Rowand1-1/+1
2017-10-19of: overlay: pr_err from return NOTIFY_OK to overlay apply/removeFrank Rowand1-1/+1
2017-10-17of: overlay: remove unneeded check for NULL kbasename()Frank Rowand1-2/+0
2017-10-17of: overlay: remove a dependency on device node full_nameFrank Rowand1-34/+56
2017-10-17of: overlay: simplify applying symbols from an overlayFrank Rowand1-26/+65
2017-10-17of: overlay: avoid race condition between applying multiple overlaysFrank Rowand1-0/+32