summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "irq: Warn when shared interrupts do not match on NO_SUSPEND"Thomas Gleixner2014-07-311-5/+2
* Revert "PM / sleep / irq: Do not suspend wakeup interrupts"Thomas Gleixner2014-07-311-2/+1
* irq: Warn when shared interrupts do not match on NO_SUSPENDPeter Zijlstra2014-07-241-2/+5
* Merge tag 'irqchip-core-3.17-3' of git://git.infradead.org/users/jcooper/linu...Thomas Gleixner2014-07-1917-58/+1994
|\
| * Merge branch 'irqchip/atmel-aic' into irqchip/coreJason Cooper2014-07-189-2/+929
| |\
| | * 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
| | * irqchip: atmel-aic: Move binding doc to interrupt-controller directoryBoris BREZILLON2014-07-171-0/+0
| | * genirq: generic chip: Export irq_map_generic_chip functionBoris BREZILLON2014-07-172-2/+5
| * | Merge tag 'tags/deps-irqchip-gic-3.17' into irqchip/coreJason Cooper2014-07-1810-56/+1065
| |\ \
| | * | irqchip: gic-v3: Initial support for GICv3Marc Zyngier2014-07-087-0/+916
| | * | irqchip: gic: Move some bits of GICv2 to a library-type fileMarc Zyngier2014-07-084-56/+149
| | |/
* | | PM / sleep / irq: Do not suspend wakeup interruptsRafael J. Wysocki2014-07-151-1/+2
* | | Merge tag 'irqchip-core-3.17-2' of git://git.infradead.org/users/jcooper/linu...Thomas Gleixner2014-07-089-158/+406
|\ \ \ | |/ /
| * | Merge branch 'irqchip/crossbar' into irqchip/coreJason Cooper2014-07-012-25/+179
| |\ \
| | * | irqchip: crossbar: Allow for quirky hardware with direct hardwiring of GICNishanth Menon2014-06-302-4/+28
| | * | documentation: dt: omap: crossbar: Add description for interrupt consumerNishanth Menon2014-06-301-0/+17
| | * | 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-302-2/+21
| | * | 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-302-2/+20
| | * | irqchip: crossbar: Introduce ti, irqs-skip to skip irqs that bypass crossbarNishanth Menon2014-06-302-0/+26
| | * | 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-017-133/+227
* | | Merge tag 'irqchip-core-3.17' of git://git.infradead.org/users/jcooper/linux ...Thomas Gleixner2014-06-283-240/+141
|\ \ \ | |/ /
| * | 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
| * | irqchip: spear_shirq: Move private structs to sourceThomas Gleixner2014-06-242-71/+45
| * | irqchip: spear_shirq: Kill pointless staticThomas Gleixner2014-06-241-1/+1
| * | Merge branch 'irqchip/urgent' into irqchip/coreJason Cooper2014-06-243-4/+17
| |\ \
| * | | irqchip: nvic: Use the generic noop functionDaniel Thompson2014-06-211-9/+4
| | |/ | |/|
* | | Merge branch 'irq/urgent' into irq/coreThomas Gleixner2014-06-283-4/+17
|\ \ \ | | |/ | |/|
OpenPOWER on IntegriCloud