kernel-ark/drivers/irqchip
Thomas Petazzoni 9339d432fd irqchip: move IRQ driver for Armada 370/XP
When the Marvell Armada 370/XP support was included in the kernel, the
drivers/irqchip/ directory didn't exist and the minimal infrastructure
in it also didn't exist. Now that we have those things in place, we
move the Armada 370/XP IRQ controller driver from
arch/arm/mach-mvebu/irq-armada-370-xp.c to
drivers/irqchip/irq-armada-370-xp.c.

Note in order to reduce code movement and therefore ease the review of
this patch, we intentionally introduce a forward declaration of
armada_370_xp_handle_irq(). It is in fact not needed because this
handler can now simply be implemented before
armada_370_xp_mpic_of_init(). That will be done in the next commit.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
2013-04-15 19:34:36 +00:00
..
exynos-combiner.c ARM: exynos: move exynos4210-combiner to drivers/irqchip 2013-02-12 14:51:10 -08:00
irq-armada-370-xp.c irqchip: move IRQ driver for Armada 370/XP 2013-04-15 19:34:36 +00:00
irq-bcm2835.c irqchip: irq-bcm2835: Add terminating entry for of_device_id table 2012-11-06 07:37:10 -08:00
irq-gic.c irqchip: fix typo when moving gic_raise_softirq() 2013-03-04 17:15:33 -08:00
irq-metag-ext.c metag: Internal and external irqchips 2013-03-02 20:09:48 +00:00
irq-metag.c metag: Internal and external irqchips 2013-03-02 20:09:48 +00:00
irq-sunxi.c irqchip: irq-sunxi: Add terminating entry for sunxi_irq_dt_ids 2012-12-03 21:17:00 +01:00
irq-versatile-fpga.c irq: versatile: delete dangling variable 2012-11-30 09:59:15 -08:00
irq-vic.c irqchip: Move ARM vic.h to include/linux/irqchip/arm-vic.h 2013-01-12 10:52:16 -06:00
irqchip.c irqchip: add basic infrastructure 2013-01-10 11:44:38 -06:00
irqchip.h irqchip: add basic infrastructure 2013-01-10 11:44:38 -06:00
Kconfig irqchip: Move ARM VIC to drivers/irqchip 2013-01-12 10:52:14 -06:00
Makefile irqchip: move IRQ driver for Armada 370/XP 2013-04-15 19:34:36 +00:00
spear-shirq.c ARM: spear: use common irqchip_init function 2013-01-12 10:52:15 -06:00