summaryrefslogtreecommitdiffstats
path: root/drivers/of/irq.c
Commit message (Expand)AuthorAgeFilesLines
...
* of/irq: Fix potential buffer overflowGrant Likely2013-11-041-2/+8
* of/irq: Fix bug in interrupt parsing refactor.Grant Likely2013-11-041-10/+10
* of/irq: create interrupts-extended propertyGrant Likely2013-10-291-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/+7Star
* 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/+4Star
* 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-231-7/+7
* Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-021-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-131-0/+39
* of/irq: Fix endian issues in parsing interrupt specifiersGrant Likely2010-07-251-6/+7
* of: Fix phandle endian issuesGrant Likely2010-07-251-3/+3
* of: Use full node name in resource structuresGrant Likely2010-07-061-0/+1
* of/irq: little endian fixesRob Herring2010-07-061-8/+9
* of/irq: merge irq mapping codeGrant Likely2010-07-061-0/+301
* of/irq: Move irq_of_parse_and_map() to common codeGrant Likely2010-06-281-0/+45