1. 183912d of: move of_get_cpu_node implementation to DT core library by Sudeep KarkadaNagesha · 11 years ago
  2. 5c19e95 OF: Add helper for matching against linux,stdout-path by Sascha Hauer · 11 years ago
  3. 74b9272 Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  4. d25d869 of: Fix locking vs. interrupts by Benjamin Herrenschmidt · 11 years ago
  5. 792efb8 of/base: fix typos by Lad, Prabhakar · 11 years ago
  6. ff9129b Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  7. 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
  8. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  9. a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 11 years ago
  10. 6695be6 [media] DT: export of_get_next_parent() for use by modules: fix modular V4L2 by Guennadi Liakhovetski · 11 years ago
  11. b855f16 of/base: release the node correctly in of_parse_phandle_with_args() by Tang Yuantian · 11 years ago
  12. daeec1f of: Remove duplicated code for validating property and value by Tony Prisk · 11 years ago
  13. 3daf372 of: Add support for reading a u32 from a multi-value property. by Tony Prisk · 11 years ago
  14. bd69f73 of: Create function for counting number of phandles in a property by Grant Likely · 11 years ago
  15. 23ce04c of/base: Clean up exit paths for of_parse_phandle_with_args() by Grant Likely · 11 years ago
  16. c31a0c0 of: fix recursive locking in of_get_next_available_child() by Stephen Warren · 11 years ago
  17. bfc4a58 Merge branch 'for-next' from git://sources.calxeda.com/kernel/linux.git by Grant Likely · 11 years ago
  18. d6d3c4e OF: convert devtree lock from rw_lock to raw spinlock by Thomas Gleixner · 11 years ago
  19. d2f4ec1 Merge branch 'robherring/for-next' from git://sources.calxeda.com/kernel/linux.git by Grant Likely · 11 years ago
  20. ced4eec of: Output devicetree alias names in uevent by Stepan Moskovchenko · 12 years ago
  21. 28d0e36 OF: Fixup resursive locking code paths by Thomas Gleixner · 11 years ago
  22. dc71bcf of: fix incorrect return value of of_find_matching_node_and_match() by Thomas Abraham · 12 years ago
  23. 80c2022 of: Fix export of of_find_matching_node_and_match() by Grant Likely · 12 years ago
  24. 16e024f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  25. 93c667c of: *node argument to of_parse_phandle_with_args should be const by Guennadi Liakhovetski · 12 years ago
  26. 465aac6 Fix build when CONFIG_W1_MASTER_GPIO=m b exporting "allnodes" by Randy Dunlap · 12 years ago
  27. b8fbdc4 of: add 'const' for of_parse_phandle parameter *np by Steffen Trumtrar · 12 years ago
  28. 1a9bd45 powerpc+of: Export of_reconfig_notifier_[register,unregister] by Nathan Fontenot · 12 years ago
  29. 50c8af4 of: introduce for_each_matching_node_and_match() by Stephen Warren · 12 years ago
  30. be19324 dt: add helper function to read u8 & u16 variables & arrays by Viresh Kumar · 12 years ago
  31. 79d1c71 powerpc+of: Rename the drivers/of prom_* functions to of_* by Nathan Fontenot · 12 years ago
  32. 1cf3d8b powerpc+of: Add of node/property notification chain for adds and removes by Nathan Fontenot · 12 years ago
  33. e81b329 powerpc+of: Add /proc device tree updating to of node add/remove by Nathan Fontenot · 12 years ago
  34. a54dfb1 Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linux by Linus Torvalds · 12 years ago
  35. 9c19761 dt: introduce of_get_child_by_name to get child node by name by Srinivas Kandagatla · 12 years ago
  36. 3296193 dt: introduce for_each_available_child_of_node, of_get_next_available_child by Timur Tabi · 12 years ago
  37. f14121a Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linux by Linus Torvalds · 12 years ago
  38. 83c7f72 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  39. 475d009 of: Improve prom_update_property() function by Dong Aisheng · 12 years ago
  40. bc51b0c Revert "of: match by compatible property first" by Linus Torvalds · 12 years ago
  41. 74a7f08 devicetree: add helper inline for retrieving a node's full name by Grant Likely · 12 years ago
  42. 1af4c7f of: return -ENOENT when no property by Alexandre Courbot · 12 years ago
  43. a3a7cab of: Fix null pointer related warnings in base.c file by Sachin Kamat · 12 years ago
  44. 107a84e of: match by compatible property first by Thierry Reding · 12 years ago
  45. c541adc dt: add property iteration helpers by Stephen Warren · 12 years ago
  46. 0f22dd3 of: Only compile OF_DYNAMIC on PowerPC pseries and iseries by Grant Likely · 12 years ago
  47. 7aff0fe of: Add of_property_match_string() to find index into a string list by Grant Likely · 13 years ago
  48. 02550d6 Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  49. 8af0da9 dt: reform for_each_property to for_each_property_of_node by Dong Aisheng · 13 years ago
  50. 88af7f5 of/base: Take NULL string into account for property with multiple strings by Benoit Cousson · 13 years ago
  51. 15c9a0a of: create of_phandle_args to simplify return of phandle parsing data by Grant Likely · 13 years ago
  52. 81a3c10c Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  53. 4cd7f7a dt: add helper to read 64-bit integers by Jamie Iles · 13 years ago
  54. 4fcd15a of: Add helpers to get one string in multiple strings property by Benoit Cousson · 13 years ago
  55. 611cad7 dt: add of_alias_scan and of_alias_get_id by Shawn Guo · 13 years ago
  56. fe55c18 Revert "dt: add of_alias_scan and of_alias_get_id" by Grant Likely · 13 years ago
  57. 750f463 dt: add of_alias_scan and of_alias_get_id by Shawn Guo · 13 years ago
  58. aac285c of: constify property name parameters for helper functions by Jamie Iles · 13 years ago
  59. 0e37363 dt: add helper function to read u32 arrays by Rob Herring · 13 years ago
  60. f09bc83 dt: add 'const' for of_property_read_string parameter **out_string by Shawn Guo · 13 years ago
  61. a3b8536 dt: add helper functions to read u32 and string property values by Thomas Abraham · 13 years ago
  62. a52f07e dt: protect against NULL matches passed to of_match_node() by Grant Likely · 13 years ago
  63. a9fadee of: use __be32 types for big-endian device tree data by Jeremy Kerr · 14 years ago
  64. 9a6b2e5 of: Fix phandle endian issues by Grant Likely · 14 years ago
  65. 2ffe8c5 of: refactor of_modalias_node() and remove explicit match table. by Grant Likely · 14 years ago
  66. 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
  67. fc0bdae of: move definition of of_chosen into common code. by Grant Likely · 14 years ago
  68. 3371488 of: assume big-endian properties, adding conversions where necessary by Jeremy Kerr · 14 years ago
  69. a9f2f63 of: include linux/proc_fs.h by Jeremy Kerr · 14 years ago
  70. 71a157e of: add 'of_' prefix to machine_is_compatible() by Grant Likely · 14 years ago
  71. 89751a7 of: merge of_find_node_by_phandle by Jeremy Kerr · 14 years ago
  72. fcdeb7f of: merge of_attach_node() & of_detach_node() by Grant Likely · 14 years ago
  73. 923f7e3 of: Merge of_node_get() and of_node_put() by Grant Likely · 14 years ago
  74. 1f43cfb of: merge machine_is_compatible() by Grant Likely · 14 years ago
  75. 02af11b of: merge prom_{add,remove,modify}_property by Grant Likely · 15 years ago
  76. e91edcf of: merge of_find_all_nodes() implementations by Grant Likely · 15 years ago
  77. 225d8b2 of: remove "stm,m25p40" alias by Anton Vorontsov · 15 years ago
  78. 2ed0e21b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  79. bd78c33 powerpc/85xx: Add STMicro M25P40 serial flash support for MPC8569E-MDS by Anton Vorontsov · 15 years ago
  80. 739649c of: add of_parse_phandle() helper for parsing phandle properties by Grant Likely · 15 years ago
  81. 3f1c6eb powerpc: add mmc-spi-slot bindings by Anton Vorontsov · 15 years ago
  82. 7736a3d of: of_parse_phandles_with_args() learns to differentiate 'hole' cells by Anton Vorontsov · 16 years ago
  83. c1bb7c6 of: Minor simplification for the of_parse_phandles_with_args() by Anton Vorontsov · 16 years ago
  84. 1e291b1 of: Add helpers for finding device nodes which have a given property by Michael Ellerman · 16 years ago
  85. 5006d1a Merge commit 'gcl/gcl-next' by Benjamin Herrenschmidt · 16 years ago
  86. 64b60e0 of: Add new helper of_parse_phandles_with_args() by Anton Vorontsov · 16 years ago
  87. 58f467c powerpc/of-bindings: Don't support linux,<modalias> "compatible" values by Grant Likely · 16 years ago
  88. 4c3ed7d OF: add fsl,mcu-mpc8349emitx to the exception list by Anton Vorontsov · 16 years ago
  89. 3f07af4 of: adapt of_find_i2c_driver() to be usable by SPI also by Grant Likely · 16 years ago
  90. 64e4566 [POWERPC] Add null pointer check to of_find_property by Timur Tabi · 16 years ago
  91. 834d97d [POWERPC] Add of_device_is_available function by Josh Boyer · 16 years ago
  92. f4eb010 [POWERPC] Add of_get_next_parent() by Michael Ellerman · 17 years ago
  93. 283029d [POWERPC] Add of_find_matching_node() helper function by Grant Likely · 17 years ago
  94. 1ef4d42 Consolidate of_find_node_by routines by Stephen Rothwell · 17 years ago
  95. d1cd355 Consolidate of_get_next_child by Stephen Rothwell · 17 years ago
  96. e679c5f Consolidate of_get_parent by Stephen Rothwell · 17 years ago
  97. 581b605 Consolidate of_find_property by Stephen Rothwell · 17 years ago
  98. 0081cbc Consolidate of_device_is_compatible by Stephen Rothwell · 17 years ago
  99. 97e873e Start split out of common open firmware code by Stephen Rothwell · 17 years ago