On Tue, Feb 12, 2013 at 04:04:52PM -0600, Rob Herring wrote: > From: Rob Herring <[email protected]> > > 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 <[email protected]> > Signed-off-by: Rob Herring <[email protected]> > Cc: Kukjin Kim <[email protected]> > Cc: Russell King <[email protected]> > Cc: Thomas Gleixner <[email protected]> > Cc: [email protected] > --- > > I thought there may be other platforms broken in the same way, but I > checked and exynos is the only one. > > This is based on my gic/vic irqchip branch in arm-soc.
Applied to next/cleanup. I guess this answers whether anyone boots linux-next regularly on Exynos hardware. :( -Olof -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

