summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
Commit message (Expand)AuthorAgeFilesLines
* irqchip/brcmstb-l2: Use _irqsave locking variants in non-interrupt codeDoug Berger2019-07-091-4/+6
* irqchip: brcmstb-l2: Define an irq_pm_shutdown functionFlorian Fainelli2017-11-111-0/+1
* irqchip/gic: Ensure ordering between read of INTACK and shared dataWill Deacon2016-08-221-0/+8
* irqchip/versatile-fpga: Fix PCI IRQ mapping on Versatile PBGuillaume Delbergue2016-01-111-0/+5
* irqchip: sunxi-nmi: Fix off-by-one error in irq iteratorAxel Lin2015-06-301-1/+1
* irqchip: armada-370-xp: Fix chained per-cpu interruptsMaxime Ripard2015-03-231-1/+20
* irqchip: armada-370-xp: Fix MPIC interrupt handlingGrzegorz Jaszczyk2014-11-141-6/+17
* irqchip: armada-370-xp: Fix MSI interrupt handlingGrzegorz Jaszczyk2014-11-141-2/+2
* irqchip: gic: Fix core ID calculation when topology is read from DTTomasz Figa2014-07-181-1/+4
* irqchip: gic: Add binding probe for ARM GIC400Suravee Suthikulpanit2014-07-171-0/+1
* irqchip: gic: Add support for cortex a7 compatible stringMatthias Brugger2014-07-081-0/+1
* irqchip: spear_shirq: Fix interrupt offsetThomas Gleixner2014-06-211-1/+1
* irqchip: brcmstb-l2: Level-2 interrupts are edge sensitiveFlorian Fainelli2014-06-211-1/+1
* irqchip: armada-370-xp: Mask all interrupts during initialization.Thomas Petazzoni2014-06-211-2/+15
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-044-1/+210
|\
| * Merge tag 'irqchip-3.16' of git://git.infradead.org/users/jcooper/linux into ...Thomas Gleixner2014-05-274-1/+210
| |\
| | * irqchip: brcmstb-l2: Add Broadcom Set Top Box Level-2 interrupt controllerFlorian Fainelli2014-05-273-0/+209
| | * irqchip: gic: Use mask field in GICC_IARHaojian Zhuang2014-05-191-1/+1
| * | Merge tag 'irqchip-mvebu-3.16' of git://git.infradead.org/linux-mvebu into ir...Thomas Gleixner2014-05-082-4/+24
| |\ \
* | \ \ Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-044-13/+10
|\ \ \ \
| * | | | of: consolidate linker section OF match table declarationsRob Herring2014-05-201-4/+3
| * | | | irqchip: mxs: Fix function type for IRQCHIP_OF_DECLARERob Herring2014-05-201-2/+2
| * | | | irqchip: s3c24xx: Fix function type for IRQCHIP_OF_DECLARERob Herring2014-05-201-4/+2
| * | | | irqchip: align irqchip OF match table section namingRob Herring2014-05-201-3/+3
| |/ / /
* | | | Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-06-022-4/+24
|\ \ \ \
| * \ \ \ Merge tag 'mvebu-soc-3.16' of git://git.infradead.org/linux-mvebu into next/socOlof Johansson2014-05-192-4/+24
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | irqchip: orion: Reverse irq handling prioritySebastian Hesselbarth2014-05-081-2/+2
| | * | irqchip: irq-armada-370-xp: Use cpu notifier to initialize secondary CPUsThomas Petazzoni2014-05-081-1/+17
| | * | irqchip: irq-armada-370-xp: Do the set_smp_cross_call() in the driverThomas Petazzoni2014-05-081-1/+5
| | |/
* | | Merge tag 'vexpress/updates-for-3.16' of git://git.linaro.org/people/pawel.mo...Olof Johansson2014-05-212-35/+21
|\| |
| * | Merge tag 'mvebu-irqchip-fixes-3.15' of git://git.infradead.org/linux-mvebu i...Thomas Gleixner2014-04-291-3/+14
| |\ \
| | * | irqchip: armada-370-xp: Fix releasing of MSIsNeil Greatorex2014-04-201-1/+3
| | * | irqchip: armada-370-xp: implement the ->check_device() msi_chip operationThomas Petazzoni2014-04-201-0/+10
| | * | irqchip: armada-370-xp: fix invalid cast of signed value into unsigned variableThomas Petazzoni2014-04-201-2/+1
| | |/
| * | irqchip: irq-crossbar: Not allocating enough memoryDan Carpenter2014-04-281-1/+1
| * | irqchip: armanda: Sanitize set_irq_affinity()Thomas Gleixner2014-04-281-31/+6
* | | irqchip: sirf: fix one minor checkpatch issueBin Shi2014-05-121-1/+2
|/ /
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-271-2/+6
|\ \
| * | irqchip: Gic: Support forced affinity settingThomas Gleixner2014-04-171-2/+6
* | | Shiraz has movedViresh Kumar2014-04-181-1/+1
|/ /
* / irqchip: vic: Properly chain the cascaded IRQsLinus Walleij2014-04-151-0/+6
|/
* Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-055-17/+342
|\
| * Merge tag 'omap-for-v3.15/crossbar-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson2014-03-084-10/+289
| |\
| | * DRIVERS: IRQCHIP: CROSSBAR: Add support for Crossbar IPSricharan R2014-02-053-0/+217
| | * DRIVERS: IRQCHIP: IRQ-GIC: Add support for routable irqsSricharan R2014-02-051-10/+72
| * | irqchip: VIC: export vic_init_cascadedArnd Bergmann2014-02-251-0/+1
| * | Merge tag 'irqchip-mvebu-fixes-3.14' of git://git.infradead.org/linux-mvebu i...Arnd Bergmann2014-02-251-3/+19
| |\ \
| * | | irqchip: support cascaded VICsLinus Walleij2014-02-131-6/+47
| * | | irqchip: vic: update the base IRQ member correctlyLinus Walleij2014-02-131-1/+5
* | | | Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2014-04-053-0/+252
|\ \ \ \