summaryrefslogtreecommitdiffstats
path: root/drivers/of/dynamic.c
AgeCommit message (Expand)AuthorLines
2024-11-27of: dynamic: Add of_changeset_update_prop_stringChen-Yu Tsai-0/+44
2024-10-15of: Constify of_changeset_entry function argumentsRob Herring (Arm)-2/+2
2024-07-08of: dynamic: Introduce of_changeset_add_prop_bool()Herve Codina-0/+25
2024-07-08of: dynamic: Constify parameter in of_changeset_add_prop_string_array()Herve Codina-1/+1
2024-05-17Merge tag 'devicetree-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-21/+16
2024-04-15of: Use scope based kfree() cleanupsRob Herring-7/+4
2024-04-15of: Add a helper to free property structRob Herring-14/+12
2024-03-26of: dynamic: Synchronize of_changeset_destroy() with the devlink removalsHerve Codina-0/+12
2023-12-07Merge tag 'devicetree-fixes-for-6.7-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+3
2023-11-27of: dynamic: Fix of_reconfig_get_state_change() return value documentationLuca Ceresoli-2/+3
2023-09-11of: dynamic: Fix potential memory leak in of_changeset_action()Dan Carpenter-3/+3
2023-08-22of: dynamic: Add interfaces for creating device node dynamicallyLizhi Hou-0/+164
2023-08-21of: Refactor node and property manipulation function lockingRob Herring-35/+16
2023-08-21of: dynamic: Move dead property list check into property add/update functionsRob Herring-19/+0
2023-08-21of: dynamic: Fix race in getting old property when updating propertyRob Herring-5/+2
2023-08-21of: dynamic: Refactor changeset action printing to common helpersRob Herring-42/+11
2023-08-21of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lockRob Herring-22/+9
2023-04-13Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2023-04-11treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven-0/+1
2023-02-21of: dynamic: Fix spelling mistake "kojbect" -> "kobject"Colin Ian King-1/+1
2023-02-20of: dynamic: add lifecycle docbook info to node creation functionsFrank Rowand-1/+2
2023-02-20of: add consistency check to of_node_release()Frank Rowand-0/+4
2023-02-20of: do not use "%pOF" printk format on node with refcount of zeroFrank Rowand-1/+9
2023-02-20of: unittest: add node lifecycle testsFrank Rowand-1/+13
2021-03-27of: Add missing 'Return' section in kerneldoc commentsRob Herring-7/+12
2021-03-23of: dynamic: Fix incorrect parameter name and provide missing descriptionsLee Jones-1/+3
2020-12-09driver core: Add fwnode link supportSaravana Kannan-0/+1
2020-04-14of: of_detach_node() remove unneeded local return variableDing Xiang-2/+1
2019-12-24of: Rework and simplify phandle cache to use a fixed sizeRob Herring-1/+1
2019-01-10of: Remove struct device_node.type pointerRob Herring-3/+0
2018-12-21of: __of_detach_node() - remove node from phandle cacheFrank Rowand-0/+3
2018-11-08of: overlay: set node fields from properties when add new overlay nodeFrank Rowand-9/+18
2018-11-08of: overlay: add missing of_node_get() in __of_attach_node_sysfsFrank Rowand-3/+0
2018-11-08of: overlay: add tests to validate kfrees from overlay removalFrank Rowand-0/+29
2018-03-05of: overlay: do not include path in full_name of added nodesFrank Rowand-11/+10
2018-01-08of: Use SPDX license tag for DT filesRob Herring-0/+1
2017-12-06of: Spelling s/changset/changeset/Geert Uytterhoeven-2/+2
2017-10-23of: dynamic: fix memory leak related to properties of __of_node_dupLixin Wang-12/+14
2017-10-17of: overlay: detect cases where device tree may become corruptFrank Rowand-20/+115
2017-10-17of: overlay: rename identifiers to more reflect what they doFrank Rowand-1/+1
2017-10-16of: make kobject and bin_attribute support configurableRob Herring-22/+0
2017-10-16of: move kobj_to_device_node() into dynamic.cRob Herring-0/+5
2017-07-18of: Convert to using %pOF instead of full_nameRob Herring-17/+16
2017-06-22of: make __of_attach_node() staticFrank Rowand-1/+1
2016-07-18of: use pr_fmt prefix for all console printingRob Herring-23/+24
2016-06-24of: fix memory leak related to safe_name()Frank Rowand-1/+1
2016-05-16of: dynamic: changeset prop-update revert fixPantelis Antoniou-0/+5
2016-05-16drivers/of: Export of_detach_node()Gavin Shan-0/+1
2016-01-13drivers/of: Export OF changeset functionsGavin Shan-19/+46
2015-06-05of/dynamic: Fix test for PPC_PSERIESGeert Uytterhoeven-1/+1