Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-27of: Add missing 'Return' section in kerneldoc commentsRob Herring
2021-03-24of: dynamic: Fix incorrect parameter name and provide missing descriptionsLee Jones
2020-12-09driver core: Add fwnode link supportSaravana Kannan
2020-04-14of: of_detach_node() remove unneeded local return variableDing Xiang
2019-12-25of: Rework and simplify phandle cache to use a fixed sizeRob Herring
2019-01-11of: Remove struct device_node.type pointerRob Herring
2018-12-21of: __of_detach_node() - remove node from phandle cacheFrank Rowand
2018-11-09of: overlay: set node fields from properties when add new overlay nodeFrank Rowand
2018-11-09of: overlay: add missing of_node_get() in __of_attach_node_sysfsFrank Rowand
2018-11-09of: overlay: add tests to validate kfrees from overlay removalFrank Rowand
2018-03-06of: overlay: do not include path in full_name of added nodesFrank Rowand
2018-01-08of: Use SPDX license tag for DT filesRob Herring
2017-12-06of: Spelling s/changset/changeset/Geert Uytterhoeven
2017-10-23of: dynamic: fix memory leak related to properties of __of_node_dupLixin Wang
2017-10-18of: overlay: detect cases where device tree may become corruptFrank Rowand
2017-10-18of: overlay: rename identifiers to more reflect what they doFrank 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-07-19of: Convert to using %pOF instead of full_nameRob Herring
2017-06-22of: make __of_attach_node() staticFrank Rowand
2016-07-19of: use pr_fmt prefix for all console printingRob Herring
2016-06-24of: fix memory leak related to safe_name()Frank Rowand
2016-05-16of: dynamic: changeset prop-update revert fixPantelis Antoniou
2016-05-16drivers/of: Export of_detach_node()Gavin Shan
2016-01-14drivers/of: Export OF changeset functionsGavin Shan
2015-06-05of/dynamic: Fix test for PPC_PSERIESGeert Uytterhoeven
2014-11-25of/reconfig: Always use the same structure for notifiersGrant Likely
2014-11-25of/reconfig: Add debug output for OF_RECONFIG notifiersGrant Likely
2014-11-25of/reconfig: Add of_reconfig_get_state_change() of notifier helper.Pantelis Antoniou
2014-11-25of: Refactor __of_node_alloc() into __of_node_dup()Grant Likely
2014-11-25of: Use vargs in __of_node_allocGrant Likely
2014-11-24Merge tag 'v3.18-rc6' into devicetree/nextGrant Likely
2014-11-18of: Spelling s/stucture/structure/Geert Uytterhoeven
2014-11-04of: Eliminate of_allnodes listGrant Likely
2014-09-08of: Disabling OF functions that use sysfs if CONFIG_SYSFS disabledGaurav Minocha
2014-07-31of: typo fix in __of_prop_dup()Grant Likely
2014-07-24of: Transactional DT support.Pantelis Antoniou
2014-07-24of: Reorder device tree changes and notifiersGrant Likely
2014-07-24of: Move dynamic node fixups out of powerpc and into common codeGrant Likely
2014-07-24of: Make sure attached nodes don't carry along extra childrenGrant Likely
2014-07-24of: 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