irqchip/ts4800: Add TS-4800 interrupt controller
commitd01f8633d52e4dac5ee598b87d49fd23346ccfd6
authorDamien Riegel <damien.riegel@savoirfairelinux.com>
Mon, 21 Dec 2015 20:11:23 +0000 (21 15:11 -0500)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 29 Dec 2015 10:58:53 +0000 (29 11:58 +0100)
tree9dd10b4346995cd325e713b84c4c96600d74e0d0
parent0f6d785c847eeff55ae19546f5885156394be569
irqchip/ts4800: Add TS-4800 interrupt controller

This commit adds support for the TS-4800 interrupt controller. This
controller is instantiated in a companion FPGA, and multiplex interrupts
for other FPGA IPs.

As this component is external to the SoC, the SoC might need to reserve
pins, so this controller is implemented as a platform driver and doesn't
use the IRQCHIP_DECLARE construct.

Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: kernel@savoirfairelinux.com
Link: http://lkml.kernel.org/r/1450728683-31416-2-git-send-email-damien.riegel@savoirfairelinux.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/irqchip/Kconfig
drivers/irqchip/Makefile
drivers/irqchip/irq-ts4800.c [new file with mode: 0644]