summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-161-1/+1
* genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()Jiang Liu2015-07-162-2/+2
* 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
* irqchip/brcmstb-l2: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-2/+2
* irqchip/bcm7120-l2: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-2/+2
* irqchip/bcm7038-l1: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-2/+2
* irqchip/exynos-combiner: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-3/+2
* irqchip: Prepare for local stub header removalJoel Porquet2015-07-1144-79/+42
* irqchip/sirfsoc: Fix generic chip allocation wreckageThomas Gleixner2015-07-111-23/+25
* irqchip/dw-apb-ictl: Fix generic domain chip wreckageThomas Gleixner2015-07-111-31/+22
* mei: nfc: fix deadlock on shutdown/suspend pathTomas Winkler2015-07-073-19/+2
* Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds2015-07-055-45/+915
|\
| * intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driverqipeng.zha2015-06-293-0/+775
| * tc1100-wmi: Delete an unnecessary check before the function call "kfree"Markus Elfring2015-06-261-1/+1
| * dell-laptop: Fix allocating & freeing SMI buffer pagePali Rohár2015-06-241-5/+3
| * dell-laptop: Show info about WiGig and UWB in debugfsPali Rohár2015-06-221-0/+17
| * dell-laptop: Update information about wireless controlPali Rohár2015-06-221-39/+119
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-048-17/+9
|\ \
| * | make simple_positive() publicAl Viro2015-06-233-11/+3
| * | vfs: add seq_file_path() helperMiklos Szeredi2015-06-231-1/+1