aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/versatile-fpga-irq.txt
Commit message (Collapse)AuthorAge
* irqchip: versatile FPGA: support cascaded interrupts from DTLinus Walleij2014-01-03
| | | | | | | | | | 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>
* ARM: 7516/1: plat-versatile: add DT support to FPGA IRQLinus Walleij2012-09-17
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>