aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/versatile-fpga-irq.txt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-01-03irqchip: versatile FPGA: support cascaded interrupts from DTLinus Walleij1-0/+5
The Versatile FPGA interrupt controller supports cascading interrupts, i.e. that its output is connected to the input of another interrupt controller. This makes it possible to pass a parent interrupt from the device tree and print it in the boot log if applicable. Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2012-09-17ARM: 7516/1: plat-versatile: add DT support to FPGA IRQLinus Walleij1-0/+31
This adds Device Tree probing support to the Versatile FPGA IRQ controller. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>