summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-versatile-fpga.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* irq: versatile: delete dangling variableLinus Walleij2012-11-301-1/+0
| | | | | | | | | | | This one was just creating noise like this: drivers/irqchip/irq-versatile-fpga.c: In function 'fpga_irq_of_init': drivers/irqchip/irq-versatile-fpga.c:180:24: warning: unused variable 'f' Reported-by: Russell King <linux@arm.linux.org.uk> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Olof Johansson <olof@lixom.net>
* ARM: plat-versatile: move FPGA irq driver to drivers/irqchipLinus Walleij2012-11-041-0/+204
This moves the Versatile FPGA interrupt controller driver, used in the Integrator/AP, Integrator/CP and some Versatile boards, out of arch/arm/plat-versatile and down to drivers/irqchip where we have consensus that such drivers belong. The header file is consequently moved to <linux/platform_data/irq-versatile-fpga.h>. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>