aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
AgeCommit message (Expand)AuthorFilesLines
2014-07-08irqchip: gic-v3: Initial support for GICv3Marc Zyngier3-0/+698
2014-07-08irqchip: gic: Move some bits of GICv2 to a library-type fileMarc Zyngier4-56/+149
2014-07-01Merge branch 'irqchip/crossbar' into irqchip/coreJason Cooper1-25/+143
2014-07-01irqchip: or1k-pic: Migrate from arch/openrisc/Stefan Kristiansson3-0/+187
2014-06-30irqchip: crossbar: Allow for quirky hardware with direct hardwiring of GICNishanth Menon1-2/+18
2014-06-30irqchip: crossbar: Introduce centralized check for crossbar writeNishanth Menon1-2/+12
2014-06-30irqchip: crossbar: Introduce ti, max-crossbar-sources to identify valid crossbar mappingNishanth Menon1-2/+19
2014-06-30irqchip: crossbar: Add kerneldoc for crossbar_domain_unmap callbackSricharan R1-0/+11
2014-06-30irqchip: crossbar: Set cb pointer to null in case of errorSricharan R1-0/+2
2014-06-30irqchip: crossbar: Change the goto namingNishanth Menon1-12/+11
2014-06-30irqchip: crossbar: Return proper error valueNishanth Menon1-3/+11
2014-06-30irqchip: crossbar: Fix kerneldoc warningNishanth Menon1-1/+3
2014-06-30irqchip: crossbar: Fix sparse and checkpatch warningsNishanth Menon1-3/+4
2014-06-30irqchip: crossbar: Remove IS_ERR_VALUE checkNishanth Menon1-3/+3
2014-06-30irqchip: crossbar: Change allocation logic by reversing search for free irqsNishanth Menon1-2/+2
2014-06-30irqchip: crossbar: Initialise the crossbar with a safe valueNishanth Menon1-2/+17
2014-06-30irqchip: crossbar: Introduce ti, irqs-skip to skip irqs that bypass crossbarNishanth Menon1-0/+20
2014-06-30irqchip: crossbar: Check for premapped crossbar before allocatingNishanth Menon1-0/+16
2014-06-30irqchip: crossbar: Dont use '0' to mark reserved interruptsNishanth Menon1-2/+3
2014-06-24irqchip: versatile-fpga: add support for arm,versatile-sicRob Herring1-0/+11
2014-06-24irqchip: versatile-fpga: Add IRQCHIP_DECLARE supportRob Herring1-1/+6
2014-06-24irqchip: spear_shirq: Simplify register access codeThomas Gleixner1-45/+16
2014-06-24irqchip: spear_shirq: Use proper irq chips for the different SoCsThomas Gleixner1-52/+45
2014-06-24irqchip: spear_shirq: Remove the parent irq "ack"/unmaskThomas Gleixner1-6/+0
2014-06-24irqchip: spear_shirq: Simplify chained handlerThomas Gleixner1-11/+8
2014-06-24irqchip: spear_shirq: Kill the clear_reg nonsenseThomas Gleixner1-34/+1
2014-06-24irqchip: spear_shirq: Precalculate status maskThomas Gleixner1-1/+12
2014-06-24irqchip: spear_shirq: Use the proper interfacesThomas Gleixner1-5/+5
2014-06-24irqchip: spear_shirq: Reorder the spear320 ras blocksThomas Gleixner1-13/+13
2014-06-24irqchip: spear_shirq: Namespace cleanupThomas Gleixner1-53/+53
2014-06-24irqchip: spear_shirq: No point in storing the parent irqThomas Gleixner1-9/+8
2014-06-24irqchip: spear_shirq: Move private structs to sourceThomas Gleixner1-7/+45
2014-06-24irqchip: spear_shirq: Kill pointless staticThomas Gleixner1-1/+1
2014-06-24Merge branch 'irqchip/urgent' into irqchip/coreJason Cooper3-4/+17
2014-06-21irqchip: spear_shirq: Fix interrupt offsetThomas Gleixner1-1/+1
2014-06-21irqchip: nvic: Use the generic noop functionDaniel Thompson1-9/+4
2014-06-21irqchip: brcmstb-l2: Level-2 interrupts are edge sensitiveFlorian Fainelli1-1/+1
2014-06-21irqchip: armada-370-xp: Mask all interrupts during initialization.Thomas Petazzoni1-2/+15
2014-06-19irq-gic: remove file name from heading commentSergei Shtylyov1-2/+0
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds4-1/+210
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into nextLinus Torvalds4-13/+10
2014-06-02Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus Torvalds2-4/+24
2014-05-27Merge tag 'irqchip-3.16' of git://git.infradead.org/users/jcooper/linux into irq/coreThomas Gleixner4-1/+210
2014-05-27irqchip: brcmstb-l2: Add Broadcom Set Top Box Level-2 interrupt controllerFlorian Fainelli3-0/+209
2014-05-21Merge tag 'vexpress/updates-for-3.16' of git://git.linaro.org/people/pawel.moll/linux into next/cleanupOlof Johansson2-35/+21
2014-05-20of: consolidate linker section OF match table declarationsRob Herring1-4/+3
2014-05-20irqchip: mxs: Fix function type for IRQCHIP_OF_DECLARERob Herring1-2/+2
2014-05-20irqchip: s3c24xx: Fix function type for IRQCHIP_OF_DECLARERob Herring1-4/+2
2014-05-20irqchip: align irqchip OF match table section namingRob Herring1-3/+3
2014-05-19Merge tag 'mvebu-soc-3.16' of git://git.infradead.org/linux-mvebu into next/socOlof Johansson2-4/+24