1. 619d144 Merge remote-tracking branch 'grant/devicetree/next' into for-3.14 by Rob Herring · 11 years ago
  2. 42ccd78 of: Fix __of_device_is_available check by Xiubo Li · 11 years ago
  3. 1053531 OF: base: match each node compatible against all given matches first by Sebastian Hesselbarth · 11 years ago
  4. 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
  5. 66a173b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  6. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  7. a3e31b4 of: Move definition of of_find_next_cache_node into common code. by Sudeep KarkadaNagesha · 11 years ago
  8. 624cfca of: Add helper for printing an of_phandle_args structure by Grant Likely · 11 years ago
  9. f3cea45 of: Fix iteration bug over CPU reg properties by Grant Likely · 11 years ago
  10. d1cb9d1 of: Make cpu node handling more portable. by David Miller · 11 years ago
  11. 444c91e of: fix unnecessary warning on missing /cpus node by Grant Likely · 11 years ago
  12. 0c3f061 of: implement of_node_to_nid as a weak function by Rob Herring · 11 years ago
  13. 31f7c3a Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  14. 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
  15. 91d9942 of: call __of_parse_phandle_with_args from of_parse_phandle by Stephen Warren · 11 years ago
  16. 035fd94 of: introduce of_parse_phandle_with_fixed_args by Stephen Warren · 11 years ago
  17. 5fba49e of: move of_parse_phandle() by Stephen Warren · 11 years ago
  18. eded9dd of: move documentation of of_parse_phandle_with_args by Stephen Warren · 11 years ago
  19. 0640332e of: Fix missing memory initialization on FDT unflattening by Grant Likely · 11 years ago
  20. 183912d of: move of_get_cpu_node implementation to DT core library by Sudeep KarkadaNagesha · 11 years ago
  21. 5c19e95 OF: Add helper for matching against linux,stdout-path by Sascha Hauer · 11 years ago
  22. 74b9272 Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  23. d25d869 of: Fix locking vs. interrupts by Benjamin Herrenschmidt · 11 years ago
  24. 792efb8 of/base: fix typos by Lad, Prabhakar · 11 years ago
  25. ff9129b Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  26. 6fa52ed Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  27. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  28. a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 11 years ago
  29. 6695be6 [media] DT: export of_get_next_parent() for use by modules: fix modular V4L2 by Guennadi Liakhovetski · 11 years ago
  30. b855f16 of/base: release the node correctly in of_parse_phandle_with_args() by Tang Yuantian · 11 years ago
  31. daeec1f of: Remove duplicated code for validating property and value by Tony Prisk · 11 years ago
  32. 3daf372 of: Add support for reading a u32 from a multi-value property. by Tony Prisk · 11 years ago
  33. bd69f73 of: Create function for counting number of phandles in a property by Grant Likely · 11 years ago
  34. 23ce04c of/base: Clean up exit paths for of_parse_phandle_with_args() by Grant Likely · 11 years ago
  35. c31a0c0 of: fix recursive locking in of_get_next_available_child() by Stephen Warren · 11 years ago
  36. bfc4a58 Merge branch 'for-next' from git://sources.calxeda.com/kernel/linux.git by Grant Likely · 11 years ago
  37. d6d3c4e OF: convert devtree lock from rw_lock to raw spinlock by Thomas Gleixner · 11 years ago
  38. d2f4ec1 Merge branch 'robherring/for-next' from git://sources.calxeda.com/kernel/linux.git by Grant Likely · 11 years ago
  39. ced4eec of: Output devicetree alias names in uevent by Stepan Moskovchenko · 12 years ago
  40. 28d0e36 OF: Fixup resursive locking code paths by Thomas Gleixner · 12 years ago
  41. dc71bcf of: fix incorrect return value of of_find_matching_node_and_match() by Thomas Abraham · 12 years ago
  42. 80c2022 of: Fix export of of_find_matching_node_and_match() by Grant Likely · 12 years ago
  43. 16e024f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  44. 93c667c of: *node argument to of_parse_phandle_with_args should be const by Guennadi Liakhovetski · 12 years ago
  45. 465aac6 Fix build when CONFIG_W1_MASTER_GPIO=m b exporting "allnodes" by Randy Dunlap · 12 years ago
  46. b8fbdc4 of: add 'const' for of_parse_phandle parameter *np by Steffen Trumtrar · 12 years ago
  47. 1a9bd45 powerpc+of: Export of_reconfig_notifier_[register,unregister] by Nathan Fontenot · 12 years ago
  48. 50c8af4 of: introduce for_each_matching_node_and_match() by Stephen Warren · 12 years ago
  49. be19324 dt: add helper function to read u8 & u16 variables & arrays by Viresh Kumar · 12 years ago
  50. 79d1c71 powerpc+of: Rename the drivers/of prom_* functions to of_* by Nathan Fontenot · 12 years ago
  51. 1cf3d8b powerpc+of: Add of node/property notification chain for adds and removes by Nathan Fontenot · 12 years ago
  52. e81b329 powerpc+of: Add /proc device tree updating to of node add/remove by Nathan Fontenot · 12 years ago
  53. a54dfb1 Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linux by Linus Torvalds · 12 years ago
  54. 9c19761 dt: introduce of_get_child_by_name to get child node by name by Srinivas Kandagatla · 12 years ago
  55. 3296193 dt: introduce for_each_available_child_of_node, of_get_next_available_child by Timur Tabi · 12 years ago
  56. f14121a Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linux by Linus Torvalds · 12 years ago
  57. 83c7f72 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  58. 475d009 of: Improve prom_update_property() function by Dong Aisheng · 12 years ago
  59. bc51b0c Revert "of: match by compatible property first" by Linus Torvalds · 12 years ago
  60. 74a7f08 devicetree: add helper inline for retrieving a node's full name by Grant Likely · 12 years ago
  61. 1af4c7f of: return -ENOENT when no property by Alexandre Courbot · 12 years ago
  62. a3a7cab of: Fix null pointer related warnings in base.c file by Sachin Kamat · 12 years ago
  63. 107a84e of: match by compatible property first by Thierry Reding · 12 years ago
  64. c541adc dt: add property iteration helpers by Stephen Warren · 12 years ago
  65. 0f22dd3 of: Only compile OF_DYNAMIC on PowerPC pseries and iseries by Grant Likely · 12 years ago
  66. 7aff0fe of: Add of_property_match_string() to find index into a string list by Grant Likely · 13 years ago
  67. 02550d6 Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  68. 8af0da9 dt: reform for_each_property to for_each_property_of_node by Dong Aisheng · 13 years ago
  69. 88af7f5 of/base: Take NULL string into account for property with multiple strings by Benoit Cousson · 13 years ago
  70. 15c9a0a of: create of_phandle_args to simplify return of phandle parsing data by Grant Likely · 13 years ago
  71. 81a3c10c Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  72. 4cd7f7a dt: add helper to read 64-bit integers by Jamie Iles · 13 years ago
  73. 4fcd15a of: Add helpers to get one string in multiple strings property by Benoit Cousson · 13 years ago
  74. 611cad7 dt: add of_alias_scan and of_alias_get_id by Shawn Guo · 13 years ago
  75. fe55c18 Revert "dt: add of_alias_scan and of_alias_get_id" by Grant Likely · 13 years ago
  76. 750f463 dt: add of_alias_scan and of_alias_get_id by Shawn Guo · 13 years ago
  77. aac285c of: constify property name parameters for helper functions by Jamie Iles · 13 years ago
  78. 0e37363 dt: add helper function to read u32 arrays by Rob Herring · 13 years ago
  79. f09bc83 dt: add 'const' for of_property_read_string parameter **out_string by Shawn Guo · 13 years ago
  80. a3b8536 dt: add helper functions to read u32 and string property values by Thomas Abraham · 13 years ago
  81. a52f07e dt: protect against NULL matches passed to of_match_node() by Grant Likely · 13 years ago
  82. a9fadee of: use __be32 types for big-endian device tree data by Jeremy Kerr · 14 years ago
  83. 9a6b2e5 of: Fix phandle endian issues by Grant Likely · 14 years ago
  84. 2ffe8c5 of: refactor of_modalias_node() and remove explicit match table. by Grant Likely · 14 years ago
  85. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  86. fc0bdae of: move definition of of_chosen into common code. by Grant Likely · 14 years ago
  87. 3371488 of: assume big-endian properties, adding conversions where necessary by Jeremy Kerr · 14 years ago
  88. a9f2f63 of: include linux/proc_fs.h by Jeremy Kerr · 14 years ago
  89. 71a157e of: add 'of_' prefix to machine_is_compatible() by Grant Likely · 14 years ago
  90. 89751a7 of: merge of_find_node_by_phandle by Jeremy Kerr · 14 years ago
  91. fcdeb7f of: merge of_attach_node() & of_detach_node() by Grant Likely · 14 years ago
  92. 923f7e3 of: Merge of_node_get() and of_node_put() by Grant Likely · 15 years ago
  93. 1f43cfb of: merge machine_is_compatible() by Grant Likely · 15 years ago
  94. 02af11b of: merge prom_{add,remove,modify}_property by Grant Likely · 15 years ago
  95. e91edcf of: merge of_find_all_nodes() implementations by Grant Likely · 15 years ago
  96. 225d8b2 of: remove "stm,m25p40" alias by Anton Vorontsov · 15 years ago
  97. 2ed0e21b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  98. bd78c33 powerpc/85xx: Add STMicro M25P40 serial flash support for MPC8569E-MDS by Anton Vorontsov · 15 years ago
  99. 739649c of: add of_parse_phandle() helper for parsing phandle properties by Grant Likely · 15 years ago
  100. 3f1c6eb powerpc: add mmc-spi-slot bindings by Anton Vorontsov · 15 years ago