]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mxs: move icoll driver into drivers/irqchip
authorShawn Guo <shawn.guo@linaro.org>
Mon, 25 Mar 2013 13:34:51 +0000 (21:34 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 1 Apr 2013 08:30:04 +0000 (16:30 +0800)
commit09f8eb1d48b688e0a8be30c0f7b481dfd278c0d5
tree8ab18cce9c20e78a0964fe995e68d034038301c5
parent4b3e4e6c0d08403b8a22fe1cb3355a7de1f598e1
ARM: mxs: move icoll driver into drivers/irqchip

Move icoll.c into drivers/irqchip as irq-mxs.c, and along with the
renaming, change the driver to use IRQCHIP_DECLARE.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-mxs/Makefile
arch/arm/mach-mxs/icoll.c [deleted file]
arch/arm/mach-mxs/include/mach/common.h
arch/arm/mach-mxs/mach-mxs.c
drivers/irqchip/Makefile
drivers/irqchip/irq-mxs.c [new file with mode: 0644]
include/linux/irqchip/mxs.h [new file with mode: 0644]