summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-07-29sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu
2015-07-29sh/irq: Use access helper irq_data_get_affinity_mask()Thomas Gleixner
2015-07-29sh/irq: Use irq accessor functions instead of open coded accessJiang Liu
2015-07-27irqchip/bcm7120-l2: Fix interrupt status for multiple parent IRQsFlorian Fainelli
2015-07-27irqchip/bcm7120-l2: Perform suspend/resume even without installed child IRQsBrian Norris
2015-07-27irqchip: Appropriate __init annotation for const dataNicolas Pitre
2015-07-27irqchip/gic: Remove redundant gic_set_irqchip_flagsSudeep Holla
2015-07-27irqchip/gic: Enable SKIP_SET_WAKE and MASK_ON_SUSPENDSudeep Holla
2015-07-22genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI codeJiang Liu
2015-07-22genirq/MSI: Store 'struct device' instead of 'struct pci_dev' in struct msi_descJiang Liu
2015-07-22genirq/MSI: Move msi_list from struct pci_dev to struct deviceJiang Liu
2015-07-22PCI: Use helper functions to access fields in struct msi_descJiang Liu
2015-07-22PCI: Use for_each_pci_msi_entry() to access MSI device listJiang Liu
2015-07-22PCI: Add helper function msi_desc_to_pci_sysdata()Jiang Liu
2015-07-22drivers/irqchip: Replace pr_warning by pr_warnWang Long
2015-07-22irqchip: omap-intc: Improve IRQ handlerFelipe Balbi
2015-07-20irqchip/renesas-irqc: Make use of irq_find_mapping()Magnus Damm
2015-07-20irqchip/renesas-irqc: Use linear IRQ domainMagnus Damm
2015-07-20irqchip/renesas-irqc: Get rid of IRQF_VALIDMagnus Damm
2015-07-16PCI/keystone: Prepare irq handlers for irq argument removalThomas Gleixner
2015-07-16PCI/keystone: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-16PCI/keystone: Use irq_data_get_msi_desc() to avoid redundant lookup of irq_dataJiang Liu
2015-07-16treewide: Use helper function to access irq_data->msi_descJiang Liu
2015-07-16genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()Jiang Liu
2015-07-16irqchip/spear-shirq: Prepare shirq_handler for irq argument removalThomas Gleixner
2015-07-16irqchip/versatile-fpga: Prepare fpga_irq_handle for irq argument removalThomas Gleixner
2015-07-16irqchip/tb10x: Prepare tb10x_irq_cascade for irq argument removalThomas Gleixner
2015-07-16irqchip/s3c24xx: Prepare s3c_irq_demux for irq argument removalThomas Gleixner
2015-07-16irqchip/mmp: Prepare icu_mux_irq_demux for irq argument removalThomas Gleixner
2015-07-16irqchip/keystone: Prepare keystone_irq_handler for irq argument removalThomas Gleixner
2015-07-16irqchip/imgpdc: Prepare pdc_intc_perip_isr for irq argument removalThomas Gleixner
2015-07-16irqchip/brcmstb-l2: Prepare brcmstb_l2_intc_irq_handle for irq argument removalThomas Gleixner
2015-07-16irqchip/exynos: Prepare combiner_handle_cascade_irq for irq argument removalThomas Gleixner
2015-07-12irqchip/mips-gic: Use irq_set_chip_handler_name_lockedThomas Gleixner
2015-07-12irqchip/metag-ext: Use irq_set_chip_handler_name_locked()Thomas Gleixner
2015-07-12irqchip/vt8500: Use irq_set_handler_locked()Thomas Gleixner
2015-07-11irqchip: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu
2015-07-11irqchip/mips-gic: Use access helper irq_data_get_affinity_mask()Jiang Liu
2015-07-11irqchip/vic: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-11irqchip/versatile: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-11irqchip/tb10x: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-11irqchip/sunxi-nmi: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-11irqchip/orion: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-11irqchip/metag: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-11irqchip/imgpdc: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-11irqchip/gic: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-11irqchip/brcmstb-l2: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-11irqchip/bcm7120-l2: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-11irqchip/bcm7038-l1: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-11irqchip/exynos-combiner: Consolidate chained IRQ handler install/removeThomas Gleixner