aboutsummaryrefslogtreecommitdiff
path: root/drivers/of/dynamic.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-10of: Remove struct device_node.type pointerGravatar Rob Herring 1-3/+0
2018-12-21of: __of_detach_node() - remove node from phandle cacheGravatar Frank Rowand 1-0/+3
2018-11-08of: overlay: set node fields from properties when add new overlay nodeGravatar Frank Rowand 1-9/+18
2018-11-08of: overlay: add missing of_node_get() in __of_attach_node_sysfsGravatar Frank Rowand 1-3/+0
2018-11-08of: overlay: add tests to validate kfrees from overlay removalGravatar Frank Rowand 1-0/+29
2018-03-05of: overlay: do not include path in full_name of added nodesGravatar Frank Rowand 1-11/+10
2018-01-08of: Use SPDX license tag for DT filesGravatar Rob Herring 1-0/+1
2017-12-06of: Spelling s/changset/changeset/Gravatar Geert Uytterhoeven 1-2/+2
2017-10-23of: dynamic: fix memory leak related to properties of __of_node_dupGravatar Lixin Wang 1-12/+14
2017-10-17of: overlay: detect cases where device tree may become corruptGravatar Frank Rowand 1-20/+115
2017-10-17of: overlay: rename identifiers to more reflect what they doGravatar Frank Rowand 1-1/+1
2017-10-16of: make kobject and bin_attribute support configurableGravatar Rob Herring 1-22/+0
2017-10-16of: move kobj_to_device_node() into dynamic.cGravatar Rob Herring 1-0/+5
2017-07-18of: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-17/+16
2017-06-22of: make __of_attach_node() staticGravatar Frank Rowand 1-1/+1
2016-07-18of: use pr_fmt prefix for all console printingGravatar Rob Herring 1-23/+24
2016-06-24of: fix memory leak related to safe_name()Gravatar Frank Rowand 1-1/+1
2016-05-16of: dynamic: changeset prop-update revert fixGravatar Pantelis Antoniou 1-0/+5
2016-05-16drivers/of: Export of_detach_node()Gravatar Gavin Shan 1-0/+1
2016-01-13drivers/of: Export OF changeset functionsGravatar Gavin Shan 1-19/+46
2015-06-05of/dynamic: Fix test for PPC_PSERIESGravatar Geert Uytterhoeven 1-1/+1
2014-11-24of/reconfig: Always use the same structure for notifiersGravatar Grant Likely 1-20/+21
2014-11-24of/reconfig: Add debug output for OF_RECONFIG notifiersGravatar Grant Likely 1-16/+32
2014-11-24of/reconfig: Add of_reconfig_get_state_change() of notifier helper.Gravatar Pantelis Antoniou 1-0/+96
2014-11-24of: Refactor __of_node_alloc() into __of_node_dup()Gravatar Grant Likely 1-11/+29
2014-11-24of: Use vargs in __of_node_allocGravatar Grant Likely 1-8/+8
2014-11-24Merge tag 'v3.18-rc6' into devicetree/nextGravatar Grant Likely 1-1/+1
2014-11-18of: Spelling s/stucture/structure/Gravatar Geert Uytterhoeven 1-1/+1
2014-11-04of: Eliminate of_allnodes listGravatar Grant Likely 1-13/+0
2014-09-08of: Disabling OF functions that use sysfs if CONFIG_SYSFS disabledGravatar Gaurav Minocha 1-0/+3
2014-07-30of: typo fix in __of_prop_dup()Gravatar Grant Likely 1-1/+1
2014-07-23of: Transactional DT support.Gravatar Pantelis Antoniou 1-0/+344
2014-07-23of: Reorder device tree changes and notifiersGravatar Grant Likely 1-10/+8
2014-07-23of: Move dynamic node fixups out of powerpc and into common codeGravatar Grant Likely 1-0/+13
2014-07-23of: Make sure attached nodes don't carry along extra childrenGravatar Grant Likely 1-0/+1
2014-07-23of: Make devicetree sysfs update functions consistent.Gravatar Grant Likely 1-3/+9
2014-07-16of: Create unlocked versions of node and property add/remove functionsGravatar Pantelis Antoniou 1-29/+34
2014-07-16OF: Utility helper functions for dynamic nodesGravatar Pantelis Antoniou 1-0/+77
2014-07-07of: Move CONFIG_OF_DYNAMIC code into a separate fileGravatar Grant Likely 1-0/+216