summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
Commit message (Expand)AuthorAgeFilesLines
* irqchip: gic-v3: Declare rdist as __percpu pointer to __iomem pointerWill Deacon2014-09-031-1/+1
* irqchip: gic: Make gic_default_routable_irq_domain_ops staticWill Deacon2014-09-031-1/+1
* irqchip: exynos-combiner: Fix compilation error on ARM64Naveen Krishna Chatradhi2014-09-031-0/+1
* irqchip: crossbar: Off by one bugs in initDan Carpenter2014-08-181-2/+2
* irqchip: gic-v3: Tag all low level accessors __maybe_unusedMark Brown2014-08-181-5/+5
* irqchip: gic-v3: Only define gic_peek_irq() when building SMPMark Brown2014-08-171-13/+13
* Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-08-081-1/+17
|\
| *---. Merge branches 'samsung/cleanup' and 'samsung/s5p-cleanup-v2', tag 'v3.16-rc6...Arnd Bergmann2014-07-262-2/+6
| |\ \ \
| * \ \ \ Merge tag 'exynos-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Olof Johansson2014-07-193-4/+17
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | irqchip: versatile-fpga: add support for arm,versatile-sicRob Herring2014-06-241-0/+11
| * | | | irqchip: versatile-fpga: Add IRQCHIP_DECLARE supportRob Herring2014-06-241-1/+6
* | | | | Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-081-1/+0
|\ \ \ \ \
| * \ \ \ \ Merge tag 'ux500-core-for-v3.17-1' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2014-07-123-4/+17
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | |
| * | | | ARM: S5PC100: no more support S5PC100 SoCKukjin Kim2014-07-131-1/+0
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-08-061-2/+0
|\ \ \ \
| * | | | irq-gic: remove file name from heading commentSergei Shtylyov2014-06-191-2/+0
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-0510-201/+1395
|\ \ \ \ \
| * \ \ \ \ Merge branch 'irqchip/atmel-aic' into irqchip/coreJason Cooper2014-07-186-0/+924
| |\ \ \ \ \
| | * | | | | irqchip: atmel-aic: Define irq fixups for atmel SoCsBoris BREZILLON2014-07-172-0/+27
| | * | | | | irqchip: atmel-aic: Implement RTC irq fixupBoris BREZILLON2014-07-172-0/+30
| | * | | | | irqchip: atmel-aic: Add irq fixup infrastructureBoris BREZILLON2014-07-172-0/+21
| | * | | | | irqchip: atmel-aic: Add atmel AIC/AIC5 driversBoris BREZILLON2014-07-176-0/+846
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'tags/deps-irqchip-gic-3.17' into irqchip/coreJason Cooper2014-07-186-56/+847
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'irqchip/crossbar' into irqchip/coreJason Cooper2014-07-011-25/+143
| |\ \ \ \ \ \
| | * | | | | | irqchip: crossbar: Allow for quirky hardware with direct hardwiring of GICNishanth Menon2014-06-301-2/+18
| | * | | | | | irqchip: crossbar: Introduce centralized check for crossbar writeNishanth Menon2014-06-301-2/+12
| | * | | | | | irqchip: crossbar: Introduce ti, max-crossbar-sources to identify valid cross...Nishanth Menon2014-06-301-2/+19
| | * | | | | | irqchip: crossbar: Add kerneldoc for crossbar_domain_unmap callbackSricharan R2014-06-301-0/+11
| | * | | | | | irqchip: crossbar: Set cb pointer to null in case of errorSricharan R2014-06-301-0/+2
| | * | | | | | irqchip: crossbar: Change the goto namingNishanth Menon2014-06-301-12/+11
| | * | | | | | irqchip: crossbar: Return proper error valueNishanth Menon2014-06-301-3/+11
| | * | | | | | irqchip: crossbar: Fix kerneldoc warningNishanth Menon2014-06-301-1/+3
| | * | | | | | irqchip: crossbar: Fix sparse and checkpatch warningsNishanth Menon2014-06-301-3/+4
| | * | | | | | irqchip: crossbar: Remove IS_ERR_VALUE checkNishanth Menon2014-06-301-3/+3
| | * | | | | | irqchip: crossbar: Change allocation logic by reversing search for free irqsNishanth Menon2014-06-301-2/+2
| | * | | | | | irqchip: crossbar: Initialise the crossbar with a safe valueNishanth Menon2014-06-301-2/+17
| | * | | | | | irqchip: crossbar: Introduce ti, irqs-skip to skip irqs that bypass crossbarNishanth Menon2014-06-301-0/+20
| | * | | | | | irqchip: crossbar: Check for premapped crossbar before allocatingNishanth Menon2014-06-301-0/+16
| | * | | | | | irqchip: crossbar: Dont use '0' to mark reserved interruptsNishanth Menon2014-06-301-2/+3
| | | |/ / / / | | |/| | | |
| * | | | | | irqchip: or1k-pic: Migrate from arch/openrisc/Stefan Kristiansson2014-07-013-0/+187
| * | | | | | irqchip: spear_shirq: Simplify register access codeThomas Gleixner2014-06-241-45/+16
| * | | | | | irqchip: spear_shirq: Use proper irq chips for the different SoCsThomas Gleixner2014-06-241-52/+45
| * | | | | | irqchip: spear_shirq: Remove the parent irq "ack"/unmaskThomas Gleixner2014-06-241-6/+0
| * | | | | | irqchip: spear_shirq: Simplify chained handlerThomas Gleixner2014-06-241-11/+8
| * | | | | | irqchip: spear_shirq: Kill the clear_reg nonsenseThomas Gleixner2014-06-241-34/+1
| * | | | | | irqchip: spear_shirq: Precalculate status maskThomas Gleixner2014-06-241-1/+12
| * | | | | | irqchip: spear_shirq: Use the proper interfacesThomas Gleixner2014-06-241-5/+5
| * | | | | | irqchip: spear_shirq: Reorder the spear320 ras blocksThomas Gleixner2014-06-241-13/+13
| * | | | | | irqchip: spear_shirq: Namespace cleanupThomas Gleixner2014-06-241-53/+53
| * | | | | | irqchip: spear_shirq: No point in storing the parent irqThomas Gleixner2014-06-241-9/+8