summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | irqchip: intc-irqpin: Whitespace fixesMagnus Damm2013-03-181-3/+5
| * | | irqchip: Renesas INTC External IRQ pin driverMagnus Damm2013-03-183-0/+469
| | |/ | |/|
* | | Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-022-0/+127
|\ \ \
| * \ \ Merge branch 'mxs/cleanup' into next/multiplatformArnd Bergmann2013-04-092-0/+122
| |\ \ \
| * \ \ \ Merge tag 'v3.9-rc3' into next/multiplatformArnd Bergmann2013-04-091-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | ARM: sirf: move irq driver to drivers/irqchipArnd Bergmann2013-03-252-0/+127
| | |_|/ | |/| |
* | | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-027-164/+300
|\ \ \ \
| * \ \ \ Merge tag 'sunxi-cleanup-for-3.10' of git://github.com/mripard/linux into nex...Olof Johansson2013-04-113-152/+150
| |\ \ \ \
| | * | | | irqchip: sunxi: Rename sunxi to sun4iMaxime Ripard2013-04-083-150/+150
| | * | | | irqchip: sunxi: Make use of the IRQCHIP_DECLARE macroMaxime Ripard2013-04-081-12/+10
| | | |/ / | | |/| |
| * | | | Merge tag 'mxs-cleanup-3.10' of git://git.linaro.org/people/shawnguo/linux-2....Arnd Bergmann2013-04-092-0/+122
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | ARM: mxs: move icoll driver into drivers/irqchipShawn Guo2013-04-012-0/+122
| | |/ /
| * | | Merge branch 'gic/cleanup' into next/cleanupOlof Johansson2013-04-021-0/+1
| |\ \ \
| | * | | irqchip: vic: add include of linux/irq.hOlof Johansson2013-04-021-0/+1
| * | | | Merge branch 'gic' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/...Olof Johansson2013-04-023-11/+26
| |\ \ \ \ | | |/ / /
| | * | | irqchip: gic: Perform the gic_secondary_init() call via CPU notifierCatalin Marinas2013-03-261-7/+21
| | * | | irqchip: gic: Call handle_bad_irq() directlyCatalin Marinas2013-03-261-2/+1
| | * | | arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas2013-03-262-0/+2
| | * | | arm: Move the set_handle_irq and handle_arch_irq declarations to asm/irq.hCatalin Marinas2013-03-261-1/+1
| | |/ /
| * | | irqchip: irq-gic: Fix checkpatch errorsSachin Kamat2013-04-021-2/+2
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \ \
| * | | irq: versatile: rename Kconfig macro in printkPaul Bolle2013-03-271-1/+1
| |/ /
* | | irqchip: gic: fix irq_trigger returnAbhijeet Dharmapurikar2013-03-261-1/+2
| |/ |/|
* | irqchip: fix typo when moving gic_raise_softirq()Javi Merino2013-03-041-1/+1
|/
* Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-033-0/+1213
|\
| * metag: Internal and external irqchipsJames Hogan2013-03-023-0/+1213
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-218-1/+1661
|\ \ | |/ |/|
| * ARM: exynos: move exynos4210-combiner to drivers/irqchipRob Herring2013-02-122-0/+231
| * irqchip: Move ARM vic.h to include/linux/irqchip/arm-vic.hRob Herring2013-01-121-1/+1
| * ARM: spear: use common irqchip_init functionRob Herring2013-01-121-0/+5
| * irqchip: Move ARM VIC to drivers/irqchipRob Herring2013-01-123-0/+505
| * irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hRob Herring2013-01-121-1/+1
| * irqchip: Move ARM GIC to drivers/irqchipRob Herring2013-01-123-1/+834
| * irqchip: add basic infrastructureThomas Petazzoni2013-01-104-0/+65
|/
* Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-142-3/+320
|\
| * ARM: SPEAr3xx: Shirq: Move shirq controller out of plat/Viresh Kumar2012-11-262-1/+318
* | Merge tag 'sunxi-fixes-for-3.8' of git://github.com/mripard/linux into next/socOlof Johansson2012-12-071-1/+2
|\ \
| * | irqchip: irq-sunxi: Add terminating entry for sunxi_irq_dt_idsAxel Lin2012-12-031-1/+2
* | | Merge branch 'integrator/irq' into next/socOlof Johansson2012-11-301-1/+0
|\ \ \
| * | | irq: versatile: delete dangling variableLinus Walleij2012-11-301-1/+0
* | | | Merge branch 'next/cam-samsung' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2012-11-301-1/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | irqchip: irq-bcm2835: Add terminating entry for of_device_id tableAxel Lin2012-11-061-1/+2
* | | | Merge tag 'tags/sunxi-support-for-3.8' of git://github.com/mripard/linux into...Olof Johansson2012-11-202-0/+151
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | irqchip: sunxi: Add irq controller driverMaxime Ripard2012-11-162-0/+151
| |/
OpenPOWER on IntegriCloud