aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
Commit message (Expand)AuthorAge
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-22
|\
| * irqchip: atmel-aic5: Add sama5d2 supportNicolas Ferre2015-06-18
| * irq: spear-shirq: Fix race in installing chained IRQ handlerRussell King2015-06-18
| * irq: irq-keystone: Fix race in installing chained IRQ handlerRussell King2015-06-18
| * irqchip: exynos-combiner: Save IRQ enable set on suspendJavier Martinez Canillas2015-06-16
| * irqchip: gic: Simplify gic_configure_irq by using IRQCHIP_SET_TYPE_MASKEDSudeep Holla2015-06-05
| * Merge branch 'linus' into irq/coreThomas Gleixner2015-06-05
| |\
| * | irqchip: mtk-sysirq: Make mtk_sysirq_of_init return error if ioremap failsAxel Lin2015-05-22
| * | Merge branch 'irq/for-arm' into irq/coreThomas Gleixner2015-05-18
| |\ \
| | * | irqchip: vf610-mscm: Support NVIC parent chipStefan Agner2015-05-18
| | * | irqchip: nvic: Support hierarchy irq domainStefan Agner2015-05-18
| * | | irqchip: vf610: Fix of_io_request_and_map error checkMaxime Ripard2015-05-05
| * | | irqchip: irqc: Remove platform data supportGeert Uytterhoeven2015-05-05
| * | | irqchip: Constify irq_domain_opsKrzysztof Kozlowski2015-05-05
| |/ /
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-14
|\ \ \
| * | | IRQCHIP: mips-gic: Don't nest calls to do_IRQ()Rabin Vincent2015-06-13
* | | | irqchip: sunxi-nmi: Fix off-by-one error in irq iteratorAxel Lin2015-06-08
|/ / /
* | / irqchip/gicv3-its: ITS table size should not be smaller than PSZMinghuan Lian2015-05-20
| |/ |/|
* | irqchip: tegra: Set the proper base address in irq chip dataLucas Stach2015-05-13
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-09
|\ \ | |/ |/|
| * irqchip: gic: Drop support for gic_arch_extnMarc Zyngier2015-04-24
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-24
|\ \ | |/ |/|
| * ACPI: move arm64 GSI IRQ model to generic GSI IRQ layerLorenzo Pieralisi2015-03-26
| * irqchip: Add GICv2 specific ACPI boot supportTomasz Nowicki2015-03-26
* | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-20
|\ \
| * | drivers: fix up obsolete cpu function usage.Rusty Russell2015-03-04
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-04-17
|\ \ \
| * | | IRQCHIP: Add new driver for BCM7038-style level 1 interrupt controllersKevin Cernekee2015-04-01
| * | | IRQCHIP: bcm7120-l2: Add support for BCM3380-style controllersKevin Cernekee2015-04-01
| * | | IRQCHIP: bcm7120-l2: Split STB-specific logic into its own functionKevin Cernekee2015-04-01
| * | | IRQCHIP: bcm7120-l2: Refactor driver for arbitrary IRQEN/IRQSTAT offsetsKevin Cernekee2015-04-01
| * | | IRQCHIP: brcmstb-l2: don't clear wakeable interrupts at init timeBrian Norris2015-04-01
| * | | IRQCHIP: irq-mips-gic: Add new functions to start/stop the GIC counterMarkos Chandras2015-03-31
| * | | IRQCHIP: mips-gic: Add function for retrieving FDC IRQJames Hogan2015-03-31
| * | | irqchip: mips-gic: Don't treat FDC IRQ as percpu devidJames Hogan2015-03-31
| * | | IRQCHIP: mips-gic: Fix typo in commentJames Hogan2015-03-31
| | |/ | |/|
* | | Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2015-04-11
|\ \ \
| * \ \ Merge branch 'irqchip/stacked-irq_set_wake' into irqchip/coreJason Cooper2015-04-10
| |\ \ \
| | * | | irqchip: gic: Add an entry point to set up irqchip flagsMarc Zyngier2015-03-14
| | | |/ | | |/|
| * | | Merge branch 'irqchip/stacked-omap' into irqchip/coreJason Cooper2015-04-10
| |\ \ \
| | * | | irqchip: gic: Get rid of routable domainMarc Zyngier2015-03-14
| | * | | irqchip: crossbar: Convert dra7 crossbar to stacked domainsMarc Zyngier2015-03-14
| | |/ /
| * | | Merge branch 'irqchip/stacked-tegra' into irqchip/coreJason Cooper2015-04-10
| |\ \ \
| | * | | irqchip: tegra: Add Tegra210 supportThierry Reding2015-03-29
| | * | | irqchip: tegra: Add DT-based support for legacy interrupt controllerMarc Zyngier2015-03-14
| | |/ /
* | | | Merge tag 'irqchip-core-4.1-2' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2015-04-11
|\| | |
| * | | Merge branch 'irqchip/renesas' into irqchip/coreJason Cooper2015-04-02
| |\ \ \
| | * | | irqchip: renesas-irqc: Add wake-up supportGeert Uytterhoeven2015-04-02
| | * | | irqchip: renesas-irqc: Add minimal runtime PM supportGeert Uytterhoeven2015-03-23
| | * | | irqchip: renesas-irqc: Add more register documentationGeert Uytterhoeven2015-03-23
| | |/ /