summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xtensa/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-291-4/+6
* 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-292-2/+4
* sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-295-10/+12
* sh/irq: Use access helper irq_data_get_affinity_mask()Thomas Gleixner2015-07-292-6/+7
* sh/irq: Use irq accessor functions instead of open coded accessJiang Liu2015-07-291-5/+7
* sh/irq: Use accessor irq_data_get_node()Jiang Liu2015-07-291-1/+1
* ia64/iosapic: Use irq_set_chip_handler_name_locked()Thomas Gleixner2015-07-271-3/+3
* ia64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-274-7/+7
* C6X/meagmod-pic: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-271-2/+2
* blackfin/irq: Use irq_set_handler_locked()Thomas Gleixner2015-07-271-4/+4
* blackfin/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-271-1/+2
* alpha/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-271-1/+1
* 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
* genirq: Add chip_[suspend|resume] PM support to irq_chipBrian Norris2015-07-272-2/+18
* irqchip: Appropriate __init annotation for const dataNicolas Pitre2015-07-273-6/+6
* genirq: Export irq_[get|set]_irqchip_state()Bjorn Andersson2015-07-271-0/+2
* irqchip/gic: Remove redundant gic_set_irqchip_flagsSudeep Holla2015-07-276-10/+0
* irqchip/gic: Enable SKIP_SET_WAKE and MASK_ON_SUSPENDSudeep Holla2015-07-272-2/+6
* avr32/irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-261-1/+1
* avr32/at32ap: Use irq_set_handler_locked()Thomas Gleixner2015-07-261-2/+2
* avr32/at32ap: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-261-2/+2
* genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI codeJiang Liu2015-07-223-14/+21
* genirq/MSI: Reorginize struct msi_desc to prepare for support of generic MSIJiang Liu2015-07-221-20/+50
* genirq/MSI: Store 'struct device' instead of 'struct pci_dev' in struct msi_descJiang Liu2015-07-222-8/+10
* genirq/MSI: Move msi_list from struct pci_dev to struct deviceJiang Liu2015-07-225-4/+9
* PCI: Use helper functions to access fields in struct msi_descJiang Liu2015-07-224-17/+18
* sparc/PCI: Use helper functions to access fields in struct msi_descJiang Liu2015-07-221-1/+1
* PCI: Use for_each_pci_msi_entry() to access MSI device listJiang Liu2015-07-222-20/+21
* x86/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-221-4/+4
* s390/pci: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-221-3/+3
* powerpc/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-228-18/+18
* MIPS/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-221-1/+1
* PCI: Add helper function msi_desc_to_pci_sysdata()Jiang Liu2015-07-222-0/+15
* 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
* irqchip/renesas-irqc: Use linear IRQ domainMagnus Damm2015-07-201-2/+2
* irqchip/renesas-irqc: Get rid of IRQF_VALIDMagnus Damm2015-07-201-1/+0
* PCI/keystone: Prepare irq handlers for irq argument removalThomas Gleixner2015-07-161-2/+5
* PCI/keystone: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-161-3/+3
* PCI/keystone: Use irq_data_get_msi_desc() to avoid redundant lookup of irq_dataJiang Liu2015-07-161-9/+6
* treewide: Use helper function to access irq_data->msi_descJiang Liu2015-07-166-6/+6
* genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()Jiang Liu2015-07-163-3/+3
* irqchip/spear-shirq: Prepare shirq_handler for irq argument removalThomas Gleixner2015-07-161-1/+1
* irqchip/versatile-fpga: Prepare fpga_irq_handle for irq argument removalThomas Gleixner2015-07-161-1/+2
* irqchip/tb10x: Prepare tb10x_irq_cascade for irq argument removalThomas Gleixner2015-07-161-1/+2
* irqchip/s3c24xx: Prepare s3c_irq_demux for irq argument removalThomas Gleixner2015-07-161-5/+3