1. fe99c70 of: add 'const' for of_property_*_string*() parameter '*np' by David Rivshin · 8 years ago
  2. 510bd06 of: simplify arch_find_n_match_cpu_physical_id() function by Masahiro Yamada · 9 years ago
  3. 4da3064 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 9 years ago
  4. 099bfbf Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  5. 8ffaa90 of: add EXPORT_SYMBOL for of_graph_get_endpoint_by_regs by Dave Airlie · 9 years ago
  6. 8ccd0d0 of: add helper for getting endpoint node of specific identifiers by Hyungwon Hwang · 9 years ago
  7. c8fff7b of: return NUMA_NO_NODE from fallback of_node_to_nid() by Konstantin Khlebnikov · 9 years ago
  8. 194ec93 drivers: of/base: move of_init to driver_init by Sudeep Holla · 9 years ago
  9. d56a669 Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  10. 7505256 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 9 years ago
  11. 6480827 of: base: improve of_get_next_child() kernel-doc by Baruch Siach · 9 years ago
  12. c3a416a Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  13. 37786c7 of: Add helper function to check MMIO register endianness by Kevin Cernekee · 9 years ago
  14. 8147e2e Merge tag 'of-graph-for-4.0' of git://git.pengutronix.de/git/pza/linux into for-next by Rob Herring · 9 years ago
  15. f64255b Revert "of: Fix premature bootconsole disable with 'stdout-path'" by Peter Hurley · 9 years ago
  16. 721a09e of: handle both '/' and ':' in path strings by Brian Norris · 9 years ago
  17. 351d224 of: base: add function to get highest id of an alias stem by Wolfram Sang · 9 years ago
  18. 106937e of: fix handling of '/' in options for of_find_node_by_path() by Leif Lindholm · 9 years ago
  19. 2fa645c of: Fix premature bootconsole disable with 'stdout-path' by Peter Hurley · 9 years ago
  20. bfe446e of: Add of_graph_get_port_by_id function by Philipp Zabel · 10 years ago
  21. f033c0b of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint by Philipp Zabel · 10 years ago
  22. 2d4c0ae of: EXPORT_SYMBOL_GPL of_property_read_u64_array by Sakari Ailus · 9 years ago
  23. 7ef58b3 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 10 years ago
  24. 7914a7c of: support passing console options with stdout-path by Leif Lindholm · 10 years ago
  25. 75c28c0 of: add optional options parameter to of_find_node_by_path() by Leif Lindholm · 10 years ago
  26. e99010e of: base, fix of_property_read_string_helper kernel-doc by Jiri Slaby · 10 years ago
  27. 53a4ab9 of: Change of_device_is_available() to return bool by Kevin Cernekee · 10 years ago
  28. 25c7a1d of: Fix of_device_is_compatible() comment by Kevin Cernekee · 10 years ago
  29. b31384f Driver core: Unified device properties interface for platform firmware by Rafael J. Wysocki · 10 years ago
  30. c0e848d of: Remove spaces before tabs by Geert Uytterhoeven · 10 years ago
  31. c50949d of: Grammar s/an/a/ by Geert Uytterhoeven · 10 years ago
  32. 1821dda of: Improve grammar for of_alias_scan() documentation by Geert Uytterhoeven · 10 years ago
  33. d94a75c of: Correct of_phandle_args node reference in comments by Geert Uytterhoeven · 10 years ago
  34. 5063e25 of: Eliminate of_allnodes list by Grant Likely · 10 years ago
  35. a87fa1d of: Fix overflow bug in string property parsing functions by Grant Likely · 10 years ago
  36. fc59b44 of: Don't try to search when phandle == 0 by Grant Likely · 10 years ago
  37. 7dbe584 of: make sure of_alias is initialized before accessing it by Laurentiu Tudor · 10 years ago
  38. ef69d74 of: Disabling OF functions that use sysfs if CONFIG_SYSFS disabled by Gaurav Minocha · 10 years ago
  39. 5f74d8b of: correct of_console_check()'s return value by Brian Norris · 10 years ago
  40. 663d3f7 Merge branch 'devicetree/next-overlay' into devicetree/next by Grant Likely · 10 years ago
  41. 259092a of: Reorder device tree changes and notifiers by Grant Likely · 10 years ago
  42. a25095d of: Move dynamic node fixups out of powerpc and into common code by Grant Likely · 10 years ago
  43. 8a2b22a of: Make devicetree sysfs update functions consistent. by Grant Likely · 10 years ago
  44. d8c5008 of: Create unlocked versions of node and property add/remove functions by Pantelis Antoniou · 10 years ago
  45. 6afc0dc of: Move CONFIG_OF_DYNAMIC code into a separate file by Grant Likely · 10 years ago
  46. c05aba2 of: rename of_aliases_mutex to just of_mutex by Pantelis Antoniou · 10 years ago
  47. a752ee5 tty: Update hypervisor tty drivers to use core stdout parsing code. by Grant Likely · 10 years ago
  48. 3482f2c of: Create of_console_check() for selecting a console specified in /chosen by Grant Likely · 10 years ago
  49. 99de649 OF: fix of_find_node_by_path() assumption that of_allnodes is root by Frank Rowand · 10 years ago
  50. 28d3ee4 of: avoid format string parsing in kobject names by Kees Cook · 10 years ago
  51. d2705064 Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into next by Linus Torvalds · 10 years ago
  52. 1aacb90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into next by Linus Torvalds · 10 years ago
  53. 43cb436 of: handle NULL node in next_child iterators by Florian Fainelli · 10 years ago
  54. c22e650 of: Make of_find_node_by_path() handle /aliases by Grant Likely · 10 years ago
  55. 0d0e02d of: Create unlocked version of for_each_child_of_node() by Grant Likely · 10 years ago
  56. 947fdaad0 of: fix race between search and remove in of_update_property() by Xiubo Li · 10 years ago
  57. 582da65 of: make of_update_property() usable earlier in the boot process by Thomas Petazzoni · 10 years ago
  58. 5a53a07 of: Improve grammar for of_alias_get_id() documentation by Geert Uytterhoeven · 10 years ago
  59. e7a62df of: Clean up of_update_property by Guenter Roeck · 10 years ago
  60. 3c83e61 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 10 years ago
  61. b9f2b21 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 10 years ago
  62. c12e69c Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  63. 676e1b2 of: Add support for ePAPR "stdout-path" property by Grant Likely · 10 years ago
  64. 794016f Merge remote-tracking branches 'regulator/topic/doc', 'regulator/topic/enable', 'regulator/topic/fan53555', 'regulator/topic/fixed', 'regulator/topic/gpio', 'regulator/topic/lp3971', 'regulator/topic/lp872x' and 'regulator/topic/max14577' into regulator-next by Mark Brown · 10 years ago
  65. 0829f6d of: device_node kobject lifecycle fixes by Pantelis Antoniou · 11 years ago
  66. 8357041 of: remove /proc/device-tree by Grant Likely · 12 years ago
  67. 75b57ec of: Make device nodes kobjects so they show up in sysfs by Grant Likely · 10 years ago
  68. d484700 of: Warn if of_graph_parse_endpoint is called with the root node by Philipp Zabel · 10 years ago
  69. f2a575f [media] of: move common endpoint parsing to drivers/of by Philipp Zabel · 10 years ago
  70. 4329b93 of: Reduce indentation in of_graph_get_next_endpoint by Philipp Zabel · 10 years ago
  71. 6ff60d3 of: Warn if of_graph_get_next_endpoint is called with the root node by Philipp Zabel · 10 years ago
  72. fd9fdb7 [media] of: move graph helpers from drivers/media/v4l2-core to drivers/of by Philipp Zabel · 10 years ago
  73. dab2310 Merge tag 'v3.14-rc5' into HEAD by Grant Likely · 10 years ago
  74. a3dbeb5 Revert "of: fix of_update_property()" by Grant Likely · 10 years ago
  75. 215a14c of: reimplement the matching method for __of_match_node() by Kevin Hao · 10 years ago
  76. 71c5498 Revert "of: search the best compatible match first in __of_match_node()" by Kevin Hao · 10 years ago
  77. 06b29e7 of: search the best compatible match first in __of_match_node() by Kevin Hao · 10 years ago
  78. 4e8ca6e Revert "OF: base: match each node compatible against all given matches first" by Kevin Hao · 10 years ago
  79. ad54a0c of: add functions to count number of elements in a property by Heiko Stuebner · 10 years ago
  80. 02ed594 of: fix of_update_property() by Xiubo Li · 10 years ago
  81. 62664f6 of: add __of_add_property() without lock operations by Xiubo Li · 10 years ago
  82. e3963fd of: Clear detach flag on attach by Pantelis Antoniou · 11 years ago
  83. 619d144 Merge remote-tracking branch 'grant/devicetree/next' into for-3.14 by Rob Herring · 10 years ago
  84. 42ccd78 of: Fix __of_device_is_available check by Xiubo Li · 10 years ago
  85. 1053531 OF: base: match each node compatible against all given matches first by Sebastian Hesselbarth · 11 years ago
  86. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  87. 66a173b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  88. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  89. a3e31b4 of: Move definition of of_find_next_cache_node into common code. by Sudeep KarkadaNagesha · 11 years ago
  90. 624cfca of: Add helper for printing an of_phandle_args structure by Grant Likely · 11 years ago
  91. f3cea45 of: Fix iteration bug over CPU reg properties by Grant Likely · 11 years ago
  92. d1cb9d1 of: Make cpu node handling more portable. by David Miller · 11 years ago
  93. 444c91e of: fix unnecessary warning on missing /cpus node by Grant Likely · 11 years ago
  94. 0c3f061 of: implement of_node_to_nid as a weak function by Rob Herring · 11 years ago
  95. 31f7c3a Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  96. 40031da Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  97. 91d9942 of: call __of_parse_phandle_with_args from of_parse_phandle by Stephen Warren · 11 years ago
  98. 035fd94 of: introduce of_parse_phandle_with_fixed_args by Stephen Warren · 11 years ago
  99. 5fba49e of: move of_parse_phandle() by Stephen Warren · 11 years ago
  100. eded9dd of: move documentation of of_parse_phandle_with_args by Stephen Warren · 11 years ago