1. 5801169 of: __of_detach_node() - remove node from phandle cache by Frank Rowand · 6 years ago
  2. b8a9ac1 of: of_node_get()/of_node_put() nodes held in phandle cache by Frank Rowand · 6 years ago
  3. b3e46d1 of: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
  4. e8b1dee2 of: Use device_type helpers to access the node type by Rob Herring · 6 years ago
  5. 34c7685 Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  6. c961cb3 of: Fix cpu node iterator to not ignore disabled cpu nodes by Rob Herring · 6 years ago
  7. 5bd4af3 Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  8. b27186a Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  9. 173ee39 of: Add missing exports of node name compare functions by Rob Herring · 6 years ago
  10. 59eaeba of: base: Change logic in of_alias_get_alias_list() by Michal Simek · 6 years ago
  11. 7acf79b of: base: Fix english spelling in of_alias_get_alias_list() by Michal Simek · 6 years ago
  12. 389d0a8 Merge branch 'dt/cpu-type-rework' into dt/next by Rob Herring · 6 years ago
  13. 651d44f of: use for_each_of_cpu_node iterator by Rob Herring · 6 years ago
  14. 6487c15 of: Support matching cpu nodes with no 'reg' property by Rob Herring · 6 years ago
  15. f1f207e of: Add cpu node iterator for_each_of_cpu_node() by Rob Herring · 6 years ago
  16. 2a6db71 iommu/of: make of_pci_map_rid() available for other devices too by Nipun Gupta · 6 years ago
  17. b1078c3 of: base: Introduce of_alias_get_alias_list() to check alias IDs by Michal Simek · 6 years ago
  18. 362ce2b Merge branch 'dt/linus' into HEAD by Rob Herring · 6 years ago
  19. e54192b of: fix phandle cache creation for DTs with no phandles by Rob Herring · 6 years ago
  20. f6707fd of: make PowerMac cache node search conditional on CONFIG_PPC_PMAC by Rob Herring · 6 years ago
  21. f42b0e18 of: add node name compare helper functions by Rob Herring · 6 years ago
  22. 36156f9 of: add helper to lookup compatible child node by Johan Hovold · 6 years ago
  23. b9952b5 of: overlay: update phandle cache on overlay apply and remove by Frank Rowand · 7 years ago
  24. 0b3ce78 of: cache phandle nodes to reduce cost of of_find_node_by_phandle() by Frank Rowand · 7 years ago
  25. bd6f2fd of: Support parsing phandle argument lists through a nexus node by Stephen Boyd · 7 years ago
  26. 2bed266 Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  27. af6074f of: Use SPDX license tag for DT files by Rob Herring · 7 years ago
  28. a0e71cd of: Add helper for mapping device node to logical CPU number by Suzuki K Poulose · 7 years ago
  29. c633e89 Merge tag 'devicetree-fixes-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  30. 02a876b of: Document exactly what of_find_node_by_name() puts by Stephen Boyd · 7 years ago
  31. 37cb8e1 Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  32. e0a58f3 of: overlay: remove a dependency on device node full_name by Frank Rowand · 7 years ago
  33. b56b552 of: make kobject and bin_attribute support configurable by Rob Herring · 7 years ago
  34. bd82bbf of: fix missing kobject init for !SYSFS && OF_DYNAMIC config by Rob Herring · 7 years ago
  35. db179e0 of: do not leak console options by Sergey Senozhatsky · 7 years ago
  36. b0d9d92 of: base: use of_property_read_string() by Sergei Shtylyov · 8 years ago
  37. 8832963 of: base: use of_property_read_u32() by Sergei Shtylyov · 8 years ago
  38. 0d638a0 of: Convert to using %pOF instead of full_name by Rob Herring · 8 years ago
  39. a4485b5 Merge branch 'dt/property-move' into dt/next by Rob Herring · 8 years ago
  40. b8ba92b Merge branch 'topic/of-graph-base' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into dt/property-move by Rob Herring · 8 years ago
  41. 27497e1 of: find_node_by_full_name rewrite to compare each level by Rob Herring · 8 years ago
  42. 95e6b1f of: use kbasename instead of open coding by Rob Herring · 8 years ago
  43. 7ace5f4 of: be consistent in form of file mode by Frank Rowand · 8 years ago
  44. 1df09bc of: Move OF property and graph API from base.c to property.c by Sakari Ailus · 8 years ago
  45. ac1e695 of_graph: add of_graph_get_endpoint_count() by Kuninori Morimoto · 8 years ago
  46. 0ef472a of_graph: add of_graph_get_port_parent() by Kuninori Morimoto · 8 years ago
  47. 4c9c3d5 of_graph: add of_graph_get_remote_endpoint() by Kuninori Morimoto · 8 years ago
  48. 00bab23 of-graph: export symbol of_phandle_iterator_init/next by Kuninori Morimoto · 8 years ago
  49. 3ef2bc0 Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  50. 91d9674 of: fix sparse warnings in of_find_next_cache_node by Rob Herring · 8 years ago
  51. 2475a2b drivers/of/base.c: Add of_property_read_u64_index by Alistair Popple · 8 years ago
  52. be5165a Merge tag 'devicetree-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  53. ca78d31 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  54. b85ad49 of: introduce of_graph_get_remote_node by Rob Herring · 8 years ago
  55. 0549bde of: fix of_node leak caused in of_find_node_opts_by_path by Qi Hou · 8 years ago
  56. 5fa2353 of: base: add support to find the level of the last cache by Sudeep Holla · 8 years ago
  57. de96ec2 OF: Prevent unaligned access in of_alias_scan() by Paul Burton · 8 years ago
  58. 6df8b74 Merge tag 'devicetree-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  59. 0a8b13e Revert "of: base: add support to get machine model name" by Rob Herring · 8 years ago
  60. 4aa6634 drivers/of: fix missing pr_cont()s in of_print_phandle_args by Marcin Nowakowski · 8 years ago
  61. e526979 of: base: add support to get machine model name by Sudeep Holla · 8 years ago
  62. c6c7d83 Revert "console: don't prefer first registered if DT specifies stdout-path" by Hans de Goede · 8 years ago
  63. 05fd007 console: don't prefer first registered if DT specifies stdout-path by Paul Burton · 8 years ago
  64. a67e947 of: Add array read functions with min/max size limits by Richard Fitzgerald · 8 years ago
  65. 79ac5d3 of: Make of_find_property_value_of_size take a length range by Richard Fitzgerald · 8 years ago
  66. 34276bb of: fix reference counting in of_graph_get_endpoint_by_regs by Lucas Stach · 8 years ago
  67. beab47d of: Delete an unnecessary check before the function call "of_node_put" by Markus Elfring · 9 years ago
  68. bad60e6 Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  69. b9c13fe3 dt: Add of_device_compatible_match() by Benjamin Herrenschmidt · 9 years ago
  70. 606ad42 of: use pr_fmt prefix for all console printing by Rob Herring · 9 years ago
  71. d9fc880 of: fix memory leak related to safe_name() by Frank Rowand · 9 years ago
  72. e7f44b6 Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  73. 201b3fe drivers/of: Add check for null property in of_remove_property() by Suraj Jitindar Singh · 9 years ago
  74. 1c986e3 of: document refcount incrementation of of_get_cpu_node() by Masahiro Yamada · 9 years ago
  75. abdaa77 of: Introduce of_phandle_iterator_args() by Joerg Roedel · 9 years ago
  76. f623ce9 of: Introduce of_for_each_phandle() helper macro by Joerg Roedel · 9 years ago
  77. 2021bd0 of: Remove counting special case from __of_parse_phandle_with_args() by Joerg Roedel · 9 years ago
  78. cd209b4 of: Move phandle walking to of_phandle_iterator_next() by Joerg Roedel · 9 years ago
  79. 74e1fbb of: Introduce struct of_phandle_iterator by Joerg Roedel · 9 years ago
  80. fe99c70 of: add 'const' for of_property_*_string*() parameter '*np' by David Rivshin · 9 years ago
  81. 510bd06 of: simplify arch_find_n_match_cpu_physical_id() function by Masahiro Yamada · 9 years ago
  82. 4da3064d Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 10 years ago
  83. 099bfbf Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  84. 8ffaa90 of: add EXPORT_SYMBOL for of_graph_get_endpoint_by_regs by Dave Airlie · 10 years ago
  85. 8ccd0d0 of: add helper for getting endpoint node of specific identifiers by Hyungwon Hwang · 10 years ago
  86. c8fff7b of: return NUMA_NO_NODE from fallback of_node_to_nid() by Konstantin Khlebnikov · 10 years ago
  87. 194ec93 drivers: of/base: move of_init to driver_init by Sudeep Holla · 10 years ago
  88. d56a669 Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 10 years ago
  89. 7505256 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 10 years ago
  90. 6480827 of: base: improve of_get_next_child() kernel-doc by Baruch Siach · 10 years ago
  91. c3a416a Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  92. 37786c7 of: Add helper function to check MMIO register endianness by Kevin Cernekee · 10 years ago
  93. 8147e2e Merge tag 'of-graph-for-4.0' of git://git.pengutronix.de/git/pza/linux into for-next by Rob Herring · 10 years ago
  94. f64255b Revert "of: Fix premature bootconsole disable with 'stdout-path'" by Peter Hurley · 10 years ago
  95. 721a09e of: handle both '/' and ':' in path strings by Brian Norris · 10 years ago
  96. 351d224 of: base: add function to get highest id of an alias stem by Wolfram Sang · 10 years ago
  97. 106937e of: fix handling of '/' in options for of_find_node_by_path() by Leif Lindholm · 10 years ago
  98. 2fa645c of: Fix premature bootconsole disable with 'stdout-path' by Peter Hurley · 10 years ago
  99. bfe446e of: Add of_graph_get_port_by_id function by Philipp Zabel · 11 years ago
  100. f033c0b of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint by Philipp Zabel · 10 years ago