irqchip: Add support for TI-NSPIRE irqchip
commit397e7b515785cad6e10b29f3001fd80c3f519bb8
authorDaniel Tang <dt.tangr@gmail.com>
Thu, 5 Dec 2013 06:12:17 +0000 (5 17:12 +1100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 22 Jan 2014 20:48:55 +0000 (22 21:48 +0100)
tree14efaf3aedfb75f343135941c1275d995e0fa6bf
parent43881ec7a88a3d3b2fd6da58168173e135b41fba
irqchip: Add support for TI-NSPIRE irqchip

This patch adds support for the interrupt controllers found in some
TI-Nspire models.

FIQ support was taken out to simplify the driver code and may be added
in later. Since Linux on this platform doesn't really use FIQs, this
wasn't really that important in the first place.

[ tglx: Made zevio_handle_irq static and reordered __init functions ]

Signed-off-by: Daniel Tang <dt.tangr@gmail.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Link: http://lkml.kernel.org/r/1386223937-12189-1-git-send-email-dt.tangr@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Documentation/devicetree/bindings/interrupt-controller/lsi,zevio-intc.txt [new file with mode: 0644]
drivers/irqchip/Makefile
drivers/irqchip/irq-zevio.c [new file with mode: 0644]