On Fri, 19 Oct 2012 12:54:12 +0200, Linus Walleij <[email protected]> wrote: > The Tegra driver tries to do the work of irq_domain_add_linear() > by reserving a bunch of descriptors somewhere and keeping track > of the base offset, then calling irq_domain_add_legacy(). Let's > stop doing that and simply use the linear IRQ domain. > > For this to work: use irq_create_mapping() in the IRQ iterator > so that the descriptors get allocated here. > > Cc: Rob Herring <[email protected]> > Cc: Grant Likely <[email protected]> > Cc: Stephen Warren <[email protected]> > Signed-off-by: Linus Walleij <[email protected]>
Applied, thanks. g. -- 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/

