]> git.karo-electronics.de Git - linux-beck.git/commit
irqchip: support cascaded VICs
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 21 Nov 2013 22:11:29 +0000 (23:11 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 13 Feb 2014 10:21:21 +0000 (11:21 +0100)
commite641b987c20832dfaaa51d7792ed928c2b2d2dbf
tree1831772b115d772d3fd63ab53858866bc8b8f911
parent3b4df9dbd9bf27a35d5c7d36684d245518e5a939
irqchip: support cascaded VICs

This adds support for a VIC to be cascaded off another IRQ.
On the Integrator/AP logical module IM-PD1 there is a VIC
cascaded off the central FPGA IRQ controller so this is
needed for that to work out.

In order for the plug-in board to be able to register all
the devices with their IRQs relative to the offset of the
base obtained for the cascaded VIC, the base IRQ number
is passed back to the caller.

Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-versatile/core.c
drivers/irqchip/irq-vic.c
include/linux/irqchip/arm-vic.h