1. 987068f of/irq: Break out msi-map lookup (again) by Robin Murphy · 8 years ago
  2. e55aeb6 of/irq: Mark interrupt controllers as populated before initialisation by Philipp Zabel · 8 years ago
  3. 606ad42 of: use pr_fmt prefix for all console printing by Rob Herring · 8 years ago
  4. 15cc2ed of/irq: Mark initialised interrupt controllers as populated by Jon Hunter · 8 years ago
  5. 3993546 of: irq: fix of_irq_get[_byname]() kernel-doc by Sergei Shtylyov · 8 years ago
  6. 5d589d8 of/irq: Fix msi-map calculation for nonzero rid-base by Robin Murphy · 8 years ago
  7. 30e4c9a Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  8. 14a0db3 of: MSI: Simplify irqdomain lookup by Marc Zyngier · 8 years ago
  9. 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
  10. 264041e of/irq: optimize device node matching loop in of_irq_init() by Masahiro Yamada · 8 years ago
  11. 4c3141e of/irq: Export of_irq_find_parent again by Carlo Caione · 8 years ago
  12. 9bbd4b9 Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  13. 8363ccb of/irq: add missing of_node_put by Julia Lawall · 9 years ago
  14. 82b9b42 of/irq: Use the msi-map property to provide device-specific MSI domain by Marc Zyngier · 9 years ago
  15. a251b26 of/irq: Split of_msi_map_rid to reuse msi-map lookup by Marc Zyngier · 9 years ago
  16. 61c0824 of/irq: Use of_msi_get_domain instead of open-coded "msi-parent" parsing by Marc Zyngier · 9 years ago
  17. 48ae34f of/irq: Add support code for multi-parent version of "msi-parent" by Marc Zyngier · 9 years ago
  18. 8db02d8 of/irq: Add new function of_msi_map_rid() by David Daney · 9 years ago
  19. 52493d4 of/irq: make of_irq_find_parent static by Jonas Gorski · 9 years ago
  20. acceba5 Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  21. 6602c45 of/irq: export of_get_irq_byname() by Dmitry Torokhov · 9 years ago
  22. c706c23 of/platform: Assign MSI domain to platform device by Marc Zyngier · 9 years ago
  23. 48a9b73 of/irq: Rename "intc_desc" to "of_intc_desc" to fix OF on sh by Geert Uytterhoeven · 9 years ago
  24. d23b251 of/irq: Fix pSeries boot failure by Jeremy Linton · 9 years ago
  25. d7c1460 of/irq: Fix of_irq_parse_one() returned error codes by Laurent Pinchart · 9 years ago
  26. 9eb08fb of/irq: Export of_irq_get() by Laurent Pinchart · 10 years ago
  27. a9ecdc0 of/irq: Fix lookup to use 'interrupts-extended' property first by Florian Fainelli · 10 years ago
  28. ad69674 of/irq: do irq resolution in platform_get_irq_byname() by Grygorii Strashko · 10 years ago
  29. 9ec36ca of/irq: do irq resolution in platform_get_irq by Rob Herring · 10 years ago
  30. ae107d0 dt: Fix binding typos in clock-names and interrupt-names by Geert Uytterhoeven · 10 years ago
  31. 361128f Merge remote-tracking branch 'grant/devicetree/next' into for-3.14 by Rob Herring · 10 years ago
  32. 2f53a71 of/irq: Fix device_node refcount in of_irq_parse_raw() by Cédric Le Goater · 10 years ago
  33. 1ca56e7 of: irq: Ignore disabled intc's when searching map by Peter Crosthwaite · 10 years ago
  34. bf49be0 of: irq: Ignore disabled interrupt controllers by Peter Crosthwaite · 10 years ago
  35. 74dac2e of: irq: Fix interrupt-map entry matching by Tomasz Figa · 11 years ago
  36. 355e62f of/irq: Fix potential buffer overflow by Grant Likely · 11 years ago
  37. 78119fd of/irq: Fix bug in interrupt parsing refactor. by Grant Likely · 11 years ago
  38. 79d9701 of/irq: create interrupts-extended property by Grant Likely · 11 years ago
  39. 3da5278 of/irq: Rework of_irq_count() by Thierry Reding · 11 years ago
  40. 624cfca of: Add helper for printing an of_phandle_args structure by Grant Likely · 11 years ago
  41. 2361613 of/irq: Refactor interrupt-map parsing by Grant Likely · 11 years ago
  42. e6d30ab of/irq: simplify args to irq_create_of_mapping by Grant Likely · 11 years ago
  43. 530210c of/irq: Replace of_irq with of_phandle_args by Grant Likely · 11 years ago
  44. 0c02c80 of/irq: Rename of_irq_map_* functions to of_irq_parse_* by Grant Likely · 11 years ago
  45. 4a43d68 of/irq: Pass trigger type in IRQ resource flags by Tomasz Figa · 11 years ago
  46. 8804827 of: Fix dereferencing node name in debug output to be safe by Grant Likely · 11 years ago
  47. d84ff46 irq/of: Fix comment typo for irq_of_parse_and_map by Yijing Wang · 11 years ago
  48. cf9e236 of/irq: init struct resource to 0 in of_irq_to_resource() by Sebastian Andrzej Siewior · 11 years ago
  49. c0cdfaa of/irq: Avoid calling list_first_entry() for empty list by Axel Lin · 11 years ago
  50. d2e4151 of/irq: sparse fixes by Kim Phillips · 12 years ago
  51. a4f8bf2 DT: export of_irq_to_resource_table() by John Crispin · 12 years ago
  52. 74a7f08 devicetree: add helper inline for retrieving a node's full name by Grant Likely · 12 years ago
  53. 661db79 of/irq: Add interrupts-names property to name an irq resource by Benoit Cousson · 12 years ago
  54. 77a7300 of/irq: Get rid of NO_IRQ usage by Anton Vorontsov · 12 years ago
  55. d7fb6d0 of/irq: of_irq_init: add check for parent equal to child node by Rob Herring · 12 years ago
  56. b4bbb02 Revert "of/irq: of_irq_find_parent: check for parent equal to child" by Linus Torvalds · 12 years ago
  57. 367069f Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  58. c71a54b of/irq: introduce of_irq_init by Rob Herring · 13 years ago
  59. dc93728 of/irq: of_irq_find_parent: check for parent equal to child by Rob Herring · 13 years ago
  60. 0b2e9a8 of: Export of_irq_find_parent() by Michael Ellerman · 13 years ago
  61. 52f6537 of/irq: remove references to NO_IRQ in drivers/of/platform.c by Andres Salomon · 14 years ago
  62. d2f7183 of/irq: Fix endian issues in parsing interrupt specifiers by Grant Likely · 14 years ago
  63. 9a6b2e5 of: Fix phandle endian issues by Grant Likely · 14 years ago
  64. d3571c3 of: Use full node name in resource structures by Grant Likely · 14 years ago
  65. a7c194b of/irq: little endian fixes by Rob Herring · 14 years ago
  66. 7dc2e11 of/irq: merge irq mapping code by Grant Likely · 14 years ago
  67. e387344 of/irq: Move irq_of_parse_and_map() to common code by Grant Likely · 14 years ago