summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* irqchip/mmp: Prepare icu_mux_irq_demux for irq argument removalThomas Gleixner2015-07-161-1/+2
* irqchip/keystone: Prepare keystone_irq_handler for irq argument removalThomas Gleixner2015-07-161-1/+2
* irqchip/imgpdc: Prepare pdc_intc_perip_isr for irq argument removalThomas Gleixner2015-07-161-1/+2
* irqchip/brcmstb-l2: Prepare brcmstb_l2_intc_irq_handle for irq argument removalThomas Gleixner2015-07-161-1/+3
* irqchip/exynos: Prepare combiner_handle_cascade_irq for irq argument removalThomas Gleixner2015-07-161-1/+3
* irqchip/mips-gic: Use irq_set_chip_handler_name_lockedThomas Gleixner2015-07-121-9/+6
* irqchip/metag-ext: Use irq_set_chip_handler_name_locked()Thomas Gleixner2015-07-121-5/+4
* irqchip/vt8500: Use irq_set_handler_locked()Thomas Gleixner2015-07-121-3/+3
* irqchip: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-116-8/+8
* irqchip/mips-gic: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-111-1/+1
* irqchip/vic: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-2/+2
* irqchip/versatile: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-2/+2
* irqchip/tb10x: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-2/+2
* irqchip/sunxi-nmi: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-2/+1
* irqchip/orion: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-2/+2
* irqchip/metag: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-2/+1
* irqchip/imgpdc: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-4/+4
* irqchip/gic: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-3/+2