From: Rob Herring Date: Tue, 12 Feb 2013 22:04:52 +0000 (-0600) Subject: ARM: exynos: move exynos4210-combiner to drivers/irqchip X-Git-Tag: v3.9-rc1~122^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a900e5d9971860f2c400ed84d529c891fcd9a3b2;p=pandora-kernel.git ARM: exynos: move exynos4210-combiner to drivers/irqchip Exynos boot is broken with commit 0529e315 (ARM: use common irqchip_init for GIC init). This commit split the irqchip initialization into 2 calls to of_irq_init. This does not work because of_irq_init requires interrupt parents to be in the match list. Rather than reverting exynos changes, make it do the proper thing by using IRQCHIP_DECLARE. This requires moving the combiner code to drivers/irqchip. Reported-by: Doug Anderson Signed-off-by: Rob Herring Cc: Kukjin Kim Cc: Russell King Cc: Thomas Gleixner Cc: linux-samsung-soc@vger.kernel.org Signed-off-by: Olof Johansson --- Reading git-diff-tree failed