ARM: sirf: move irq driver to drivers/irqchip
authorArnd Bergmann <arnd@arndb.de>
Tue, 19 Mar 2013 10:21:44 +0000 (11:21 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 25 Mar 2013 11:29:39 +0000 (12:29 +0100)
commit60dbd7680f069c07525a825d805fd2644eae92e6
tree3d53f1d6cdbde87a75902df0ff6a4b1b80ed53f9
parent67d71344fd09223820eb9de39b597ec29f035e89
ARM: sirf: move irq driver to drivers/irqchip

This updates the irqchip drier for prima2 to the current practices by
moving it into drivers/irqchip and integrating it into the irqchip_init
infrastructure. We also now use a linear irq domain as a preparation
for sparse IRQ suport.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
arch/arm/mach-prima2/Makefile
arch/arm/mach-prima2/common.c
arch/arm/mach-prima2/irq.c [deleted file]
drivers/irqchip/Makefile
drivers/irqchip/irq-sirfsoc.c [new file with mode: 0644]
This page took 0.026795 seconds and 5 git commands to generate.