microblaze/irqchip: Move intc driver to irqchip
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Mon, 14 Nov 2016 12:13:45 +0000 (12:13 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Tue, 29 Nov 2016 09:14:49 +0000 (09:14 +0000)
commit0547dc7885856c93b0c8bbf1f590ceccf0c87835
tree2ba9b4d9401c1b75c880fd6515a40108916bc18e
parentbb29cecb3bcde74438a8a694a5b2ba4852c8eac1
microblaze/irqchip: Move intc driver to irqchip

The Xilinx AXI Interrupt Controller IP block is used by the MIPS
based xilfpga platform and a few PowerPC based platforms.

Move the interrupt controller code out of arch/microblaze so that
it can be used by everyone

Tested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/microblaze/Kconfig
arch/microblaze/kernel/Makefile
arch/microblaze/kernel/intc.c [deleted file]
drivers/irqchip/Kconfig
drivers/irqchip/Makefile
drivers/irqchip/irq-xilinx-intc.c [new file with mode: 0644]