]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
irqchip: Add support for Marvell Orion SoCs
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Thu, 6 Jun 2013 16:27:09 +0000 (18:27 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 11 Jun 2013 14:18:50 +0000 (16:18 +0200)
commit9dbd90f17e4f380593ec5194c2a4d5e52c5f72d1
tree56b781fce3882772962e0e4dbcbe517b37713ec2
parentd671a605580d2caafc77f1a25bcf8435795df6fe
irqchip: Add support for Marvell Orion SoCs

This patch adds an irqchip driver for the main interrupt controller found
on Marvell Orion SoCs (Kirkwood, Dove, Orion5x, Discovery Innovation).
Corresponding device tree documentation is also added.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Acked-by: Grant Likely <grant.likely@linaro.org>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Rob Landley <rob@landley.net>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Gregory Clement <gregory.clement@free-electrons.com>
Cc: devicetree-discuss@lists.ozlabs.org
Cc: linux-arm-kernel@lists.infradead.org
Link: http://lkml.kernel.org/r/1370536034-23956-2-git-send-email-sebastian.hesselbarth@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Documentation/devicetree/bindings/interrupt-controller/marvell,orion-intc.txt [new file with mode: 0644]
drivers/irqchip/Kconfig
drivers/irqchip/Makefile
drivers/irqchip/irq-orion.c [new file with mode: 0644]