aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-5/+5
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-10/+4
2014-10-09Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds25-138/+1107
2014-10-08Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+409
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-10-02Merge branch 'irqchip/gic' into irqchip/coreJason Cooper1-21/+66
2014-10-02Merge branch 'irqchip/broadcom' into irqchip/coreJason Cooper2-1/+221
2014-10-02Merge branch 'irqchip/atmel' into irqchip/coreJason Cooper1-1/+11
2014-10-01irqchip: armada-370-xp: Remove arch_msi_check_device()Alexander Gordeev1-10/+4
2014-09-26treewide: Fix typos in KconfigMasanari Iida1-1/+1
2014-09-18irqchip: Properly fetch the per cpu offsetChristoph Lameter1-1/+1
2014-09-16irqchip: omap-intc: remove unnecessary commentsFelipe Balbi1-9/+0
2014-09-16irqchip: omap-intc: correct maximum number or MIR registersFelipe Balbi1-1/+1
2014-09-16irqchip: omap-intc: enable TURBO idle modeFelipe Balbi1-0/+5
2014-09-16irqchip: omap-intc: enable IP protectionFelipe Balbi1-2/+20
2014-09-16irqchip: omap-intc: remove unnecesary of_address_to_resource() callFelipe Balbi1-6/+0
2014-09-16irqchip: omap-intc: comment style cleanupFelipe Balbi1-2/+4
2014-09-16irqchip: omap-intc: minor improvement to omap_irq_pending()Felipe Balbi1-4/+3
2014-09-16arm: omap: irq: move irq.c to drivers/irqchip/Felipe Balbi3-0/+400
2014-09-14irqchip: gic-v3: Implement CPU PM notifierSudeep Holla1-11/+46
2014-09-14irqchip: gic-v3: Refactor gic_enable_redist to support both enabling and disablingSudeep Holla1-10/+20
2014-09-14Merge branch 'irqchip/handle_domain' into irqchip/coreJason Cooper17-65/+45
2014-09-14Merge branch 'irqchip/gic' into irqchip/coreJason Cooper2-19/+42
2014-09-14Merge branch 'irqchip/hip04' into irqchip/coreJason Cooper2-0/+425
2014-09-14Merge branch 'irqchip/keystone' into irqchip/coreJason Cooper3-0/+240
2014-09-14irqchip: renesas-intc-irqpin: Add minimal runtime PM supportGeert Uytterhoeven1-4/+34
2014-09-14irqchip: renesas-intc-irqpin: Add helper variable dev = &pdev->devGeert Uytterhoeven1-23/+22
2014-09-14irqchip: atmel-aic5: Add sama5d4 supportAlexandre Belloni1-0/+10
2014-09-14irqchip: atmel-aic5: The sama5d3 has 48 IRQsAlexandre Belloni1-1/+1
2014-09-14irqchip: bcm7120-l2: Add Broadcom BCM7120-style Level 2 interrupt controllerFlorian Fainelli2-1/+221
2014-09-03irqchip: or1k-pic: Convert to handle_domain_irqMarc Zyngier1-2/+2
2014-09-03irqchip: atmel-aic5: Convert to handle_domain_irqMarc Zyngier1-3/+1
2014-09-03irqchip: atmel-aic: Convert to handle_domain_irqMarc Zyngier1-3/+1
2014-09-03irqchip: gic-v3: Convert to handle_domain_irqMarc Zyngier1-7/+6
2014-09-03irqchip: zevio: Convert to handle_domain_irqMarc Zyngier1-2/+1
2014-09-03irqchip: vt8500: Convert to handle_domain_irqMarc Zyngier1-3/+2
2014-09-03irqchip: vic: Convert to handle_domain_irqMarc Zyngier1-1/+1
2014-09-03irqchip: versatile-fpga: Convert to handle_domain_irqMarc Zyngier1-1/+1
2014-09-03irqchip: sun4i: Convert to handle_domain_irqMarc Zyngier1-3/+2
2014-09-03irqchip: sirfsoc: Convert to handle_domain_irqMarc Zyngier1-4/+2
2014-09-03irqchip: s3c24xx: Convert to handle_domain_irqMarc Zyngier1-3/+1
2014-09-03irqchip: orion: Convert to handle_domain_irqMarc Zyngier1-3/+2
2014-09-03irqchip: mxs: Convert to handle_domain_irqMarc Zyngier1-2/+1
2014-09-03irqchip: mmp: Convert to handle_domain_irqMarc Zyngier1-6/+4
2014-09-03irqchip: clps711x: Convert to handle_domain_irqMarc Zyngier1-11/+7
2014-09-03irqchip: armada-370-xp: Convert to handle_domain_irqMarc Zyngier1-9/+10
2014-09-03irqchip: gic: Convert to handle_domain_irqMarc Zyngier1-2/+1
2014-09-03irqchip: gic-v3: Declare rdist as __percpu pointer to __iomem pointerWill Deacon1-1/+1
2014-09-03irqchip: gic: Make gic_default_routable_irq_domain_ops staticWill Deacon1-1/+1
2014-09-03irqchip: exynos-combiner: Fix compilation error on ARM64Naveen Krishna Chatradhi1-0/+1