summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
AgeCommit message (Expand)AuthorFilesLines
2014-11-24irqchip: mips-gic: Add device-tree supportAndrew Bresticker1-5/+87
2014-11-24clocksource: mips-gic: Move gic_frequency to clocksource driverAndrew Bresticker1-1/+0
2014-11-24clocksource: mips-gic: Combine with GIC clockevent driverAndrew Bresticker1-1/+1
2014-11-24MIPS: Move GIC clocksource driver to drivers/clocksource/Andrew Bresticker1-1/+1
2014-11-24irqchip: mips-gic: Use GIC_SH_WEDGE_{SET,CLR} macrosAndrew Bresticker1-2/+2
2014-11-24irqchip: mips-gic: Remove gic_{pending,itrmask}_regsAndrew Bresticker1-13/+3
2014-11-24irqchip: mips-gic: Clean up #includesAndrew Bresticker1-5/+2
2014-11-24irqchip: mips-gic: Clean up header fileAndrew Bresticker1-2/+2
2014-11-24MIPS: Move gic.h to include/linux/irqchip/mips-gic.hAndrew Bresticker1-1/+1
2014-11-24irqchip: mips-gic: Use proper iomem accessorsAndrew Bresticker1-71/+135
2014-11-24irqchip: mips-gic: Export function to read counter widthAndrew Bresticker1-0/+11
2014-11-24irqchip: mips-gic: Remove unnecessary globalsAndrew Bresticker1-24/+4
2014-11-24irqchip: mips-gic: Support local interruptsAndrew Bresticker1-68/+223
2014-11-24irqchip: mips-gic: Use separate edge/level irq_chipsAndrew Bresticker1-11/+21
2014-11-24irqchip: mips-gic: Probe for number of external interruptsAndrew Bresticker1-20/+20
2014-11-24irqchip: mips-gic: Stop using per-platform mapping tablesAndrew Bresticker1-96/+105
2014-11-24irqchip: mips-gic: Use IRQ domainsAndrew Bresticker1-8/+40
2014-11-24irqchip: mips-gic: Fix gic_set_affinity() return valueAndrew Bresticker1-1/+1
2014-11-24irqchip: mips-gic: Implement irq_set_type callbackAndrew Bresticker1-2/+55
2014-11-24irqchip: mips-gic: Remove platform irq_ack/irq_eoi callbacksAndrew Bresticker1-3/+8
2014-11-24MIPS: Move GIC to drivers/irqchip/Andrew Bresticker3-0/+407
2014-11-02irqchip: armada-370-xp: Fix MPIC interrupt handlingGrzegorz Jaszczyk1-6/+17
2014-11-02irqchip: armada-370-xp: Fix MSI interrupt handlingGrzegorz Jaszczyk1-2/+2
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+5
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+4
2014-10-09Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds25-138/+1107
2014-10-08Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+409
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus 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 disa...Sudeep 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