summaryrefslogtreecommitdiffstats
path: root/drivers/of/irq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-071-46/+31
|\
| * of/irq: use of_property_read_u32_index to parse interrupts propertyRob Herring2017-08-011-21/+13
| * of: irq: use of_property_read_u32()Sergei Shtylyov2017-07-211-18/+12
| * of: irq: use of_property_read_bool() for "interrupt-controller" propSergei Shtylyov2017-07-211-3/+2
| * of: Convert to using %pOF instead of full_nameRob Herring2017-07-181-5/+5
* | of: irq: fix of_irq_to_resource() error checkSergei Shtylyov2017-07-211-1/+1
|/
* of: irq: use of_irq_get() in of_irq_to_resource()Thomas Petazzoni2017-05-161-1/+4
* of: fix sparse warnings in fdt, irq, reserved mem, and resolver codeRob Herring2017-05-041-1/+1
* of/irq: improve error report on irq discovery process failureGuilherme G. Piccoli2017-01-091-7/+12
* of: irq: make of_msi_configure accessible from modulesSinan Kaya2016-10-191-0/+1
* of/irq: Break out msi-map lookup (again)Robin Murphy2016-09-161-74/+4
* of/irq: Mark interrupt controllers as populated before initialisationPhilipp Zabel2016-08-091-2/+3
* of: use pr_fmt prefix for all console printingRob Herring2016-07-181-0/+2
* of/irq: Mark initialised interrupt controllers as populatedJon Hunter2016-06-241-0/+2
* of: irq: fix of_irq_get[_byname]() kernel-docSergei Shtylyov2016-06-031-9/+10
* of/irq: Fix msi-map calculation for nonzero rid-baseRobin Murphy2016-02-111-1/+8
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-311-15/+3
|\
| * of: MSI: Simplify irqdomain lookupMarc Zyngier2016-01-261-15/+3
* | Merge tag 'devicetree-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-01-141-14/+13
|\ \ | |/ |/|
| * of/irq: optimize device node matching loop in of_irq_init()Masahiro Yamada2015-12-091-14/+13
* | of/irq: Export of_irq_find_parent againCarlo Caione2015-12-091-1/+2
|/
* Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-061-3/+6
|\
| * of/irq: add missing of_node_putJulia Lawall2015-10-221-2/+5
| * of/irq: make of_irq_find_parent staticJonas Gorski2015-10-131-1/+1
* | of/irq: Use the msi-map property to provide device-specific MSI domainMarc Zyngier2015-10-161-0/+18
* | of/irq: Split of_msi_map_rid to reuse msi-map lookupMarc Zyngier2015-10-161-15/+28
* | of/irq: Use of_msi_get_domain instead of open-coded "msi-parent" parsingMarc Zyngier2015-10-161-20/+11
* | of/irq: Add support code for multi-parent version of "msi-parent"Marc Zyngier2015-10-161-0/+59
* | of/irq: Add new function of_msi_map_rid()David Daney2015-10-161-0/+84
|/
* Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2015-09-081-0/+1
|\
| * of/irq: export of_get_irq_byname()Dmitry Torokhov2015-08-261-0/+1
* | of/platform: Assign MSI domain to platform deviceMarc Zyngier2015-07-301-0/+21
|/
* of/irq: Rename "intc_desc" to "of_intc_desc" to fix OF on shGeert Uytterhoeven2015-06-301-3/+3
* of/irq: Fix pSeries boot failureJeremy Linton2015-06-301-2/+1
* of/irq: Fix of_irq_parse_one() returned error codesLaurent Pinchart2015-03-191-3/+7
* 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
OpenPOWER on IntegriCloud