summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.5' of git://git.osdn.jp/gitroot/uclinux-h8/linuxLinus Torvalds2016-01-211-5/+5
|\
| * irqchip: renesas-h8s: Replace ctrl_outw/ctrl_inw with writew/readwGuenter Roeck2016-01-201-5/+5
* | Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-201-5/+0
|\ \ | |/ |/|
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-1112-109/+840
|\ \
| * | irqchip/omap-intc: Add support for spurious irq handlingSekhar Nori2016-01-061-1/+26
| * | irqchip/zevio: Use irq_data_get_chip_type() helperGeliang Tang2015-12-301-2/+1
| * | irqchip/omap-intc: Remove duplicate setup for IRQ chip type handlerMilo Kim2015-12-291-1/+0
| * | irqchip/ts4800: Add TS-4800 interrupt controllerDamien Riegel2015-12-293-0/+170
| * | irqchip/gicv2m: Miscellaneous fixes for v2m resources and SPI rangesSuravee Suthikulpanit2015-12-291-4/+4
| * | irqchip/bcm2836: Make code more readableAndrea Merello2015-12-291-1/+1
| * | irqchip/bcm2836: Tolerate IRQs while no flag is set in ISRAndrea Merello2015-12-291-1/+1
| * | irqchip/bcm2836: Add SMP support for the 2836Andrea Merello2015-12-291-2/+23
| * | irqchip/bcm2836: Fix initialization of the LOCAL_IRQ_CNT timersEric Anholt2015-12-291-0/+26
| * | Merge tag 'irqchip-core-v4.5' of git://git.infradead.org/users/jcooper/linux ...Thomas Gleixner2015-12-292-45/+64
| |\ \
| | * \ Merge branch 'irqchip/sunxi' into irqchip/coreJason Cooper2015-12-231-0/+13
| | |\ \
| | | * | irqchip/sunxi-nmi: Support sun9i A80 NMI controllerChen-Yu Tsai2015-12-031-0/+13
| | * | | irqchip/renesas-intc-irqpin: Improve clock error handling and reportingGeert Uytterhoeven2015-11-241-12/+33
| | * | | irqchip/renesas-intc-irqpin: Remove intc_irqpin_priv.number_of_irqsGeert Uytterhoeven2015-11-241-11/+10
| | * | | irqchip/renesas-intc-irqpin: Remove obsolete platform data supportGeert Uytterhoeven2015-11-241-26/+12
| | |/ /
| * | | Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2015-12-292-24/+147
| |\ \ \
| | * | | irqchip/gic-v2m: acpi: Introducing GICv2m ACPI supportSuravee Suthikulpanit2015-12-212-2/+114
| | * | | irqchip/gic-v2m: Refactor to prepare for ACPI supportSuravee Suthikulpanit2015-12-211-21/+32
| | * | | irqdomain: Introduce is_fwnode_irqchip helperSuravee Suthikulpanit2015-12-211-1/+1
| * | | | Merge branch 'irq/gic-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2015-12-195-32/+75
| |\ \ \ \
| | * | | | irqchip/gic: Kconfig the number of instancesLinus Walleij2015-12-182-20/+15
| | * | | | irqchip/gic: Make interrupt ID 1020 invalidMarc Zyngier2015-12-161-1/+1
| | * | | | irqchip/gic-v2m: Fix of_node refcount on errorMarc Zyngier2015-12-161-1/+1
| | * | | | irqchip/gic: Assign irqchip dynamicallyLinus Walleij2015-12-161-9/+13
| | * | | | irqchip/gic: Support RealView variant setupLinus Walleij2015-12-163-1/+45
| | |/ / /
| * | | | irqchip/mbigen: Implement the mbigen irq chip operation functionsMa Jun2015-12-181-0/+81
| * | | | irqchip/mbigen: Create irq domain for each mbigen deviceMa Jun2015-12-181-0/+138
| * | | | irqchip/mgigen: Add platform device driver for mbigen deviceMa Jun2015-12-183-0/+87
| |/ / /
* | | | Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds2016-01-111-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | h8300: Rename ctlr_out/in[bwl] to raw_read/write[bwl]Daniel Lezcano2015-12-151-4/+4
| | |/ | |/|
* / | irqchip/versatile-fpga: Fix PCI IRQ mapping on Versatile PBGuillaume Delbergue2015-12-011-0/+5
|/ /
* | irqchip/gic: Add save/restore of the active stateMarc Zyngier2015-11-171-0/+28
* | irqchip/gic: Clear enable bits before restoring themMarc Zyngier2015-11-171-2/+8
* | irqchip/gic: Make sure all interrupts are deactivated at bootMarc Zyngier2015-11-171-4/+9
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-11-151-0/+14
|\
| * irqchip: irq-mips-gic: Provide function to map GIC user sectionAlex Smith2015-11-111-0/+14
* | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-042-37/+37
|\ \
| * \ Merge branch 'acpi-init'Rafael J. Wysocki2015-10-252-37/+37
| |\ \ | | |/ | |/|
| | * irqchip / GIC: Convert the GIC driver to ACPI probingMarc Zyngier2015-10-012-37/+35
| | * irqchip / ACPI: Add probing infrastructure for ACPI-based irqchipsMarc Zyngier2015-10-011-3/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-11-041-10/+4
|\ \ \
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-202-1/+4
| |\| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-022-10/+26
| |\ \ \
| * | | | irqchip: armada-370-xp: Rework per-cpu interrupts handlingMaxime Ripard2015-09-291-10/+4
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-0327-464/+872
|\ \ \ \ \
| * | | | | irqchip/gic-v3-its: Parse new version of msi-parent propertyMarc Zyngier2015-10-161-3/+15