summaryrefslogtreecommitdiff
path: root/drivers/of/irq.c
Commit message (Expand)AuthorAge
* of/irq: Fix msi-map calculation for nonzero rid-baseRobin Murphy2016-02-11
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-31
|\
| * of: MSI: Simplify irqdomain lookupMarc Zyngier2016-01-26
* | Merge tag 'devicetree-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-01-14
|\ \ | |/ |/|
| * of/irq: optimize device node matching loop in of_irq_init()Masahiro Yamada2015-12-09
* | of/irq: Export of_irq_find_parent againCarlo Caione2015-12-09
|/
* Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-06
|\
| * of/irq: add missing of_node_putJulia Lawall2015-10-22
| * of/irq: make of_irq_find_parent staticJonas Gorski2015-10-13
* | of/irq: Use the msi-map property to provide device-specific MSI domainMarc Zyngier2015-10-16
* | of/irq: Split of_msi_map_rid to reuse msi-map lookupMarc Zyngier2015-10-16
* | of/irq: Use of_msi_get_domain instead of open-coded "msi-parent" parsingMarc Zyngier2015-10-16
* | of/irq: Add support code for multi-parent version of "msi-parent"Marc Zyngier2015-10-16
* | of/irq: Add new function of_msi_map_rid()David Daney2015-10-16
|/
* Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2015-09-08
|\
| * of/irq: export of_get_irq_byname()Dmitry Torokhov2015-08-26
* | of/platform: Assign MSI domain to platform deviceMarc Zyngier2015-07-30
|/
* of/irq: Rename "intc_desc" to "of_intc_desc" to fix OF on shGeert Uytterhoeven2015-06-30
* of/irq: Fix pSeries boot failureJeremy Linton2015-06-30
* of/irq: Fix of_irq_parse_one() returned error codesLaurent Pinchart2015-03-19
* of/irq: Export of_irq_get()Laurent Pinchart2014-11-10
* of/irq: Fix lookup to use 'interrupts-extended' property firstFlorian Fainelli2014-08-16
* of/irq: do irq resolution in platform_get_irq_byname()Grygorii Strashko2014-05-23
* of/irq: do irq resolution in platform_get_irqRob Herring2014-04-24
* dt: Fix binding typos in clock-names and interrupt-namesGeert Uytterhoeven2014-04-23
* Merge remote-tracking branch 'grant/devicetree/next' into for-3.14Rob Herring2014-01-17
|\
| * of/irq: Fix device_node refcount in of_irq_parse_raw()Cédric Le Goater2013-12-30
* | of: irq: Ignore disabled intc's when searching mapPeter Crosthwaite2013-12-04
* | of: irq: Ignore disabled interrupt controllersPeter Crosthwaite2013-12-04
|/
* of: irq: Fix interrupt-map entry matchingTomasz Figa2013-11-07
* of/irq: Fix potential buffer overflowGrant Likely2013-11-03
* of/irq: Fix bug in interrupt parsing refactor.Grant Likely2013-11-03
* of/irq: create interrupts-extended propertyGrant Likely2013-10-28
* of/irq: Rework of_irq_count()Thierry Reding2013-10-24
* of: Add helper for printing an of_phandle_args structureGrant Likely2013-10-24
* of/irq: Refactor interrupt-map parsingGrant Likely2013-10-24
* of/irq: simplify args to irq_create_of_mappingGrant Likely2013-10-24
* of/irq: Replace of_irq with of_phandle_argsGrant Likely2013-10-24
* of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2013-10-24
* of/irq: Pass trigger type in IRQ resource flagsTomasz Figa2013-10-15
* of: Fix dereferencing node name in debug output to be safeGrant Likely2013-10-15
* irq/of: Fix comment typo for irq_of_parse_and_mapYijing Wang2013-09-09
* of/irq: init struct resource to 0 in of_irq_to_resource()Sebastian Andrzej Siewior2013-07-22
* of/irq: Avoid calling list_first_entry() for empty listAxel Lin2013-07-22
* of/irq: sparse fixesKim Phillips2012-10-17
* DT: export of_irq_to_resource_table()John Crispin2012-09-06
* devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-07-06
* of/irq: Add interrupts-names property to name an irq resourceBenoit Cousson2012-01-04
* of/irq: Get rid of NO_IRQ usageAnton Vorontsov2011-12-07
* of/irq: of_irq_init: add check for parent equal to child nodeRob Herring2011-11-29