summaryrefslogtreecommitdiffstats
path: root/drivers/of/irq.c
Commit message (Expand)AuthorAgeFilesLines
* of/irq: Export of_irq_get()Laurent Pinchart2014-11-101-0/+1
* of/irq: Fix lookup to use 'interrupts-extended' property firstFlorian Fainelli2014-08-161-8/+9
* of/irq: do irq resolution in platform_get_irq_byname()Grygorii Strashko2014-05-231-0/+22
* of/irq: do irq resolution in platform_get_irqRob Herring2014-04-241-0/+26
* dt: Fix binding typos in clock-names and interrupt-namesGeert Uytterhoeven2014-04-231-1/+1
* Merge remote-tracking branch 'grant/devicetree/next' into for-3.14Rob Herring2014-01-171-4/+1
|\
| * of/irq: Fix device_node refcount in of_irq_parse_raw()Cédric Le Goater2013-12-301-4/+1
* | of: irq: Ignore disabled intc's when searching mapPeter Crosthwaite2013-12-041-0/+3
* | of: irq: Ignore disabled interrupt controllersPeter Crosthwaite2013-12-041-1/+2
|/
* of: irq: Fix interrupt-map entry matchingTomasz Figa2013-11-071-1/+1
* of/irq: Fix potential buffer overflowGrant Likely2013-11-031-2/+8
* of/irq: Fix bug in interrupt parsing refactor.Grant Likely2013-11-031-10/+10
* of/irq: create interrupts-extended propertyGrant Likely2013-10-281-5/+11
* of/irq: Rework of_irq_count()Thierry Reding2013-10-241-1/+2
* of: Add helper for printing an of_phandle_args structureGrant Likely2013-10-241-3/+3
* of/irq: Refactor interrupt-map parsingGrant Likely2013-10-241-51/+57
* of/irq: simplify args to irq_create_of_mappingGrant Likely2013-10-241-1/+1
* of/irq: Replace of_irq with of_phandle_argsGrant Likely2013-10-241-8/+7
* of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2013-10-241-14/+14
* of/irq: Pass trigger type in IRQ resource flagsTomasz Figa2013-10-151-1/+1
* of: Fix dereferencing node name in debug output to be safeGrant Likely2013-10-151-4/+4
* irq/of: Fix comment typo for irq_of_parse_and_mapYijing Wang2013-09-091-1/+1
* of/irq: init struct resource to 0 in of_irq_to_resource()Sebastian Andrzej Siewior2013-07-221-0/+1
* of/irq: Avoid calling list_first_entry() for empty listAxel Lin2013-07-221-2/+3
* of/irq: sparse fixesKim Phillips2012-10-171-3/+5
* DT: export of_irq_to_resource_table()John Crispin2012-09-061-0/+1
* devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-07-061-1/+1
* of/irq: Add interrupts-names property to name an irq resourceBenoit Cousson2012-01-041-1/+10
* of/irq: Get rid of NO_IRQ usageAnton Vorontsov2011-12-071-9/+4
* of/irq: of_irq_init: add check for parent equal to child nodeRob Herring2011-11-291-0/+2
* Revert "of/irq: of_irq_find_parent: check for parent equal to child"Linus Torvalds2011-11-221-7/+7
* Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-0/+107
|\
| * of/irq: introduce of_irq_initRob Herring2011-10-311-0/+107
* | of/irq: of_irq_find_parent: check for parent equal to childRob Herring2011-10-051-7/+7
|/
* of: Export of_irq_find_parent()Michael Ellerman2011-04-201-1/+1
* of/irq: remove references to NO_IRQ in drivers/of/platform.cAndres Salomon2010-10-121-0/+39
* of/irq: Fix endian issues in parsing interrupt specifiersGrant Likely2010-07-241-6/+7
* of: Fix phandle endian issuesGrant Likely2010-07-241-3/+3
* of: Use full node name in resource structuresGrant Likely2010-07-051-0/+1
* of/irq: little endian fixesRob Herring2010-07-051-8/+9
* of/irq: merge irq mapping codeGrant Likely2010-07-051-0/+301
* of/irq: Move irq_of_parse_and_map() to common codeGrant Likely2010-06-281-0/+45
OpenPOWER on IntegriCloud