summaryrefslogtreecommitdiffstats
path: root/drivers/of/base.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-28Merge branch 'dt/cpu-type-rework' into dt/nextRob Herring1-1/+42
2018-09-28of: use for_each_of_cpu_node iteratorRob Herring1-1/+1
2018-09-28of: Support matching cpu nodes with no 'reg' propertyRob Herring1-0/+2
2018-09-28of: Add cpu node iterator for_each_of_cpu_node()Rob Herring1-0/+39
2018-09-19Merge branch 'dt/linus' into HEADRob Herring1-0/+3
2018-09-11of: fix phandle cache creation for DTs with no phandlesRob Herring1-0/+3
2018-09-07of: make PowerMac cache node search conditional on CONFIG_PPC_PMACRob Herring1-1/+1
2018-09-07of: make default address and size cells sizes privateRob Herring0-0/+0
2018-08-30of: add node name compare helper functionsRob Herring1-0/+22
2018-08-29of: add helper to lookup compatible child nodeJohan Hovold1-0/+25
2018-07-16of: overlay: update phandle cache on overlay apply and removeFrank Rowand1-3/+3
2018-03-07of: cache phandle nodes to reduce cost of of_find_node_by_phandle()Frank Rowand1-4/+82
2018-02-12of: Support parsing phandle argument lists through a nexus nodeStephen Boyd1-0/+184
2018-02-01Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+1
2018-01-08of: Use SPDX license tag for DT filesRob Herring1-5/+1
2018-01-02of: Add helper for mapping device node to logical CPU numberSuzuki K Poulose1-0/+26
2017-11-20Merge tag 'devicetree-fixes-for-4.15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2017-11-20of: Document exactly what of_find_node_by_name() putsStephen Boyd1-3/+3
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-134/+1
2017-10-17of: overlay: remove a dependency on device node full_nameFrank Rowand1-1/+1
2017-10-16of: make kobject and bin_attribute support configurableRob Herring1-130/+0
2017-10-16of: fix missing kobject init for !SYSFS && OF_DYNAMIC configRob Herring1-3/+0
2017-10-12of: do not leak console optionsSergey Senozhatsky1-2/+6
2017-07-24of: base: use of_property_read_string()Sergei Shtylyov1-4/+6
2017-07-24of: base: use of_property_read_u32()Sergei Shtylyov1-8/+6
2017-07-18of: Convert to using %pOF instead of full_nameRob Herring1-11/+11
2017-07-05Merge branch 'dt/property-move' into dt/nextRob Herring1-733/+2
2017-07-05Merge branch 'topic/of-graph-base' of git://git.kernel.org/pub/scm/linux/kern...Rob Herring1-0/+2
2017-06-22of: find_node_by_full_name rewrite to compare each levelRob Herring1-10/+19
2017-06-22of: use kbasename instead of open codingRob Herring1-4/+1
2017-06-22of: be consistent in form of file modeFrank Rowand1-1/+1
2017-06-01of: Move OF property and graph API from base.c to property.cSakari Ailus1-733/+0
2017-05-17of_graph: add of_graph_get_endpoint_count()Kuninori Morimoto1-0/+12
2017-05-17of_graph: add of_graph_get_port_parent()Kuninori Morimoto1-8/+22
2017-05-17of_graph: add of_graph_get_remote_endpoint()Kuninori Morimoto1-2/+16
2017-05-17of-graph: export symbol of_phandle_iterator_init/nextKuninori Morimoto1-0/+2
2017-05-05Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+6
2017-05-04of: fix sparse warnings in of_find_next_cache_nodeRob Herring1-7/+6
2017-04-03drivers/of/base.c: Add of_property_read_u64_indexAlistair Popple1-0/+31
2017-02-22Merge tag 'devicetree-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+40
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+26
2017-02-15of: introduce of_graph_get_remote_nodeRob Herring1-0/+37
2017-02-09of: fix of_node leak caused in of_find_node_opts_by_pathQi Hou1-0/+3
2017-01-17of: base: add support to find the level of the last cacheSudeep Holla1-0/+26
2017-01-03OF: Prevent unaligned access in of_alias_scan()Paul Burton1-1/+1
2016-12-15Merge tag 'devicetree-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+6
2016-12-09Revert "of: base: add support to get machine model name"Rob Herring1-32/+0
2016-12-09drivers/of: fix missing pr_cont()s in of_print_phandle_argsMarcin Nowakowski1-3/+6
2016-11-18of: base: add support to get machine model nameSudeep Holla1-0/+32
2016-11-11Revert "console: don't prefer first registered if DT specifies stdout-path"Hans de Goede1-2/+0