aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-mtk-sysirq.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-18PCI: xilinx: Fix typo in function nameJiang Liu1-1/+1
2015-08-04irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instanceJon Hunter3-8/+14
2015-08-04irqchip/gic: Only allow the primary GIC to set the CPU mapJon Hunter1-18/+25
2015-08-01PCI/MSI: pci-xgene-msi: Consolidate chained IRQ handler install/removeThomas Gleixner1-8/+6
2015-08-01unicore32/irq: Prepare puv3_gpio_handler for irq argument removalThomas Gleixner1-3/+2
2015-08-01tile/pci_gx: Prepare trio_handle_level_irq for irq argument removalThomas Gleixner1-1/+2
2015-08-01m68k/irq: Prepare irq handlers for irq argument removalThomas Gleixner3-4/+9
2015-07-31C6X/megamode-pic: Prepare megamod_irq_cascade for irq argument removalThomas Gleixner1-1/+2
2015-07-31blackfin: Prepare irq handlers for irq argument removalThomas Gleixner2-3/+5
2015-07-31arc/irq: Prepare idu_cascade_isr for irq argument removalThomas Gleixner1-1/+2
2015-07-31sparc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2-8/+10
2015-07-31sparc/irq: Use helper irq_data_get_irq_handler_data()Jiang Liu3-10/+15
2015-07-31parisc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2-7/+7
2015-07-31mn10300/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2-7/+8
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 Baechle5-6/+6
2015-07-31irqchip: Remove header drivers/irqchip/irqchip.hJoel Porquet1-11/+0
2015-07-31mips/irq: prepare for drivers/irqchip/irqchip.h removalJoel Porquet3-4/+2
2015-07-31microblaze/irq: prepare for drivers/irqchip/irqchip.h removalJoel Porquet1-2/+1
2015-07-30PCI/MSI: Drop domain field from msi_controllerMarc Zyngier2-6/+0
2015-07-30PCI/MSI: pci-xgene-msi: Get rid of struct msi_controllerMarc Zyngier1-25/+16
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 Zyngier3-27/+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 Zyngier4-84/+123
2015-07-30genirq: Add DOMAIN_BUS_NEXUS irqdomain propertyMarc Zyngier1-0/+1
2015-07-30drivers/base: Add MSI domain support for non-PCI devicesMarc Zyngier3-0/+305
2015-07-30of/platform: Assign MSI domain to platform deviceMarc Zyngier4-0/+24
2015-07-30PCI/MSI: Let pci_msi_get_domain use struct device::msi_domainMarc Zyngier1-6/+8
2015-07-30PCI/MSI: Allow msi_domain lookup using the host bridge nodeMarc Zyngier1-1/+6
2015-07-30PCI/MSI: Add support for OF-provided msi_domainMarc Zyngier3-1/+33
2015-07-30PCI/MSI: Add hooks to populate the msi_domain fieldMarc Zyngier1-0/+42
2015-07-30device core: Introduce per-device MSI domain pointerMarc Zyngier1-0/+20
2015-07-30PCI/MSI: Register irq domain with specific tokenMarc Zyngier2-1/+9
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier14-19/+58
2015-07-30genirq: Use the proper parameter name in kernel docMasanari Iida1-1/+1
2015-07-29xtensa/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-4/+6
2015-07-29spmi/pmic: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-2/+2
2015-07-29spmi/pmic_arb: Consolidate chained IRQ handler install/removeThomas Gleixner1-6/+3
2015-07-29sh/intc: Prepare irq flow handlers for irq argument removalThomas Gleixner2-2/+4
2015-07-29sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu5-10/+12
2015-07-29sh/irq: Use access helper irq_data_get_affinity_mask()Thomas Gleixner2-6/+7
2015-07-29sh/irq: Use irq accessor functions instead of open coded accessJiang Liu1-5/+7
2015-07-29sh/irq: Use accessor irq_data_get_node()Jiang Liu1-1/+1
2015-07-27ia64/iosapic: Use irq_set_chip_handler_name_locked()Thomas Gleixner1-3/+3
2015-07-27ia64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu4-7/+7
2015-07-27C6X/meagmod-pic: Consolidate chained IRQ handler install/removeThomas Gleixner1-2/+2