1. 5687ffb Merge android-4.9.214(c1c5428) into msm-4.9 by jianzhou · 4 years, 2 months ago
  2. ba7b9e6 of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpc by Michael Ellerman · 4 years, 4 months ago
  3. d523ad4 Merge remote-tracking branch '4.9/tmp-951d823' into msm-4.9 by Kyle Yan · 7 years ago
  4. ae5074b of: fix sparse warning in of_pci_range_parser_one by Rob Herring · 7 years ago
  5. 0905569 of/address: Add new API of_iomap_by_name and of_get_address_by_name by Xiaocheng Li · 10 years ago
  6. 606ad42 of: use pr_fmt prefix for all console printing by Rob Herring · 8 years ago
  7. c5076cf PCI, of: Move PCI I/O space management to PCI core code by Tomasz Nowicki · 8 years ago
  8. 5339f9d Merge tag 'devicetree-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  9. 289582e of/address: replace printk(KERN_ERR ...) with pr_err(...) by Masahiro Yamada · 8 years ago
  10. ba85edb of/address: fix typo in comment block of of_translate_one() by Masahiro Yamada · 8 years ago
  11. 4af9710 PCI: of: Add 64-bit address recognition without LPAE support by Pavel Fedin · 9 years ago
  12. 3a496b0 of/address: Don't loop forever in of_find_matching_node_by_address(). by David Daney · 9 years ago
  13. 4da3064 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 9 years ago
  14. 294240f of/address: use atomic allocation in pci_register_io_range() by Jingoo Han · 9 years ago
  15. 5dbb4c6 of/pci: Fix pci_address_to_pio() conversion of CPU address to I/O port by Zhichang Yuan · 9 years ago
  16. 41d9489 drivers/of: Add empty ranges quirk for PA-Semi by Benjamin Herrenschmidt · 9 years ago
  17. 66e6a5a Merge tag 'v3.18-rc6' into devicetree/next by Grant Likely · 9 years ago
  18. 746c9e9 of/base: Fix PowerPC address parsing hack by Benjamin Herrenschmidt · 10 years ago
  19. a0212ae of/address: Don't throw errors on absent ranges properties by Benjamin Herrenschmidt · 10 years ago
  20. b75b276 of: Request and map make argument name constant by Matthias Brugger · 10 years ago
  21. 0b0b089 of/pci: Fix the conversion of IO ranges into IO resources by Liviu Dudau · 10 years ago
  22. 83bbde1 of/pci: Move of_pci_range_to_resource() to of/address.c by Liviu Dudau · 10 years ago
  23. 41f8bba of/pci: Add pci_register_io_range() and pci_pio_to_address() by Liviu Dudau · 10 years ago
  24. efd342f of: Provide a function to request and map memory by Matthias Brugger · 10 years ago
  25. eb3d3ec Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next by Linus Torvalds · 10 years ago
  26. d9c6866 of: kill off of_can_translate_address by Rob Herring · 10 years ago
  27. 92ea637 of: introduce of_dma_is_coherent() helper by Santosh Shilimkar · 10 years ago
  28. 18308c9 of: introduce of_dma_get_range() helper by Grygorii Strashko · 10 years ago
  29. dab2310 Merge tag 'v3.14-rc5' into HEAD by Grant Likely · 10 years ago
  30. 25a3157 of: Allows to use the PCI translator without the PCI core by Gregory CLEMENT · 10 years ago
  31. 14e2abb of: fix PCI bus match for PCIe slots by Kleber Sacilotto de Souza · 10 years ago
  32. 13fcca8 Revert "of/address: Handle #address-cells > 2 specially" by Rob Herring · 10 years ago
  33. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  34. 0c02c80 of/irq: Rename of_irq_map_* functions to of_irq_parse_* by Grant Likely · 11 years ago
  35. 8804827 of: Fix dereferencing node name in debug output to be safe by Grant Likely · 11 years ago
  36. 25ff794 of: implement pci_address_to_pio as weak function by Rob Herring · 11 years ago
  37. 74b9272 Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  38. 6dd18e4 of: Fix address decoding on Bimini and js2x machines by Benjamin Herrenschmidt · 11 years ago
  39. 29b635c of/pci: Provide support for parsing PCI DT ranges property by Andrew Murray · 11 years ago
  40. 59f5ca4 of: fix spelling mistake in comment by Andrew Murray · 11 years ago
  41. 47b1e68 of/address: sparse fixes by Kim Phillips · 12 years ago
  42. e38c0a1 of/address: Handle #address-cells > 2 specially by Thierry Reding · 12 years ago
  43. 5d61b16 of: Allow busses with #size-cells=0 by Stephen Warren · 12 years ago
  44. 5019f0b ARM: spear: remove most mach/*.h header contents by Arnd Bergmann · 12 years ago
  45. 35f3da3 of/address: Add reg-names property to name an iomem resource by Benoit Cousson · 12 years ago
  46. 28c1b6d of: address: use resource_size helper by Felipe Balbi · 13 years ago
  47. 90e33f6 of/address: Add of_find_matching_node_by_address helper by Grant Likely · 13 years ago
  48. 0131d89 of/address: use proper endianess in get_flags by Sebastian Andrzej Siewior · 13 years ago
  49. a9fadee of: use __be32 types for big-endian device tree data by Jeremy Kerr · 14 years ago
  50. d3571c3 of: Use full node name in resource structures by Grant Likely · 14 years ago
  51. 3930f29 of/address: restrict 'no-ranges' kludge to powerpc by Grant Likely · 14 years ago
  52. 154063a9 of/address: little-endian fixes by Grant Likely · 14 years ago
  53. dbbdee9 of/address: Merge all of the bus translation code by Grant Likely · 14 years ago
  54. 1f5bef3 of/address: merge of_address_to_resource() by Grant Likely · 14 years ago
  55. 6b884a8 of/address: merge of_iomap() by Grant Likely · 14 years ago