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