Age | Commit message (Expand) | Author | Files | Lines |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-05-11 | Partially Revert "of: fix sparse warnings in fdt, irq, reserved mem, and reso... | Rob Herring | 1 | -1/+1 |
2017-05-04 | of: fix sparse warnings in fdt, irq, reserved mem, and resolver code | Rob Herring | 1 | -1/+1 |
2015-12-09 | of/irq: move of_msi_map_rid declaration to the correct ifdef section | Rob Herring | 1 | -7/+6 |
2015-12-09 | of/irq: Export of_irq_find_parent again | Carlo Caione | 1 | -0/+6 |
2015-11-06 | Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -9/+6 |
2015-10-16 | of/irq: Use the msi-map property to provide device-specific MSI domain | Marc Zyngier | 1 | -0/+7 |
2015-10-16 | of/irq: Add support code for multi-parent version of "msi-parent" | Marc Zyngier | 1 | -0/+9 |
2015-10-16 | of/irq: Add new function of_msi_map_rid() | David Daney | 1 | -0/+7 |
2015-10-13 | of/irq: fix guards for irq_of_parse_and_map prototype | Jonas Gorski | 1 | -2/+2 |
2015-10-13 | of/irq: make of_irq_find_parent static | Jonas Gorski | 1 | -6/+0 |
2015-10-13 | of/irq: move of_msi_configure to the right guard and add a dummy | Jonas Gorski | 1 | -1/+4 |
2015-07-30 | of/platform: Assign MSI domain to platform device | Marc Zyngier | 1 | -0/+1 |
2015-04-15 | of: Add dummy of_irq_to_resource_table() for IRQ_OF=n | Geert Uytterhoeven | 1 | -2/+7 |
2014-05-23 | of/irq: do irq resolution in platform_get_irq_byname() | Grygorii Strashko | 1 | -0/+5 |
2014-04-25 | of/irq: do irq resolution in platform_get_irq | Rob Herring | 1 | -0/+5 |
2013-11-08 | dt/irq: add empty of_irq_count for !OF_IRQ | Rob Herring | 1 | -1/+9 |
2013-10-24 | of/irq: Refactor interrupt-map parsing | Grant Likely | 1 | -4/+1 |
2013-10-24 | of/irq: simplify args to irq_create_of_mapping | Grant Likely | 1 | -3/+1 |
2013-10-24 | of/irq: Replace of_irq with of_phandle_args | Grant Likely | 1 | -20/+4 |
2013-10-24 | of/irq: Rename of_irq_map_* functions to of_irq_parse_* | Grant Likely | 1 | -4/+4 |
2013-09-25 | of: clean-up ifdefs in of_irq.h | Rob Herring | 1 | -12/+8 |
2012-10-18 | of/irq: sparse fixes | Kim Phillips | 1 | -2/+2 |
2012-09-20 | of/irq: Create stub for of_irq_find_parent when !CONFIG_OF | Lee Jones | 1 | -0/+5 |
2012-04-18 | of/irq: add empty irq_of_parse_and_map() for non-dt builds | Thomas Abraham | 1 | -2/+10 |
2012-02-27 | irq_domain: Centralize definition of irq_dispose_mapping() | Grant Likely | 1 | -3/+1 |
2011-10-31 | of/irq: introduce of_irq_init | Rob Herring | 1 | -0/+3 |
2011-07-28 | irq: add irq_domain translation infrastructure | Grant Likely | 1 | -0/+4 |
2011-04-20 | of: Export of_irq_find_parent() | Michael Ellerman | 1 | -0/+1 |
2010-10-21 | of/irq: of_irq.c needs to include linux/irq.h | Grant Likely | 1 | -0/+1 |
2010-10-13 | of/irq: remove references to NO_IRQ in drivers/of/platform.c | Andres Salomon | 1 | -0/+3 |
2010-07-06 | of/irq: merge irq mapping code | Grant Likely | 1 | -0/+29 |
2010-06-28 | of/irq: Move irq_of_parse_and_map() to common code | Grant Likely | 1 | -0/+41 |