ARM: plat-versatile: move FPGA irq driver to drivers/irqchip
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 31 Oct 2012 21:04:31 +0000 (22:04 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 4 Nov 2012 17:09:12 +0000 (18:09 +0100)
commit2389d5014342e9535aad212d0c68d439aaf534ba
treeb0ebf2e8a58b7776e4982b9039439b8e6af457c2
parentda72a66ba852fef3d5dfe02ab311a894e7d791e9
ARM: plat-versatile: move FPGA irq driver to drivers/irqchip

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>
12 files changed:
arch/arm/Kconfig
arch/arm/mach-integrator/integrator_ap.c
arch/arm/mach-integrator/integrator_cp.c
arch/arm/mach-versatile/core.c
arch/arm/plat-versatile/Kconfig
arch/arm/plat-versatile/Makefile
arch/arm/plat-versatile/fpga-irq.c [deleted file]
arch/arm/plat-versatile/include/plat/fpga-irq.h [deleted file]
drivers/irqchip/Kconfig
drivers/irqchip/Makefile
drivers/irqchip/irq-versatile-fpga.c [new file with mode: 0644]
include/linux/irqchip/versatile-fpga.h [new file with mode: 0644]