OSDN Git Service

MIPS: Move GIC to drivers/irqchip/
authorAndrew Bresticker <abrestic@chromium.org>
Thu, 18 Sep 2014 21:47:19 +0000 (14:47 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 24 Nov 2014 06:44:54 +0000 (07:44 +0100)
commit8a19b8f19429b86c91e10745bc131bc600e60ede
tree36a7d37a8ce46f0dbe979705bd75aa23ebc2fa78
parent8635233ca5987bd42953aeffab1f60a3b8ffc78f
MIPS: Move GIC to drivers/irqchip/

Move GIC irqchip support to drivers/irqchip/ and rename the Kconfig
option from IRQ_GIC to MIPS_GIC to avoid confusion with the ARM GIC.

Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Reviewed-by: Qais Yousef <qais.yousef@imgtec.com>
Tested-by: Qais Yousef <qais.yousef@imgtec.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jeffrey Deans <jeffrey.deans@imgtec.com>
Cc: Markos Chandras <markos.chandras@imgtec.com>
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: Jonas Gorski <jogo@openwrt.org>
Cc: John Crispin <blogic@openwrt.org>
Cc: David Daney <ddaney.cavm@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/7812/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
arch/mips/kernel/Makefile
arch/mips/kernel/cevt-r4k.c
arch/mips/kernel/smp-mt.c
arch/mips/mti-malta/malta-time.c
drivers/irqchip/Kconfig
drivers/irqchip/Makefile
drivers/irqchip/irq-mips-gic.c [moved from arch/mips/kernel/irq-gic.c with 100% similarity]