summaryrefslogtreecommitdiffstats
path: root/drivers/of/dynamic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-171-21/+16
|\
| * of: Use scope based kfree() cleanupsRob Herring2024-04-151-7/+4
| * of: Add a helper to free property structRob Herring2024-04-151-14/+12
* | of: dynamic: Synchronize of_changeset_destroy() with the devlink removalsHerve Codina2024-03-261-0/+12
|/
* Merge tag 'devicetree-fixes-for-6.7-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-12-071-2/+3
|\
| * of: dynamic: Fix of_reconfig_get_state_change() return value documentationLuca Ceresoli2023-11-271-2/+3
* | of: dynamic: Fix potential memory leak in of_changeset_action()Dan Carpenter2023-09-111-3/+3
|/
* of: dynamic: Add interfaces for creating device node dynamicallyLizhi Hou2023-08-221-0/+164
* of: Refactor node and property manipulation function lockingRob Herring2023-08-211-35/+16
* of: dynamic: Move dead property list check into property add/update functionsRob Herring2023-08-211-19/+0
* of: dynamic: Fix race in getting old property when updating propertyRob Herring2023-08-211-5/+2
* of: dynamic: Refactor changeset action printing to common helpersRob Herring2023-08-211-42/+11
* of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lockRob Herring2023-08-211-22/+9
* Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-131-0/+1
|\
| * treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven2023-04-111-0/+1
* | of: dynamic: Fix spelling mistake "kojbect" -> "kobject"Colin Ian King2023-02-211-1/+1
* | of: dynamic: add lifecycle docbook info to node creation functionsFrank Rowand2023-02-201-1/+2
* | of: add consistency check to of_node_release()Frank Rowand2023-02-201-0/+4
* | of: do not use "%pOF" printk format on node with refcount of zeroFrank Rowand2023-02-201-1/+9
* | of: unittest: add node lifecycle testsFrank Rowand2023-02-201-1/+13
|/
* of: Add missing 'Return' section in kerneldoc commentsRob Herring2021-03-271-7/+12
* of: dynamic: Fix incorrect parameter name and provide missing descriptionsLee Jones2021-03-231-1/+3
* driver core: Add fwnode link supportSaravana Kannan2020-12-091-0/+1
* of: of_detach_node() remove unneeded local return variableDing Xiang2020-04-141-2/+1
* of: Rework and simplify phandle cache to use a fixed sizeRob Herring2019-12-241-1/+1
* of: Remove struct device_node.type pointerRob Herring2019-01-101-3/+0
* of: __of_detach_node() - remove node from phandle cacheFrank Rowand2018-12-211-0/+3
* of: overlay: set node fields from properties when add new overlay nodeFrank Rowand2018-11-081-9/+18
* of: overlay: add missing of_node_get() in __of_attach_node_sysfsFrank Rowand2018-11-081-3/+0
* of: overlay: add tests to validate kfrees from overlay removalFrank Rowand2018-11-081-0/+29
* of: overlay: do not include path in full_name of added nodesFrank Rowand2018-03-051-11/+10
* of: Use SPDX license tag for DT filesRob Herring2018-01-081-0/+1
* of: Spelling s/changset/changeset/Geert Uytterhoeven2017-12-061-2/+2
* of: dynamic: fix memory leak related to properties of __of_node_dupLixin Wang2017-10-231-12/+14
* of: overlay: detect cases where device tree may become corruptFrank Rowand2017-10-171-20/+115
* of: overlay: rename identifiers to more reflect what they doFrank Rowand2017-10-171-1/+1
* of: make kobject and bin_attribute support configurableRob Herring2017-10-161-22/+0
* of: move kobj_to_device_node() into dynamic.cRob Herring2017-10-161-0/+5
* of: Convert to using %pOF instead of full_nameRob Herring2017-07-181-17/+16
* of: make __of_attach_node() staticFrank Rowand2017-06-221-1/+1
* of: use pr_fmt prefix for all console printingRob Herring2016-07-181-23/+24
* of: fix memory leak related to safe_name()Frank Rowand2016-06-241-1/+1
* of: dynamic: changeset prop-update revert fixPantelis Antoniou2016-05-161-0/+5
* drivers/of: Export of_detach_node()Gavin Shan2016-05-161-0/+1
* drivers/of: Export OF changeset functionsGavin Shan2016-01-131-19/+46
* of/dynamic: Fix test for PPC_PSERIESGeert Uytterhoeven2015-06-051-1/+1
* of/reconfig: Always use the same structure for notifiersGrant Likely2014-11-241-20/+21
* of/reconfig: Add debug output for OF_RECONFIG notifiersGrant Likely2014-11-241-16/+32
* of/reconfig: Add of_reconfig_get_state_change() of notifier helper.Pantelis Antoniou2014-11-241-0/+96
* of: Refactor __of_node_alloc() into __of_node_dup()Grant Likely2014-11-241-11/+29