aboutsummaryrefslogtreecommitdiff
path: root/drivers/of/of_private.h
AgeCommit message (Expand)AuthorFilesLines
2021-10-20of: kobj: make of_node_is_(initialized|attached) parameters constGravatar Nathan Lynch 1-1/+1
2021-10-06of: remove duplicate declarations of __of_*_sysfs() functionsGravatar Zev Weiss 1-8/+0
2021-06-02of: Move reserved memory private function declarationsGravatar Rob Herring 1-0/+4
2021-04-08of: unittest: overlay: ensure proper alignment of copied FDTGravatar Frank Rowand 1-0/+2
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetGravatar Jim Quinlan 1-5/+6
2020-03-31of: of_private.h: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2019-12-24of: Rework and simplify phandle cache to use a fixed sizeGravatar Rob Herring 1-5/+1
2019-10-08of: Factor out #{addr,size}-cells parsingGravatar Robin Murphy 1-0/+3
2019-10-08of: Make of_dma_get_range() privateGravatar Rob Herring 1-0/+11
2018-12-21of: __of_detach_node() - remove node from phandle cacheGravatar Frank Rowand 1-0/+4
2018-09-07of: make default address and size cells sizes privateGravatar Rob Herring 1-0/+8
2018-07-16of: overlay: update phandle cache on overlay apply and removeGravatar Frank Rowand 1-0/+2
2018-03-07of: cache phandle nodes to reduce cost of of_find_node_by_phandle()Gravatar Frank Rowand 1-0/+3
2018-03-05of: overlay: do not include path in full_name of added nodesGravatar Frank Rowand 1-1/+2
2018-01-08of: Use SPDX license tag for DT filesGravatar Rob Herring 1-5/+1
2017-10-17of: overlay: remove a dependency on device node full_nameGravatar Frank Rowand 1-0/+2
2017-10-17of: overlay: avoid race condition between applying multiple overlaysGravatar Frank Rowand 1-0/+12
2017-10-17of: overlay: detect cases where device tree may become corruptGravatar Frank Rowand 1-2/+6
2017-10-16of: make kobject and bin_attribute support configurableGravatar Rob Herring 1-0/+23
2017-10-16of: move kobj_to_device_node() into dynamic.cGravatar Rob Herring 1-6/+0
2017-06-22of: find_node_by_full_name rewrite to compare each levelGravatar Rob Herring 1-0/+3
2017-06-22of: make __of_attach_node() staticGravatar Frank Rowand 1-1/+0
2017-04-28of: fix unittest build without CONFIG_OF_OVERLAYGravatar Arnd Bergmann 1-1/+1
2017-04-27of: Add unit tests for applying overlaysGravatar Frank Rowand 1-0/+12
2016-06-24of: fix memory leak related to safe_name()Gravatar Frank Rowand 1-0/+3
2016-01-13drivers/of: Export OF changeset functionsGravatar Gavin Shan 1-0/+2
2014-11-24of: Refactor __of_node_alloc() into __of_node_dup()Gravatar Grant Likely 1-1/+1
2014-11-24of: Use vargs in __of_node_allocGravatar Grant Likely 1-1/+1
2014-07-23of: Transactional DT support.Gravatar Pantelis Antoniou 1-0/+9
2014-07-23of: Reorder device tree changes and notifiersGravatar Grant Likely 1-2/+2
2014-07-23of: Move dynamic node fixups out of powerpc and into common codeGravatar Grant Likely 1-0/+2
2014-07-23of: Make devicetree sysfs update functions consistent.Gravatar Grant Likely 1-0/+10
2014-07-16of: Create unlocked versions of node and property add/remove functionsGravatar Pantelis Antoniou 1-0/+8
2014-07-16OF: Utility helper functions for dynamic nodesGravatar Pantelis Antoniou 1-0/+10
2014-07-07of: Move CONFIG_OF_DYNAMIC code into a separate fileGravatar Grant Likely 1-0/+18
2014-07-07of: rename of_aliases_mutex to just of_mutexGravatar Pantelis Antoniou 1-1/+1
2013-02-06of: Output devicetree alias names in ueventGravatar Stepan Moskovchenko 1-0/+36