summaryrefslogtreecommitdiffstats
path: root/drivers/of/overlay.c
Commit message (Expand)AuthorAgeFilesLines
* of: overlay: Reorder struct fragment fields kerneldocGeert Uytterhoeven2023-10-021-1/+1
* of: overlay: Call of_changeset_init() earlyGeert Uytterhoeven2023-08-231-2/+1
* of: overlay: Extend of_overlay_fdt_apply() to specify the target nodeLizhi Hou2023-08-221-11/+31
* of: overlay: Fix missing of_node_put() in error case of init_overlay_changeset()Kunihiko Hayashi2023-06-091-0/+1
* of: overlay: Fix trivial typoRicardo Ribalda2022-12-261-1/+1
* of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and...ruanjinjie2022-12-111-2/+2
* of: overlay: Simplify of_overlay_fdt_apply() tailGeert Uytterhoeven2022-07-191-7/+2
* of: overlay: Move devicetree_corrupt() check upGeert Uytterhoeven2022-07-191-6/+5
* of: overlay: do not free changeset when of_overlay_apply returns errorFrank Rowand2022-05-031-3/+26
* of: overlay: add entry to of_overlay_action_name[]Frank Rowand2022-05-031-22/+5
* of: overlay: rework overlay apply and remove kfree()sFrank Rowand2022-04-251-138/+125
* of: overlay: rename variables to be consistentFrank Rowand2022-04-251-47/+47
* of: overlay: do not break notify on NOTIFY_{OK|STOP}Nuno Sá2022-04-251-3/+1
* of: overlay: Remove redundant assignment to retJiapeng Chong2021-05-031-3/+0
* Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-281-9/+10
|\
| * of: overlay: Fix kerneldoc warning in of_overlay_remove()Rob Herring2021-04-211-1/+1
| * of: Add missing 'Return' section in kerneldoc commentsRob Herring2021-03-271-8/+8
| * of: overlay: fix for_each_child.cocci warningskernel test robot2021-03-241-0/+1
| * of: overlay: Fix function name disparityLee Jones2021-03-231-1/+1
* | of: unittest: overlay: ensure proper alignment of copied FDTFrank Rowand2021-04-081-8/+14
* | of: properly check for error returned by fdt_get_name()Frank Rowand2021-04-071-1/+1
|/
* of: overlay: kmemleak in dup_and_fixup_symbol_prop()Frank Rowand2020-04-171-0/+2
* of: overlay: Remove blank line between assignment and checkGeert Uytterhoeven2020-01-081-1/+0
* of: Rework and simplify phandle cache to use a fixed sizeRob Herring2019-12-241-10/+0
* of: overlay: add_changeset_property() memory leakFrank Rowand2019-11-261-17/+20
* of: Remove struct device_node.type pointerRob Herring2019-01-101-3/+0
* of: overlay: set node fields from properties when add new overlay nodeFrank Rowand2018-11-081-5/+24
* of: overlay: check prevents multiple fragments touching same propertyFrank Rowand2018-11-081-37/+81
* of: overlay: check prevents multiple fragments add or delete same nodeFrank Rowand2018-11-081-9/+49
* of: overlay: make all pr_debug() and pr_err() messages uniqueFrank Rowand2018-11-081-5/+7
* of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand2018-11-081-3/+29
* of: overlay: reorder fields in struct fragmentFrank Rowand2018-11-081-1/+1
* of: overlay: do not duplicate properties from overlay for new nodesFrank Rowand2018-11-081-1/+1
* of: overlay: use prop add changeset entry for property in new nodesFrank Rowand2018-11-081-38/+74
* of: overlay: add missing of_node_put() after add new node to changesetFrank Rowand2018-11-081-1/+3
* of: overlay: add tests to validate kfrees from overlay removalFrank Rowand2018-11-081-0/+1
* of: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-071-2/+2
* of: overlay: update phandle cache on overlay apply and removeFrank Rowand2018-07-161-0/+11
* of: overlay: Stop leaking resources on overlay removalJan Kiszka2018-04-261-9/+21
* of: overlay: Fix forgotten reference to of_overlay_apply()Geert Uytterhoeven2018-03-171-1/+1
* of: overlay: do not include path in full_name of added nodesFrank Rowand2018-03-051-3/+15
* of: improve reporting invalid overlay target pathFrank Rowand2018-03-041-6/+16
* of: change overlay apply input data from unflattened to FDTFrank Rowand2018-03-041-9/+103
* of: Use SPDX license tag for DT filesRob Herring2018-01-081-4/+1
* of: overlay: Make node skipping in init_overlay_changeset() clearerGeert Uytterhoeven2017-12-081-10/+11
* of: overlay: Fix out-of-bounds write in init_overlay_changeset()Geert Uytterhoeven2017-12-081-3/+4
* of: overlay: Fix (un)locking in of_overlay_apply()Geert Uytterhoeven2017-12-061-10/+5
* of: overlay: Fix memory leak in of_overlay_apply() error pathGeert Uytterhoeven2017-12-061-8/+8
* of: overlay: Remove else after gotoGeert Uytterhoeven2017-12-061-15/+12
* of: Spelling s/changset/changeset/Geert Uytterhoeven2017-12-061-4/+4