summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-0176-597/+2107
|\
| * irqchip/imx-gpcv2: IMX GPCv2 driver for wakeup sourcesShenwei Wang2015-08-243-0/+285
| * irqchip: Add bcm2836 interrupt controller for Raspberry Pi 2Eric Anholt2015-08-202-0/+276
| * irqchip/bcm2835: Add support for being used as a second level controllerEric Anholt2015-08-201-3/+40
| * irqchip/bcm2835: Refactor handle_IRQ() calls out of MAKE_HWIRQEric Anholt2015-08-201-28/+29
| * PCI: xilinx: Fix typo in function nameJiang Liu2015-08-181-1/+1
| * irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instanceJon Hunter2015-08-041-6/+12
| * irqchip/gic: Only allow the primary GIC to set the CPU mapJon Hunter2015-08-041-18/+25
| * PCI/MSI: pci-xgene-msi: Consolidate chained IRQ handler install/removeThomas Gleixner2015-08-011-8/+6
| * parisc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-311-1/+1
| * irqchip/i8259: Prepare i8259_irq_dispatch for irq argument removalThomas Gleixner2015-07-311-2/+3
| * MIPS/irqchip: Move i8259 irqchip driver to drivers/irqchipRalf Baechle2015-07-313-0/+388
| * irqchip: Remove header drivers/irqchip/irqchip.hJoel Porquet2015-07-311-11/+0
| * PCI/MSI: Drop domain field from msi_controllerMarc Zyngier2015-07-301-3/+0
| * PCI/MSI: pci-xgene-msi: Get rid of struct msi_controllerMarc Zyngier2015-07-301-25/+16
| * irqchip/GICv2m: Add platform MSI supportMarc Zyngier2015-07-301-8/+25
| * irqchip/GICv2m: Get rid of struct msi_controllerMarc Zyngier2015-07-301-17/+10
| * irqchip/gicv3-its: Add platform MSI supportMarc Zyngier2015-07-302-1/+94
| * irqchip/gicv3-its: Make the PCI/MSI code standaloneMarc Zyngier2015-07-302-22/+73
| * irqchip/gicv3-its: Get rid of struct msi_controllerMarc Zyngier2015-07-301-22/+16
| * irqchip/gicv3-its: Register irq domain with NEXUS tokenMarc Zyngier2015-07-301-1/+2
| * irqchip/gicv3-its: Split PCI/MSI code from the core ITS driverMarc Zyngier2015-07-303-84/+117
| * drivers/base: Add MSI domain support for non-PCI devicesMarc Zyngier2015-07-302-0/+283
| * of/platform: Assign MSI domain to platform deviceMarc Zyngier2015-07-302-0/+22
| * PCI/MSI: Let pci_msi_get_domain use struct device::msi_domainMarc Zyngier2015-07-301-6/+8
| * PCI/MSI: Allow msi_domain lookup using the host bridge nodeMarc Zyngier2015-07-301-1/+6
| * PCI/MSI: Add support for OF-provided msi_domainMarc Zyngier2015-07-302-1/+29
| * PCI/MSI: Add hooks to populate the msi_domain fieldMarc Zyngier2015-07-301-0/+42
| * PCI/MSI: Register irq domain with specific tokenMarc Zyngier2015-07-301-1/+8
| * Merge branch 'linus' into irq/coreThomas Gleixner2015-07-30422-3424/+4675
| |\
| * | spmi/pmic: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-291-2/+2
| * | spmi/pmic_arb: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-291-6/+3
| * | sh/intc: Prepare irq flow handlers for irq argument removalThomas Gleixner2015-07-291-1/+2
| * | sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-292-7/+9
| * | sh/irq: Use access helper irq_data_get_affinity_mask()Thomas Gleixner2015-07-291-3/+3
| * | sh/irq: Use irq accessor functions instead of open coded accessJiang Liu2015-07-291-5/+7
| * | irqchip/bcm7120-l2: Fix interrupt status for multiple parent IRQsFlorian Fainelli2015-07-271-13/+39
| * | irqchip/bcm7120-l2: Perform suspend/resume even without installed child IRQsBrian Norris2015-07-271-8/+13
| * | irqchip: Appropriate __init annotation for const dataNicolas Pitre2015-07-273-6/+6
| * | irqchip/gic: Remove redundant gic_set_irqchip_flagsSudeep Holla2015-07-271-5/+0
| * | irqchip/gic: Enable SKIP_SET_WAKE and MASK_ON_SUSPENDSudeep Holla2015-07-272-2/+6
| * | genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI codeJiang Liu2015-07-221-14/+2
| * | genirq/MSI: Store 'struct device' instead of 'struct pci_dev' in struct msi_descJiang Liu2015-07-221-1/+6
| * | genirq/MSI: Move msi_list from struct pci_dev to struct deviceJiang Liu2015-07-222-2/+4
| * | PCI: Use helper functions to access fields in struct msi_descJiang Liu2015-07-224-17/+18
| * | PCI: Use for_each_pci_msi_entry() to access MSI device listJiang Liu2015-07-222-20/+21
| * | PCI: Add helper function msi_desc_to_pci_sysdata()Jiang Liu2015-07-221-0/+8
| * | drivers/irqchip: Replace pr_warning by pr_warnWang Long2015-07-221-2/+2
| * | irqchip: omap-intc: Improve IRQ handlerFelipe Balbi2015-07-221-30/+5
| * | irqchip/renesas-irqc: Make use of irq_find_mapping()Magnus Damm2015-07-201-7/+4