1. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 3 months ago
  2. 0f7c531 of: Export of_remove_property() to modules by Florian Fainelli · 4 years, 4 months ago
  3. 822ef14 Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 5 months ago
  4. 746a71d of/iommu: Make of_map_rid() PCI agnostic by Lorenzo Pieralisi · 4 years, 7 months ago
  5. 943c8a8 <linux/of.h>: add stub for of_get_next_parent() to fix qcom build error by Randy Dunlap · 4 years, 6 months ago
  6. b9f8c26 of: base: Add of_get_cpu_state_node() to get idle states for a CPU node by Ulf Hansson · 5 years ago
  7. f1765a1 of: Fix typo in kerneldoc by Thierry Reding · 5 years ago
  8. 4408686 of: fix clang -Wunsequenced for be32_to_cpu() by Phong Tran · 6 years ago
  9. ecb0abc of: use correct function prototype for of_overlay_fdt_apply() by Chris Packham · 6 years ago
  10. 8ce5f84 of: Remove struct device_node.type pointer by Rob Herring · 6 years ago
  11. 030672a Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  12. 0c5eaa7 of: Drop full path from full_name for PDT systems by Rob Herring · 6 years ago
  13. 6f75118 of: overlay: validate overlay properties #address-cells and #size-cells by Frank Rowand · 6 years ago
  14. 144552c7 of: overlay: add tests to validate kfrees from overlay removal by Frank Rowand · 6 years ago
  15. 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
  16. 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
  17. 5d5a0ab of: Fix property name in of_node_get_device_type by Rob Herring · 6 years ago
  18. 389d0a8 Merge branch 'dt/cpu-type-rework' into dt/next by Rob Herring · 6 years ago
  19. f1f207e of: Add cpu node iterator for_each_of_cpu_node() by Rob Herring · 6 years ago
  20. 2a6db71 iommu/of: make of_pci_map_rid() available for other devices too by Nipun Gupta · 6 years ago
  21. b1078c3 of: base: Introduce of_alias_get_alias_list() to check alias IDs by Michal Simek · 6 years ago
  22. 00b7d1c of: make default address and size cells sizes private by Rob Herring · 6 years ago
  23. 0413bed of: Add device_type access helper functions by Rob Herring · 6 years ago
  24. f42b0e18 of: add node name compare helper functions by Rob Herring · 6 years ago
  25. 36156f9 of: add helper to lookup compatible child node by Johan Hovold · 6 years ago
  26. b46c786 Merge tag 'overlay_apply_fdt_v7-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/frowand/linux into dt/next by Rob Herring · 7 years ago
  27. 39a751a of: change overlay apply input data from unflattened to FDT by Frank Rowand · 7 years ago
  28. bd6f2fd of: Support parsing phandle argument lists through a nexus node by Stephen Boyd · 7 years ago
  29. 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
  30. af6074f of: Use SPDX license tag for DT files by Rob Herring · 7 years ago
  31. a0e71cd of: Add helper for mapping device node to logical CPU number by Suzuki K Poulose · 7 years ago
  32. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  33. 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
  34. 96c623e of: add of_property_read_variable_* dummy helpers by Arnd Bergmann · 7 years ago
  35. f948d6d of: overlay: avoid race condition between applying multiple overlays by Frank Rowand · 7 years ago
  36. 24789c5 of: overlay: detect cases where device tree may become corrupt by Frank Rowand · 7 years ago
  37. 0290c4c of: overlay: rename identifiers to more reflect what they do by Frank Rowand · 7 years ago
  38. b56b552 of: make kobject and bin_attribute support configurable by Rob Herring · 7 years ago
  39. 0c3c234 of: wrap accesses to device_node kobject by Rob Herring · 7 years ago
  40. 16bba30 of: make struct property _flags field configurable by Rob Herring · 7 years ago
  41. 36689ec of: remove struct property.unique_id for FDT by Rob Herring · 7 years ago
  42. 8a1ac5d include/linux/of.h: provide of_n_{addr,size}_cells wrappers for !CONFIG_OF by Arnd Bergmann · 7 years ago
  43. db3e50f device property: Get rid of struct fwnode_handle type field by Sakari Ailus · 7 years ago
  44. 548aa0e Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  45. a4485b5 Merge branch 'dt/property-move' into dt/next by Rob Herring · 8 years ago
  46. 3708184 device property: Move FW type specific functionality to FW specific files by Sakari Ailus · 8 years ago
  47. 3bc1630 of: Provide dummy of_device_compatible_match() for compile-testing by Geert Uytterhoeven · 8 years ago
  48. d20dc14 of: Support const and non-const use for to_of_node() by Sakari Ailus · 8 years ago
  49. debd3a3 of: Make of_fwnode_handle() safer by Sakari Ailus · 8 years ago
  50. 7246f60 Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  51. 2475a2b drivers/of/base.c: Add of_property_read_u64_index by Alistair Popple · 8 years ago
  52. 6783183 of: Add of_fwnode_handle() to convert device nodes to fwnode_handle by Sakari Ailus · 8 years ago
  53. 5fa2353 of: base: add support to find the level of the last cache by Sudeep Holla · 8 years ago
  54. 39a842e of/overlay: add of overlay notifications by Alan Tull · 8 years ago
  55. a67e947 of: Add array read functions with min/max size limits by Richard Fitzgerald · 8 years ago
  56. c9b95e5 Merge tag 'sound-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  57. 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
  58. 3ceeda1 Merge remote-tracking branches 'asoc/topic/cs53l30', 'asoc/topic/cygnus', 'asoc/topic/da7219' and 'asoc/topic/davinci' into asoc-next by Mark Brown · 8 years ago
  59. b9c13fe3 dt: Add of_device_compatible_match() by Benjamin Herrenschmidt · 9 years ago
  60. 3d93f42 Merge branch 'clockevents/4.8' of http://git.linaro.org/people/daniel.lezcano/linux into timers/core by Thomas Gleixner · 9 years ago
  61. c35d929 of: Add a new macro to declare_of for one parameter function returning a value by Daniel Lezcano · 9 years ago
  62. 613e972 device property: Add function to search for named child of device by Adam Thomson · 9 years ago
  63. e93aeea of: add missing const for of_parse_phandle_with_args() in !CONFIG_OF by Kuninori Morimoto · 9 years ago
  64. 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
  65. be09201 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  66. 0224a4a device property: Avoid potential dereferences of invalid pointers by Heikki Krogerus · 9 years ago
  67. abdaa77 of: Introduce of_phandle_iterator_args() by Joerg Roedel · 9 years ago
  68. f623ce9 of: Introduce of_for_each_phandle() helper macro by Joerg Roedel · 9 years ago
  69. cd209b4 of: Move phandle walking to of_phandle_iterator_next() by Joerg Roedel · 9 years ago
  70. 74e1fbb of: Introduce struct of_phandle_iterator by Joerg Roedel · 9 years ago
  71. 298535c of, numa: Add NUMA of binding implementation. by David Daney · 9 years ago
  72. 31e1823 Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  73. fe99c70 of: add 'const' for of_property_*_string*() parameter '*np' by David Rivshin · 9 years ago
  74. 71f50c6 of: drop symbols declared by _OF_DECLARE() from modules by Masahiro Yamada · 9 years ago
  75. b1d06b6 of: Provide static inline function for of_translate_address if needed by Guenter Roeck · 9 years ago
  76. 4bf0118 device property: check fwnode type in to_of_node() by Andy Shevchenko · 9 years ago
  77. 4da3064d Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 10 years ago
  78. becfc3c Merge remote-tracking branch 'robh/for-next' into devicetree/next by Grant Likely · 10 years ago
  79. c181fb3 ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node() by Alexander Sverdlin · 10 years ago
  80. ce16b9d of: define of_find_node_by_phandle for !CONFIG_OF by Suman Anna · 10 years ago
  81. c8fff7b of: return NUMA_NO_NODE from fallback of_node_to_nid() by Konstantin Khlebnikov · 10 years ago
  82. 31712c9 of: Grammar s/property exist/property exists/ by Geert Uytterhoeven · 10 years ago
  83. 391b459 of: Move OF flags to be visible even when !CONFIG_OF by Pantelis Antoniou · 10 years ago
  84. 194ec93 drivers: of/base: move of_init to driver_init by Sudeep Holla · 10 years ago
  85. 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
  86. 7505256 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 10 years ago
  87. 37786c7 of: Add helper function to check MMIO register endianness by Kevin Cernekee · 10 years ago
  88. 0384e8c of: Empty node & property flag accessors when !OF by Pantelis Antoniou · 10 years ago
  89. 351d224 of: base: add function to get highest id of an alias stem by Wolfram Sang · 10 years ago
  90. 7ef58b3 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 10 years ago
  91. 413fd0e Merge tag 'fbdev-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 10 years ago
  92. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  93. 92d07a8 Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/max77693', 'regulator/topic/max77802', 'regulator/topic/power-off' and 'regulator/topic/rk808' into regulator-next by Mark Brown · 10 years ago
  94. 70161ff of: Drop ->next pointer from struct device_node by Grant Likely · 10 years ago
  95. 75c28c0 of: add optional options parameter to of_find_node_by_path() by Leif Lindholm · 10 years ago
  96. 8f73110 of: Rename "poweroff-source" property to "system-power-controller" by Romain Perier · 10 years ago
  97. 7518b589 of/overlay: Introduce DT overlay support by Pantelis Antoniou · 10 years ago
  98. f5242e5 of/reconfig: Always use the same structure for notifiers by Grant Likely · 10 years ago
  99. f6892d1 of/reconfig: Add empty stubs for the of_reconfig methods by Grant Likely · 10 years ago
  100. b53a234 of/reconfig: Add of_reconfig_get_state_change() of notifier helper. by Pantelis Antoniou · 10 years ago