summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-026-4/+526
|\
| * irqchip: exynos-combiner: Staticize combiner_initSachin Kamat2013-06-281-4/+4
| * irqchip: Add support for ARMv7-M NVICUwe Kleine-König2013-06-263-0/+123
| * irqchip: Add TB10x interrupt controller driverChristian Ruppert2013-06-253-0/+201
| * irqchip: Add support for Marvell Orion SoCsSebastian Hesselbarth2013-06-113-0/+198
* | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2013-07-021-1/+8
|\ \
| * \ Merge tag 'renesas-dt2-for-v3.11' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2013-06-211-1/+8
| |\ \
| | * | ARM: shmobile: irqpin: add a DT property to enable masking on parentGuennadi Liakhovetski2013-06-191-2/+5
| | * | irqchip: renesas-intc-irqpin: DT binding for sense bitfield widthGuennadi Liakhovetski2013-06-181-0/+4
| | |/
* | | Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-07-021-2/+2
|\ \ \
| * | | Merge tag 'omap-for-v3.11/fixes-non-critical-signed' of git://git.kernel.org/...Olof Johansson2013-06-143-12/+6
| |\| |
| * | | irqchip: renesas-irqc: Fix irqc_probe error handlingAxel Lin2013-06-061-2/+2
| | |/ | |/|
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-06-221-1/+1
|\ \ \ | |_|/ |/| |
| * | irqchip: gic: call gic_cpu_init() as well in CPU_STARTING_FROZEN caseShawn Guo2013-06-201-1/+1
* | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-06-082-2/+2
|\ \ \ | |/ / |/| |
| * | irqchip: Return -EPERM for reserved IRQsGrant Likely2013-06-082-2/+2
| |/
* / ARM: mxs: icoll: Fix interrupts gpio bank 0Markus Pargmann2013-06-031-10/+4
|/
* Merge tag 'multiplatform-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-05-071-61/+64
|\
| * irqchip: exynos: look up irq using irq_find_mappingArnd Bergmann2013-04-191-7/+6
| * irqchip: exynos: pass irq_base from platformArnd Bergmann2013-04-191-10/+13
| * irqchip: exynos: localize irq lookup for ATAGSArnd Bergmann2013-04-191-7/+12
| * irqchip: exynos: allocate combiner_data dynamicallyArnd Bergmann2013-04-191-13/+23
| * irqchip: exynos: pass max combiner number to combiner_initArnd Bergmann2013-04-191-30/+16
* | Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-072-0/+289
|\ \
| * \ Merge branch 'late/clksrc' into late/cleanupArnd Bergmann2013-05-065-0/+2220
| |\ \
| * | | irqchip: armada-370-xp: slightly cleanup irq controller driverThomas Petazzoni2013-04-151-5/+8
| * | | irqchip: armada-370-xp: move IRQ handler to avoid forward declarationThomas Petazzoni2013-04-151-43/+40
| * | | irqchip: move IRQ driver for Armada 370/XPThomas Petazzoni2013-04-152-0/+295
* | | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-047-18/+2543
|\ \ \ \
| * | | | irqchip: s3c24xx: add missing __init annotationsArnd Bergmann2013-04-291-2/+2
| | |_|/ | |/| |
| * | | irqchip: vt8500: Convert arch-vt8500 to new irqchip infrastructureTony Prisk2013-04-122-0/+260
| * | | Merge tag 'pmu-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2013-04-091-18/+62
| |\ \ \ | | |_|/ | |/| |
| | * | irqchip: exynos-combiner: Correct combined IRQs for exynos4Chanho Park2013-04-091-13/+37
| | * | irqchip: exynos-combiner: Add set_irq_affinity function for combiner_irqChanho Park2013-04-091-5/+25
| | |/
| * | Merge tag 'irq-s3c24xx-for-v3.10' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2013-04-092-0/+1356
| |\ \
| | * | irqchip: s3c24xx: add devicetree supportHeiko Stuebner2013-04-041-6/+225
| | * | irqchip: s3c24xx: make interrupt handling independent of irq_domain structureHeiko Stuebner2013-04-041-10/+15
| | * | irqchip: s3c24xx: globally keep track of the created intc instancesHeiko Stuebner2013-04-041-49/+50
| | * | irqchip: s3c24xx: add irq_set_type callback for basic interrupt typesHeiko Stuebner2013-04-041-0/+24
| | * | irqchip: s3c24xx: fix irqlist of second s3c2416 controllerHeiko Stuebner2013-04-041-3/+2
| | * | irqchip: s3c24xx: fix comments on some camera interruptsHeiko Stuebner2013-04-041-4/+4
| | * | ARM: S3C24XX: move irq driver to drivers/irqchipHeiko Stuebner2013-04-042-0/+1108
| * | | Merge tag 'vt8500/pinctrl' of git://server.prisktech.co.nz/git/linuxwmt into ...Arnd Bergmann2013-04-081-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | irqchip: intc-irqpin: Add support for shared interrupt linesBastian Hecht2013-03-281-7/+83
| * | | irqchip: irqc: Add DT supportMagnus Damm2013-03-181-0/+9
| * | | irqchip: intc-irqpin: Initial DT supportMagnus Damm2013-03-181-0/+9
| * | | irqchip: Renesas IRQC driverMagnus Damm2013-03-183-0/+303
| * | | irqchip: intc-irqpin: Make use of devm functionsMagnus Damm2013-03-181-28/+13
| * | | irqchip: intc-irqpin: Add force commentsMagnus Damm2013-03-181-0/+9
| * | | irqchip: intc-irqpin: Cache mapped IRQMagnus Damm2013-03-181-14/+16