summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
Commit message (Expand)AuthorAgeFilesLines
* irqchip/mbigen: Make CONFIG_HISILICON_IRQ_MBIGEN a hidden optionMaJun2016-03-231-8/+6
* irqchip/mbigen: Handle multiple device nodes in a mbigen moduleMaJun2016-03-211-14/+24
* irqchip/tegra: Switch to use irq_domain_free_irqs_commonAxel Lin2016-03-201-13/+1
* irqchip/irq-alpine-msi: Release the correct domain on errorDan Carpenter2016-03-111-1/+1
* irqchip/mxs: Fix error check of of_io_request_and_map()Vladimir Zapolskiy2016-03-101-1/+1
* irqchip/sunxi-nmi: Fix error check of of_io_request_and_map()Vladimir Zapolskiy2016-03-101-2/+2
* irqchip/gic/realview: Support more RealView DCC variantsLinus Walleij2016-03-091-6/+38
* irqchip: Add the Alpine MSIX interrupt controllerAntoine Tenart2016-03-093-0/+300
* irqchip/gic-v3: Always return IRQ_SET_MASK_OK_DONE in gic_set_affinityAntoine Tenart2016-03-091-1/+1
* irqchip/gic-v3-its: Mark its_init() and its children as __initTomasz Nowicki2016-03-091-3/+4
* irqchip/gic-v3: Remove gic_root_node variable from the ITS codeHanjun Guo2016-03-091-3/+0
* irqchip/gic-v3: ACPI: Add redistributor support via GICC structuresTomasz Nowicki2016-03-091-13/+101
* irqchip/gic-v3: Add ACPI support for GICv3/4 initializationTomasz Nowicki2016-03-091-0/+137
* irqchip/gic-v3: Refactor gic_of_init() for GICv3 driverTomasz Nowicki2016-03-091-52/+78
* Merge branch 'linus' into irq/core, to pick up fixesIngo Molnar2016-03-083-25/+24
|\
| * irqchip/gicv3-its: Avoid cache flush beyond ITS_BASERn memory sizeShanker Donthineni2016-02-171-5/+6
| * irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1Ashok Kumar2016-02-111-6/+1
| * irqchip/gic: Only set the EOImodeNS bit for the root controllerJon Hunter2016-02-111-1/+1
| * irqchip/gic: Only populate set_affinity for the root controllerJon Hunter2016-02-111-6/+5
| * irqchip/gicv3-its: Fix memory leak in its_free_tables()Shanker Donthineni2016-02-041-6/+11
| * irqchip/sun4i: Fix compilation outside of arch/armAndre Przywara2016-02-021-1/+0
* | irqchip/mips-gic: Add new DT property to reserve IPIsQais Yousef2016-02-251-2/+10
* | MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef2016-02-252-81/+6
* | irqchip/mips-gic: Clear percpu_masks correctly when mappingQais Yousef2016-02-251-0/+3
* | irqchip/mips-gic: Use gic_vpes instead of NR_CPUSQais Yousef2016-02-251-3/+3
* | irqchip/mips-gic: Add device hierarchy domainQais Yousef2016-02-251-20/+83
* | irqchip/mips-gic: Add a IPI hierarchy domainQais Yousef2016-02-252-5/+180
* | Merge tag 'irqchip-core-4.6-2' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2016-02-218-14/+769
|\ \
| * \ Merge branch 'irqchip/mvebu' into irqchip/coreJason Cooper2016-02-215-14/+243
| |\ \
| | * | irqchip/gic: Return IRQ_SET_MASK_OK_DONE in the set_affinity methodMarc Zyngier2016-02-193-27/+3
| | * | irqchip/mvebu-odmi: Add new driver for platform MSI on Marvell 7K/8KThomas Petazzoni2016-02-193-0/+253
| * | | Merge branch 'irqchip/mips' into irqchip/coreJason Cooper2016-02-213-0/+288
| |\ \ \
| | * | | irqchip/ath79-cpu: Move the CPU IRQ driver from arch/mips/ath79/Alban Bedel2016-02-172-0/+98
| | * | | irqchip/ath79-misc: Move the MISC driver from arch/mips/ath79/Alban Bedel2016-02-172-0/+190
| * | | | Merge branch 'irqchip/tango' into irqchip/coreJason Cooper2016-02-213-0/+238
| |\ \ \ \
| | * | | | irqchip/tango: Add support for Sigma Designs SMP86xx/SMP87xx interrupt contro...Mans Rullgard2016-02-183-0/+238
| | |/ / /
* | | | | Merge tag 'irqchip-core-4.6' of git://git.infradead.org/users/jcooper/linux i...Thomas Gleixner2016-02-215-93/+74
|\ \ \ \ \ | |/ / / /
| * | | | irqchip/ts4800: Make ts4800_ic_ops static constAxel Lin2016-02-181-1/+1
| * | | | irqchip/bcm2836: Drop extra memory barrier in SMP boot.Eric Anholt2016-02-181-1/+0
| * | | | irqchip/ts4800: Add hardware dependencyJean Delvare2016-02-181-0/+1
| | |/ / | |/| |
| * | | irqchip/armada-370-xp: Do not enable it by default when ARCH_MVEBU is selectedGregory CLEMENT2016-02-161-1/+0
| * | | irqchip/armada-370-xp: Allow allocation of multiple MSIsThomas Petazzoni2016-02-161-11/+14
| * | | irqchip/armada-370-xp: Use shorter names for irq_chipThomas Petazzoni2016-02-161-3/+3
| * | | irqchip/armada-370-xp: Use PCI_MSI_DOORBELL_START where appropriateThomas Petazzoni2016-02-161-2/+2
| * | | irqchip/armada-370-xp: Use the generic MSI infrastructureThomas Petazzoni2016-02-162-88/+62
| * | | irqchip/armada-370-xp: Add Kconfig option for the driverThomas Petazzoni2016-02-162-1/+6
| | |/ | |/|
* | | irqchips/bmips: Add bcm6345-l1 interrupt controllerSimon Arlott2016-02-083-0/+370
* | | irqchip/atmel-aic: Remove duplicate bit operationMilo Kim2016-02-081-1/+1
* | | irqchip/atmel-aic: Change return type of aic_common_set_priority()Milo Kim2016-02-084-14/+6
* | | irqchip/atmel-aic: Handle aic_common_irq_fixup in aic_common_of_initMilo Kim2016-02-084-11/+8
|/ /
OpenPOWER on IntegriCloud