1. b5ac3be Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  2. 66bdede of_mdio: Fix broken PHY IRQ in case of probe deferral by Geert Uytterhoeven · 7 years ago
  3. 3314c6b device property: preserve usecount for node passed to of_fwnode_graph_get_port_parent() by Niklas Söderlund · 7 years ago
  4. 22f8cc6 drivers: of: increase MAX_RESERVED_REGIONS to 32 by Stewart Smith · 7 years ago
  5. db179e0 of: do not leak console options by Sergey Senozhatsky · 7 years ago
  6. 5226971 Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  7. 74fee4e Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  8. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  9. e7d0c41 Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  10. 8402446 devicetree: Adjust status "ok" -> "okay" under drivers/of/ by Robert P. J. Day · 7 years ago
  11. 7232888 of: restrict DMA configuration by Robin Murphy · 7 years ago
  12. 6d7e3bf8 of: Use PLATFORM_DEVID_NONE definition by Andy Shevchenko · 7 years ago
  13. 8c2a75e of/device: Fix of_device_get_modalias() buffer handling by Bjorn Andersson · 7 years ago
  14. 08ab58d of/device: Prevent buffer overflow in of_device_modalias() by Bjorn Andersson · 7 years ago
  15. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  16. ee7b1f3 of: fix DMA mask generation by Robin Murphy · 7 years ago
  17. 358155e device property: use of_graph_get_remote_endpoint() for of_fwnode by Kuninori Morimoto · 7 years ago
  18. 5a7a834 of_mdio: merge branch tails in of_phy_register_fixed_link() by Sergei Shtylyov · 7 years ago
  19. d226a2b of_mdio: use of_property_read_u32_array() by Sergei Shtylyov · 7 years ago
  20. fde6af4 Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by David S. Miller · 7 years ago
  21. b47fe22 of/irq: use of_property_read_u32_index to parse interrupts property by Rob Herring · 7 years ago
  22. bc57506 of/device: use of_property_for_each_string to parse compatible strings by Rob Herring · 7 years ago
  23. 29fda25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  24. 440174a Merge remote-tracking branches 'asoc/fix/dpcm', 'asoc/fix/imx', 'asoc/fix/msm8916', 'asoc/fix/multi-pcm', 'asoc/fix/of-graph' and 'asoc/fix/pxa' into asoc-linus by Mark Brown · 7 years ago
  25. c0a480d device property: Fix usecount for of_graph_get_port_parent() by Tony Lindgren · 7 years ago
  26. e470e4f of_mdio: kill useless variable in of_phy_register_fixed_link() by Sergei Shtylyov · 7 years ago
  27. e2af1f5 of_pci: use of_property_read_u32_array() by Sergei Shtylyov · 7 years ago
  28. 56134e3 of_pci: use of_property_read_u32() by Sergei Shtylyov · 7 years ago
  29. b0d9d92 of: base: use of_property_read_string() by Sergei Shtylyov · 7 years ago
  30. 8832963 of: base: use of_property_read_u32() by Sergei Shtylyov · 7 years ago
  31. 3e3119d device property: Introduce fwnode_property_get_reference_args by Sakari Ailus · 7 years ago
  32. 37ba983 device property: Constify fwnode property API by Sakari Ailus · 7 years ago
  33. db3e50f device property: Get rid of struct fwnode_handle type field by Sakari Ailus · 7 years ago
  34. 531da74 of: irq: fix of_irq_to_resource() error check by Sergei Shtylyov · 7 years ago
  35. fda9f5d of: remove unused pci_space variable from address.c by Shawn Lin · 7 years ago
  36. fa976ff of: irq: use of_property_read_u32() by Sergei Shtylyov · 7 years ago
  37. 6a245d9 of: irq: use of_property_read_bool() for "interrupt-controller" prop by Sergei Shtylyov · 7 years ago
  38. d1651b0 of: overlay: add overlay symbols to live device tree by Frank Rowand · 7 years ago
  39. c1cd1e0 of: overlay: correctly apply overlay node with unit-address by Frank Rowand · 7 years ago
  40. 60a0004 of: overlay: add overlay unittest data for node names and symbols by Frank Rowand · 7 years ago
  41. 0d638a0 of: Convert to using %pOF instead of full_name by Rob Herring · 8 years ago
  42. 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
  43. f263fbb Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  44. dd6ec12 Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  45. 920f2ec Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  46. a4485b5 Merge branch 'dt/property-move' into dt/next by Rob Herring · 7 years ago
  47. b8ba92b Merge branch 'topic/of-graph-base' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into dt/property-move by Rob Herring · 7 years ago
  48. 6bf4cd2 Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next by Mark Brown · 7 years ago
  49. 716fb31 OF/PCI: Update of_irq_parse_and_map_pci() comment by Matthew Minter · 8 years ago
  50. ce4fecf vsprintf: Add %p extension "%pOF" for device tree by Pantelis Antoniou · 10 years ago
  51. 27497e1 of: find_node_by_full_name rewrite to compare each level by Rob Herring · 8 years ago
  52. 95e6b1f of: use kbasename instead of open coding by Rob Herring · 8 years ago
  53. 7a12f45 of: detect invalid phandle in overlay by Frank Rowand · 8 years ago
  54. 7ace5f4 of: be consistent in form of file mode by Frank Rowand · 8 years ago
  55. 24996951 of: make __of_attach_node() static by Frank Rowand · 8 years ago
  56. 7602f42 of: address.c header comment typo by Frank Rowand · 8 years ago
  57. 0ef5adc of: fdt.c header comment typo by Frank Rowand · 8 years ago
  58. 92af089 of: make of_fdt_is_compatible() static by Frank Rowand · 8 years ago
  59. 2294b3a device property: Introduce fwnode_device_is_available() by Sakari Ailus · 8 years ago
  60. 3b27d00 device property: Move fwnode graph ops to firmware specific locations by Sakari Ailus · 8 years ago
  61. 3708184 device property: Move FW type specific functionality to FW specific files by Sakari Ailus · 8 years ago
  62. 2b81534 Merge branch 'dt/property-move' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Rafael J. Wysocki · 8 years ago
  63. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  64. 4798a71 of_mdio: move of_mdio_parse_addr to header file by Jon Mason · 8 years ago
  65. d396e84 mdio_bus: handle only single PHY reset GPIO by Sergei Shtylyov · 8 years ago
  66. 1df09bc of: Move OF property and graph API from base.c to property.c by Sakari Ailus · 8 years ago
  67. a37b19a iommu/of: Ignore all errors except EPROBE_DEFER by Sricharan R · 8 years ago
  68. 590d4b3 Merge tag 'mmc-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 8 years ago
  69. c2372c2 of/platform: Make of_platform_device_destroy globally visible by Jan Glauber · 8 years ago
  70. 1fbbed4 Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  71. 49e67dd of: fdt: add missing allocation-failure check by Johan Hovold · 8 years ago
  72. ac1e695 of_graph: add of_graph_get_endpoint_count() by Kuninori Morimoto · 8 years ago
  73. 0ef472a of_graph: add of_graph_get_port_parent() by Kuninori Morimoto · 8 years ago
  74. 4c9c3d5 of_graph: add of_graph_get_remote_endpoint() by Kuninori Morimoto · 8 years ago
  75. 00bab23 of-graph: export symbol of_phandle_iterator_init/next by Kuninori Morimoto · 8 years ago
  76. 7a4228b of: irq: use of_irq_get() in of_irq_to_resource() by Thomas Petazzoni · 8 years ago
  77. dc2a248 Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  78. df3ed93 Partially Revert "of: fix sparse warnings in fdt, irq, reserved mem, and resolver code" by Rob Herring · 8 years ago
  79. 28b4780 Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  80. ea47dd1 of/fdt: introduce of_scan_flat_dt_subnodes and of_get_flat_dt_phandle by Nicholas Piggin · 8 years ago
  81. 857f864 Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  82. 3ef2bc0 Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  83. 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
  84. 17a7035 of: fix sparse warnings in fdt, irq, reserved mem, and resolver code by Rob Herring · 8 years ago
  85. eb31003 of: fix sparse warning in of_pci_range_parser_one by Rob Herring · 8 years ago
  86. 91d9674 of: fix sparse warnings in of_find_next_cache_node by Rob Herring · 8 years ago
  87. 8756cd1 of/unittest: Missing unlocks on error by Dan Carpenter · 8 years ago
  88. 2f34c12 Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  89. ee320b3 of: fix uninitialized variable warning for overlay test by Arnd Bergmann · 8 years ago
  90. 5d4dd65 of: fix unittest build without CONFIG_OF_OVERLAY by Arnd Bergmann · 8 years ago
  91. 81d0848f of: Add unit tests for applying overlays by Frank Rowand · 8 years ago
  92. 6922689 mdio_bus: Issue GPIO RESET to PHYs. by Roger Quadros · 8 years ago
  93. 7b07cbe iommu: of: Handle IOMMU lookup failure with deferred probing or error by Laurent Pinchart · 8 years ago
  94. 09515ef of/acpi: Configure dma operations at probe time for platform/amba/pci bus devices by Sricharan R · 8 years ago
  95. efc8551 of: device: Fix overflow of coherent_dma_mask by Sricharan R · 8 years ago
  96. 3f18667 of: dma: Make of_dma_deconfigure() public by Laurent Pinchart · 8 years ago
  97. b8475cbe of: fix "/cpus" reference leak in of_numa_parse_cpu_nodes() by Tyrel Datwyler · 8 years ago
  98. 2475a2b drivers/of/base.c: Add of_property_read_u64_index by Alistair Popple · 8 years ago
  99. 0634c29 of: Add function for generating a DT modalias with a newline by Rob Herring · 8 years ago
  100. bcf54d5 of: fix of_device_get_modalias returned length when truncating buffers by Rob Herring · 8 years ago