summaryrefslogtreecommitdiffstats
path: root/drivers/of/base.c
AgeCommit message (Expand)AuthorLines
2019-04-10of: Improve of_phandle_iterator_next() error messageFlorian Fainelli-2/+3
2018-12-21of: __of_detach_node() - remove node from phandle cacheFrank Rowand-1/+30
2018-12-21of: of_node_get()/of_node_put() nodes held in phandle cacheFrank Rowand-24/+46
2018-12-05of: Use of_node_name_eq for node name comparisonsRob Herring-4/+3
2018-11-27of: Use device_type helpers to access the node typeRob Herring-6/+12
2018-11-01Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-2/+0
2018-11-01of: Fix cpu node iterator to not ignore disabled cpu nodesRob Herring-2/+0
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+54
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+45
2018-10-22of: Add missing exports of node name compare functionsRob Herring-0/+2
2018-10-15of: base: Change logic in of_alias_get_alias_list()Michal Simek-10/+12
2018-10-15of: base: Fix english spelling in of_alias_get_alias_list()Michal Simek-3/+3
2018-09-28Merge branch 'dt/cpu-type-rework' into dt/nextRob Herring-1/+42
2018-09-28of: use for_each_of_cpu_node iteratorRob Herring-1/+1
2018-09-28of: Support matching cpu nodes with no 'reg' propertyRob Herring-0/+2
2018-09-28of: Add cpu node iterator for_each_of_cpu_node()Rob Herring-0/+39
2018-09-25iommu/of: make of_pci_map_rid() available for other devices tooNipun Gupta-0/+102
2018-09-20of: base: Introduce of_alias_get_alias_list() to check alias IDsMichal Simek-0/+52
2018-09-19Merge branch 'dt/linus' into HEADRob Herring-0/+3
2018-09-11of: fix phandle cache creation for DTs with no phandlesRob Herring-0/+3
2018-09-07of: make PowerMac cache node search conditional on CONFIG_PPC_PMACRob Herring-1/+1
2018-08-30of: add node name compare helper functionsRob Herring-0/+22
2018-08-29of: add helper to lookup compatible child nodeJohan Hovold-0/+25
2018-07-16of: overlay: update phandle cache on overlay apply and removeFrank Rowand-3/+3
2018-03-07of: cache phandle nodes to reduce cost of of_find_node_by_phandle()Frank Rowand-4/+82
2018-02-12of: Support parsing phandle argument lists through a nexus nodeStephen Boyd-0/+184
2018-02-01Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+1
2018-01-08of: Use SPDX license tag for DT filesRob Herring-5/+1
2018-01-02of: Add helper for mapping device node to logical CPU numberSuzuki K Poulose-0/+26
2017-11-20Merge tag 'devicetree-fixes-for-4.15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+3
2017-11-20of: Document exactly what of_find_node_by_name() putsStephen Boyd-3/+3
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-134/+1
2017-10-17of: overlay: remove a dependency on device node full_nameFrank Rowand-1/+1
2017-10-16of: make kobject and bin_attribute support configurableRob Herring-130/+0
2017-10-16of: fix missing kobject init for !SYSFS && OF_DYNAMIC configRob Herring-3/+0
2017-10-12of: do not leak console optionsSergey Senozhatsky-2/+6
2017-07-24of: base: use of_property_read_string()Sergei Shtylyov-4/+6
2017-07-24of: base: use of_property_read_u32()Sergei Shtylyov-8/+6
2017-07-18of: Convert to using %pOF instead of full_nameRob Herring-11/+11
2017-07-05Merge branch 'dt/property-move' into dt/nextRob Herring-733/+2
2017-07-05Merge branch 'topic/of-graph-base' of git://git.kernel.org/pub/scm/linux/kern...Rob Herring-0/+2
2017-06-22of: find_node_by_full_name rewrite to compare each levelRob Herring-10/+19
2017-06-22of: use kbasename instead of open codingRob Herring-4/+1
2017-06-22of: be consistent in form of file modeFrank Rowand-1/+1
2017-06-01of: Move OF property and graph API from base.c to property.cSakari Ailus-733/+0
2017-05-17of_graph: add of_graph_get_endpoint_count()Kuninori Morimoto-0/+12
2017-05-17of_graph: add of_graph_get_port_parent()Kuninori Morimoto-8/+22
2017-05-17of_graph: add of_graph_get_remote_endpoint()Kuninori Morimoto-2/+16
2017-05-17of-graph: export symbol of_phandle_iterator_init/nextKuninori Morimoto-0/+2
2017-05-05Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+6