aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-12irqchip/gicv3-its: Factor out PCI-MSI part that might be reused for ACPITomasz Nowicki1-15/+29
2016-09-12irqchip/gicv3-its: Probe ITS in the ACPI wayTomasz Nowicki2-1/+61
2016-09-12irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPITomasz Nowicki2-32/+40
2016-09-12irqchip/gicv3-its: Cleanup for ITS domain initializationTomasz Nowicki1-23/+34
2016-09-12irqchip/gic: Mark gic_init_physaddr() staticBaoyou Xie1-1/+1
2016-09-12irqchip/gic-pm: Update driver to use of_pm_clk_add_clkJon Hunter1-18/+5
2016-09-12irqchip/gic-v3: Reset BPR during initializationDaniel Thompson1-0/+8
2016-09-12irqchip/gic: Make locking a BL_SWITCHER only featureMarc Zyngier1-9/+27
2016-09-02Merge tag 'realview-broomstick-sweep' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator into next/cleanupArnd Bergmann1-1/+1
2016-09-01irqchip/keystone: Fix typo "sporious" -> "spurious"Colin Ian King1-1/+1
2016-08-23Merge branch 'irqchip/mvebu64' into irqchip/coreJason Cooper3-0/+201
2016-08-23Merge branch 'irqchip/jcore' into irqchip/coreJason Cooper3-0/+103
2016-08-22irqchip/mips-gic: Use for_each_set_bit to iterate over IRQsPaul Burton1-6/+1
2016-08-22irqchip/jcore-aic: Fix non static symbol warningWei Yongjun1-1/+2
2016-08-22irqchip/mvebu-pic: New driver for Marvell Armada 7K/8K PICThomas Petazzoni3-0/+201
2016-08-22irqchip/mips-gic: Implement activate op for device domainPaul Burton1-0/+7
2016-08-22irqchip/mips-gic: Cleanup chip and handler setupPaul Burton1-4/+7
2016-08-19irqchip/gicv3-its: Disable the ITS before initializing itDavid Daney1-1/+6
2016-08-17irqchip/gicv3: Remove disabling redistributor and group1 non-secure interruptsSudeep Holla1-2/+9
2016-08-17irqchip/gic: Allow self-SGIs for SMP on UP configurationsMarc Zyngier1-0/+7
2016-08-15ARM: realview: imply device tree bootLinus Walleij1-1/+1
2016-08-08irqchip/jcore-aic: Add J-Core AIC driverRich Felker3-0/+102
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-1/+1
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-10/+8
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas1-1/+11
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-102/+46
2016-07-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds20-238/+827
2016-07-19irqchip/armada: Avoid unused function warningsArnd Bergmann1-1/+1
2016-07-14irqchip/bcm2836: Convert to hotplug state machineSebastian Andrzej Siewior1-21/+13
2016-07-14irqchip/armada-370-xp: Convert to hotplug state machineRichard Cochran1-29/+15
2016-07-14irqchip/hip04: Convert to hotplug state machineRichard Cochran1-20/+5
2016-07-14irqchip/gicv3: Convert to hotplug state machineRichard Cochran1-15/+7
2016-07-14irqchip/gic: Convert to hotplug state machineRichard Cochran1-17/+6
2016-07-06irqchip: clps711x: Changing the compatibility string to match with the smallest supported chipAlexander Shiyan1-1/+1
2016-07-05irqchip/mips-gic: Match IPI IRQ domain by bus token onlyPaul Burton1-1/+1
2016-07-05irqchip/mips-gic: Map to VPs using HW VPNumPaul Burton1-1/+1
2016-07-04Merge branch 'irq/for-block' into irq/coreThomas Gleixner1-1/+11
2016-07-02Merge tag 'irqchip-core-4.8-2' of git://git.infradead.org/users/jcooper/linux into irq/coreThomas Gleixner2-0/+231
2016-07-02Merge branch 'irqchip/aspeed' into irqchip/coreJason Cooper2-0/+231
2016-06-23Merge tag 'irqchip-core-4.8' of git://git.infradead.org/users/jcooper/linux into irq/coreThomas Gleixner12-45/+53
2016-06-23Merge branch 'irqchip/misc' into irqchip/coreJason Cooper11-42/+51
2016-06-23irqchip/s3c24xx: Fixup IO accessors for big endianBen Dooks1-18/+18
2016-06-23irqchip/exynos-combiner: Fix usage of __raw IOBen Dooks1-7/+7
2016-06-22irqchip/aspeed-vic: Add irq controller for AspeedBenjamin Herrenschmidt2-0/+231
2016-06-15PCI/MSI: irqchip: Fix PCI_MSI dependenciesArnd Bergmann1-10/+8
2016-06-14irqchip/mips-gic: Populate irq_domain namesHarvey Hunt1-0/+3
2016-06-14irqchip/mips-gic: Fix IRQs in gic_dev_domainHarvey Hunt1-1/+11
2016-06-13irqchip/gicv3-its: Implement two-level(indirect) device table supportShanker Donthineni1-17/+90
2016-06-13irqchip/gicv3-its: Remove an unused argument 'node_name'Shanker Donthineni1-2/+2