aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds57-463/+1591
2015-09-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+0
2015-08-24irqchip/imx-gpcv2: IMX GPCv2 driver for wakeup sourcesShenwei Wang3-0/+285
2015-08-20irqchip: Add bcm2836 interrupt controller for Raspberry Pi 2Eric Anholt2-0/+276
2015-08-20irqchip/bcm2835: Add support for being used as a second level controllerEric Anholt1-3/+40
2015-08-20irqchip/bcm2835: Refactor handle_IRQ() calls out of MAKE_HWIRQEric Anholt1-28/+29
2015-08-20irqchip/crossbar: Restore set_wake functionalityGrygorii Strashko1-2/+2
2015-08-20irqchip/crossbar: Restore the mask on suspend behaviourGrygorii Strashko1-0/+1
2015-08-20irqchip/crossbar: Restore the irq_set_type() mechanismGrygorii Strashko1-0/+1
2015-08-04irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instanceJon Hunter1-6/+12
2015-08-04irqchip/gic: Only allow the primary GIC to set the CPU mapJon Hunter1-18/+25
2015-08-03MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith1-1/+1
2015-07-31irqchip/i8259: Prepare i8259_irq_dispatch for irq argument removalThomas Gleixner1-2/+3
2015-07-31MIPS/irqchip: Move i8259 irqchip driver to drivers/irqchipRalf Baechle3-0/+388
2015-07-31irqchip: Remove header drivers/irqchip/irqchip.hJoel Porquet1-11/+0
2015-07-30irqchip/GICv2m: Add platform MSI supportMarc Zyngier1-8/+25
2015-07-30irqchip/GICv2m: Get rid of struct msi_controllerMarc Zyngier1-17/+10
2015-07-30irqchip/gicv3-its: Add platform MSI supportMarc Zyngier2-1/+94
2015-07-30irqchip/gicv3-its: Make the PCI/MSI code standaloneMarc Zyngier2-22/+73
2015-07-30irqchip/gicv3-its: Get rid of struct msi_controllerMarc Zyngier1-22/+16
2015-07-30irqchip/gicv3-its: Register irq domain with NEXUS tokenMarc Zyngier1-1/+2
2015-07-30irqchip/gicv3-its: Split PCI/MSI code from the core ITS driverMarc Zyngier3-84/+117
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner4-48/+77
2015-07-28ARM: kill off set_irq_flags usageRob Herring1-1/+0
2015-07-27irqchip/bcm7120-l2: Fix interrupt status for multiple parent IRQsFlorian Fainelli1-13/+39
2015-07-27irqchip/bcm7120-l2: Perform suspend/resume even without installed child IRQsBrian Norris1-8/+13
2015-07-27irqchip: Appropriate __init annotation for const dataNicolas Pitre3-6/+6
2015-07-27irqchip/gic: Remove redundant gic_set_irqchip_flagsSudeep Holla1-5/+0
2015-07-27irqchip/gic: Enable SKIP_SET_WAKE and MASK_ON_SUSPENDSudeep Holla2-2/+6
2015-07-22drivers/irqchip: Replace pr_warning by pr_warnWang Long1-2/+2
2015-07-22irqchip: omap-intc: Improve IRQ handlerFelipe Balbi1-30/+5
2015-07-20irqchip/renesas-irqc: Make use of irq_find_mapping()Magnus Damm1-7/+4
2015-07-20irqchip/renesas-irqc: Use linear IRQ domainMagnus Damm1-2/+2
2015-07-20irqchip/renesas-irqc: Get rid of IRQF_VALIDMagnus Damm1-1/+0
2015-07-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-36/+75
2015-07-17Update Viresh Kumar's email addressViresh Kumar1-1/+1
2015-07-17irqchip/gicv3-its: Fix mapping of LPIs to collectionsMarc Zyngier1-36/+75
2015-07-16irqchip/spear-shirq: Prepare shirq_handler for irq argument removalThomas Gleixner1-1/+1
2015-07-16irqchip/versatile-fpga: Prepare fpga_irq_handle for irq argument removalThomas Gleixner1-1/+2
2015-07-16irqchip/tb10x: Prepare tb10x_irq_cascade for irq argument removalThomas Gleixner1-1/+2
2015-07-16irqchip/s3c24xx: Prepare s3c_irq_demux for irq argument removalThomas Gleixner1-5/+3
2015-07-16irqchip/mmp: Prepare icu_mux_irq_demux for irq argument removalThomas Gleixner1-1/+2
2015-07-16irqchip/keystone: Prepare keystone_irq_handler for irq argument removalThomas Gleixner1-1/+2
2015-07-16irqchip/imgpdc: Prepare pdc_intc_perip_isr for irq argument removalThomas Gleixner1-1/+2
2015-07-16irqchip/brcmstb-l2: Prepare brcmstb_l2_intc_irq_handle for irq argument removalThomas Gleixner1-1/+3
2015-07-16irqchip/exynos: Prepare combiner_handle_cascade_irq for irq argument removalThomas Gleixner1-1/+3
2015-07-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-10/+0
2015-07-12irqchip/mips-gic: Use irq_set_chip_handler_name_lockedThomas Gleixner1-9/+6
2015-07-12irqchip/metag-ext: Use irq_set_chip_handler_name_locked()Thomas Gleixner1-5/+4
2015-07-12irqchip/vt8500: Use irq_set_handler_locked()Thomas Gleixner1-3/+3