summaryrefslogtreecommitdiff
path: root/drivers/of/of_private.h
AgeCommit message (Expand)Author
2023-08-04of: Move of_platform_register_reconfig_notifier() into DT coreRob Herring
2023-04-10of: Make devtree_lock declaration privateRob Herring
2022-09-30of: Fix "dma-ranges" handling for bus controllersRobin Murphy
2021-10-20of: kobj: make of_node_is_(initialized|attached) parameters constNathan Lynch
2021-10-06of: remove duplicate declarations of __of_*_sysfs() functionsZev Weiss
2021-06-02of: Move reserved memory private function declarationsRob Herring
2021-04-08of: unittest: overlay: ensure proper alignment of copied FDTFrank Rowand
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan
2020-03-31of: of_private.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-12-24of: Rework and simplify phandle cache to use a fixed sizeRob Herring
2019-10-08of: Factor out #{addr,size}-cells parsingRobin Murphy
2019-10-08of: Make of_dma_get_range() privateRob Herring
2018-12-21of: __of_detach_node() - remove node from phandle cacheFrank Rowand
2018-09-07of: make default address and size cells sizes privateRob Herring
2018-07-16of: overlay: update phandle cache on overlay apply and removeFrank Rowand
2018-03-07of: cache phandle nodes to reduce cost of of_find_node_by_phandle()Frank Rowand
2018-03-05of: overlay: do not include path in full_name of added nodesFrank Rowand
2018-01-08of: Use SPDX license tag for DT filesRob Herring
2017-10-17of: overlay: remove a dependency on device node full_nameFrank Rowand
2017-10-17of: overlay: avoid race condition between applying multiple overlaysFrank Rowand
2017-10-17of: overlay: detect cases where device tree may become corruptFrank Rowand
2017-10-16of: make kobject and bin_attribute support configurableRob Herring
2017-10-16of: move kobj_to_device_node() into dynamic.cRob Herring
2017-06-22of: find_node_by_full_name rewrite to compare each levelRob Herring
2017-06-22of: make __of_attach_node() staticFrank Rowand
2017-04-28of: fix unittest build without CONFIG_OF_OVERLAYArnd Bergmann
2017-04-27of: Add unit tests for applying overlaysFrank Rowand
2016-06-24of: fix memory leak related to safe_name()Frank Rowand
2016-01-13drivers/of: Export OF changeset functionsGavin Shan
2014-11-24of: Refactor __of_node_alloc() into __of_node_dup()Grant Likely
2014-11-24of: Use vargs in __of_node_allocGrant Likely
2014-07-23of: Transactional DT support.Pantelis Antoniou
2014-07-23of: Reorder device tree changes and notifiersGrant Likely
2014-07-23of: Move dynamic node fixups out of powerpc and into common codeGrant Likely
2014-07-23of: Make devicetree sysfs update functions consistent.Grant Likely
2014-07-16of: Create unlocked versions of node and property add/remove functionsPantelis Antoniou
2014-07-16OF: Utility helper functions for dynamic nodesPantelis Antoniou
2014-07-07of: Move CONFIG_OF_DYNAMIC code into a separate fileGrant Likely
2014-07-07of: rename of_aliases_mutex to just of_mutexPantelis Antoniou
2013-02-06of: Output devicetree alias names in ueventStepan Moskovchenko