1. 1052710 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 10 years ago
  2. 1f42e5d of: Add self test for of_match_node() by Grant Likely · 10 years ago
  3. b519051 of: Move testcase FDT data into drivers/of by Grant Likely · 10 years ago
  4. 215a14c of: reimplement the matching method for __of_match_node() by Kevin Hao · 10 years ago
  5. b0d3f6d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  6. f15c586 of_mdio: fix phy interrupt passing by Ben Dooks · 10 years ago
  7. 71c5498 Revert "of: search the best compatible match first in __of_match_node()" by Kevin Hao · 10 years ago
  8. 06b29e7 of: search the best compatible match first in __of_match_node() by Kevin Hao · 10 years ago
  9. ce11c43 net: of_mdio: fix of_set_phy_supported after driver probing by Florian Fainelli · 10 years ago
  10. 4e8ca6e Revert "OF: base: match each node compatible against all given matches first" by Kevin Hao · 10 years ago
  11. 14e2abb of: fix PCI bus match for PCIe slots by Kleber Sacilotto de Souza · 10 years ago
  12. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  13. 4d8880a Merge tag 'devicetree-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 10 years ago
  14. 619d144 Merge remote-tracking branch 'grant/devicetree/next' into for-3.14 by Rob Herring · 10 years ago
  15. 361128f Merge remote-tracking branch 'grant/devicetree/next' into for-3.14 by Rob Herring · 10 years ago
  16. b9f7306 platform: introduce OF style 'modalias' support for platform bus by Zhang Rui · 11 years ago
  17. 42ccd78 of: Fix __of_device_is_available check by Xiubo Li · 11 years ago
  18. 7614aba phylib: Add of_phy_attach by Andy Fleming · 11 years ago
  19. 898dd0b phylib: introduce PHY_INTERFACE_MODE_XGMII for 10G PHY by Andy Fleming · 11 years ago
  20. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  21. f0082e3 Merge remote-tracking branch 'grant/devicetree/merge' into dt-fixes by Rob Herring · 11 years ago
  22. 2f53a71 of/irq: Fix device_node refcount in of_irq_parse_raw() by Cédric Le Goater · 11 years ago
  23. 5d92708 of/Kconfig: Spelling s/one/once/ by Geert Uytterhoeven · 11 years ago
  24. 13fcca8 Revert "of/address: Handle #address-cells > 2 specially" by Rob Herring · 11 years ago
  25. 6f041e9 of: Fix NULL dereference in unflatten_and_copy() by James Hogan · 11 years ago
  26. 8fdade4 net: of_mdio: parse "max-speed" property to set PHY supported features by Florian Fainelli · 11 years ago
  27. 7d97637 net: of_mdio: do not overwrite PHY interrupt configuration by Florian Fainelli · 11 years ago
  28. bed2f9e net: of_mdio: use PHY_MAX_ADDR constant by Florian Fainelli · 11 years ago
  29. 2e79cb3 net: of_mdio: factor PHY registration from of_mdiobus_register by Florian Fainelli · 11 years ago
  30. 1ca56e7 of: irq: Ignore disabled intc's when searching map by Peter Crosthwaite · 11 years ago
  31. bf49be0 of: irq: Ignore disabled interrupt controllers by Peter Crosthwaite · 11 years ago
  32. 1053531 OF: base: match each node compatible against all given matches first by Sebastian Hesselbarth · 11 years ago
  33. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  34. 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
  35. 66a173b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  36. f5ae18e dt: disable self-tests for !OF_IRQ by Rob Herring · 11 years ago
  37. 74dac2e of: irq: Fix interrupt-map entry matching by Tomasz Figa · 11 years ago
  38. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  39. 355e62f of/irq: Fix potential buffer overflow by Grant Likely · 11 years ago
  40. 78119fd of/irq: Fix bug in interrupt parsing refactor. by Grant Likely · 11 years ago
  41. 0589342 of: set dma_mask to point to coherent_dma_mask by Rob Herring · 11 years ago
  42. 446b2a9 DMA-API: amba: get rid of separate dma_mask by Russell King · 11 years ago
  43. a3e31b4 of: Move definition of of_find_next_cache_node into common code. by Sudeep KarkadaNagesha · 11 years ago
  44. 79d9701 of/irq: create interrupts-extended property by Grant Likely · 11 years ago
  45. 16b84e5 of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code. by Grant Likely · 11 years ago
  46. 3da5278 of/irq: Rework of_irq_count() by Thierry Reding · 11 years ago
  47. a9f10ca of: Add testcases for interrupt parsing by Grant Likely · 11 years ago
  48. 624cfca of: Add helper for printing an of_phandle_args structure by Grant Likely · 11 years ago
  49. 2361613 of/irq: Refactor interrupt-map parsing by Grant Likely · 11 years ago
  50. e6d30ab of/irq: simplify args to irq_create_of_mapping by Grant Likely · 11 years ago
  51. 530210c of/irq: Replace of_irq with of_phandle_args by Grant Likely · 11 years ago
  52. 0c02c80 of/irq: Rename of_irq_map_* functions to of_irq_parse_* by Grant Likely · 11 years ago
  53. 4a43d68 of/irq: Pass trigger type in IRQ resource flags by Tomasz Figa · 11 years ago
  54. 8804827 of: Fix dereferencing node name in debug output to be safe by Grant Likely · 11 years ago
  55. f3cea45 of: Fix iteration bug over CPU reg properties by Grant Likely · 11 years ago
  56. d1cb9d1 of: Make cpu node handling more portable. by David Miller · 11 years ago
  57. 1931ee1 Revert "drivers: of: add initialization code for dma reserved memory" by Marek Szyprowski · 11 years ago
  58. b920ecc Revert "of: Feed entire flattened device tree into the random pool" by Grant Likely · 11 years ago
  59. 444c91e of: fix unnecessary warning on missing /cpus node by Grant Likely · 11 years ago
  60. 0c3f061 of: implement of_node_to_nid as a weak function by Rob Herring · 11 years ago
  61. 25ff794 of: implement pci_address_to_pio as weak function by Rob Herring · 11 years ago
  62. 9cae09c of: remove unnecessary prom.h includes by Rob Herring · 11 years ago
  63. 6a903a2 of: introduce common FDT machine related functions by Rob Herring · 11 years ago
  64. 29eb45a of: remove early_init_dt_setup_initrd_arch by Rob Herring · 11 years ago
  65. 068f631 of: create default early_init_dt_add_memory_arch by Rob Herring · 11 years ago
  66. 0288ffcb of: Introduce common early_init_dt_scan by Rob Herring · 11 years ago
  67. a8bf752 of: create unflatten_and_copy_device_tree by Rob Herring · 11 years ago
  68. 3b38f56 Merge branch 'for-v3.12-fix' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 11 years ago
  69. 31f7c3a Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  70. aca0156 drivers: of: fix build break if asm/dma-contiguous.h is missing by Marek Szyprowski · 11 years ago
  71. 64c3538 Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 11 years ago
  72. 2bc552d of/platform: add error reporting to of_amba_device_create() by Bartlomiej Zolnierkiewicz · 11 years ago
  73. d84ff46 irq/of: Fix comment typo for irq_of_parse_and_map by Yijing Wang · 11 years ago
  74. b4b50fd Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  75. 00341b5 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  76. 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
  77. 2f01ea9 Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  78. 109b623 of: Feed entire flattened device tree into the random pool by Anton Blanchard · 11 years ago
  79. 4485681 of/fdt: Clean up casting in unflattening path by Grant Likely · 11 years ago
  80. 92d3161 of/fdt: Remove duplicate memory clearing on FDT unflattening by Grant Likely · 11 years ago
  81. 91d9942 of: call __of_parse_phandle_with_args from of_parse_phandle by Stephen Warren · 11 years ago
  82. 035fd94 of: introduce of_parse_phandle_with_fixed_args by Stephen Warren · 11 years ago
  83. 5fba49e of: move of_parse_phandle() by Stephen Warren · 11 years ago
  84. eded9dd of: move documentation of of_parse_phandle_with_args by Stephen Warren · 11 years ago
  85. 0640332e of: Fix missing memory initialization on FDT unflattening by Grant Likely · 11 years ago
  86. a1727da of: consolidate definition of early_init_dt_alloc_memory_arch() by Grant Likely · 11 years ago
  87. 7e0bdf1 of: Make of_get_phy_mode() return int i.s.o. const int by Geert Uytterhoeven · 11 years ago
  88. 8be137f Merge tag 'v3.11-rc7' into devicetree/next by Grant Likely · 11 years ago
  89. 9d8eab7 drivers: of: add initialization code for dma reserved memory by Marek Szyprowski · 11 years ago
  90. 57d74bc drivers: of: add function to scan fdt nodes given by path by Marek Szyprowski · 11 years ago
  91. 7a330a5 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 11 years ago
  92. 687b81d i2c: move OF helpers into the core by Wolfram Sang · 11 years ago
  93. 9e40127 of: fdt: fix memory initialization for expanded DT by Wladislav Wiebe · 11 years ago
  94. bfa664f Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/soc by Kevin Hilman · 11 years ago
  95. 183912d of: move of_get_cpu_node implementation to DT core library by Sudeep KarkadaNagesha · 11 years ago
  96. 5c19e95 OF: Add helper for matching against linux,stdout-path by Sascha Hauer · 11 years ago
  97. 0d5a6db of: pci: add registry of MSI chips by Thomas Petazzoni · 11 years ago
  98. 245d964 of/platform: Staticize of_platform_device_create_pdata() by Mark Brown · 11 years ago
  99. 374d5c9 of: Specify initrd location using 64-bit by Santosh Shilimkar · 11 years ago
  100. cf9e236 of/irq: init struct resource to 0 in of_irq_to_resource() by Sebastian Andrzej Siewior · 11 years ago