Age | Commit message (Expand) | Author |
2022-09-28 | irqchip: Make irqchip_init() usable on pure ACPI systems | Huacai Chen |
2022-05-22 | powerpc/powermac: constify device_node in of_irq_parse_oldworld() | Krzysztof Kozlowski |
2021-02-11 | of: irq: Fix the return value for of_irq_parse_one() stub | Saravana Kannan |
2021-02-10 | of: irq: make a stub for of_irq_parse_one() | Stephen Rothwell |
2020-07-28 | of/irq: Make of_msi_map_rid() PCI bus agnostic | Lorenzo Pieralisi |
2020-07-28 | of/irq: make of_msi_map_get_device_domain() bus agnostic | Diana Craciun |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-05-11 | Partially Revert "of: fix sparse warnings in fdt, irq, reserved mem, and reso... | Rob Herring |
2017-05-04 | of: fix sparse warnings in fdt, irq, reserved mem, and resolver code | Rob Herring |
2015-12-09 | of/irq: move of_msi_map_rid declaration to the correct ifdef section | Rob Herring |
2015-12-09 | of/irq: Export of_irq_find_parent again | Carlo Caione |
2015-11-06 | Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2015-10-16 | of/irq: Use the msi-map property to provide device-specific MSI domain | Marc Zyngier |
2015-10-16 | of/irq: Add support code for multi-parent version of "msi-parent" | Marc Zyngier |
2015-10-16 | of/irq: Add new function of_msi_map_rid() | David Daney |
2015-10-13 | of/irq: fix guards for irq_of_parse_and_map prototype | Jonas Gorski |
2015-10-13 | of/irq: make of_irq_find_parent static | Jonas Gorski |
2015-10-13 | of/irq: move of_msi_configure to the right guard and add a dummy | Jonas Gorski |
2015-07-30 | of/platform: Assign MSI domain to platform device | Marc Zyngier |
2015-04-14 | of: Add dummy of_irq_to_resource_table() for IRQ_OF=n | Geert Uytterhoeven |
2014-05-23 | of/irq: do irq resolution in platform_get_irq_byname() | Grygorii Strashko |
2014-04-24 | of/irq: do irq resolution in platform_get_irq | Rob Herring |
2013-11-08 | dt/irq: add empty of_irq_count for !OF_IRQ | Rob Herring |
2013-10-24 | of/irq: Refactor interrupt-map parsing | Grant Likely |
2013-10-24 | of/irq: simplify args to irq_create_of_mapping | Grant Likely |
2013-10-24 | of/irq: Replace of_irq with of_phandle_args | Grant Likely |
2013-10-24 | of/irq: Rename of_irq_map_* functions to of_irq_parse_* | Grant Likely |
2013-09-24 | of: clean-up ifdefs in of_irq.h | Rob Herring |
2012-10-17 | of/irq: sparse fixes | Kim Phillips |
2012-09-20 | of/irq: Create stub for of_irq_find_parent when !CONFIG_OF | Lee Jones |
2012-04-17 | of/irq: add empty irq_of_parse_and_map() for non-dt builds | Thomas Abraham |
2012-02-26 | irq_domain: Centralize definition of irq_dispose_mapping() | Grant Likely |
2011-10-31 | of/irq: introduce of_irq_init | Rob Herring |
2011-07-28 | irq: add irq_domain translation infrastructure | Grant Likely |
2011-04-20 | of: Export of_irq_find_parent() | Michael Ellerman |
2010-10-21 | of/irq: of_irq.c needs to include linux/irq.h | Grant Likely |
2010-10-12 | of/irq: remove references to NO_IRQ in drivers/of/platform.c | Andres Salomon |
2010-07-05 | of/irq: merge irq mapping code | Grant Likely |
2010-06-28 | of/irq: Move irq_of_parse_and_map() to common code | Grant Likely |