On Thu, 2011-12-15 at 22:10 -0700, Paul Walmsley wrote: > Hi > > This series was boot-tested on a 4430 ES2 Panda also. It generates the > following message on boot: > > PRCM: failed to allocate irq descs: -12 > > which is an -ENOMEM coming from irq_alloc_descs(). This is probably > because OMAP hasn't been converted to use sparse IRQs yet. You should be able to enable SPARSE_IRQ from the config and this probably fixes it, this is what I saw with OMAP4 testing, not sure if it was enabled on your config. > Until that happens, this message should be harmless. Currently I guess it is harmless as we don't have OMAP4 PM support anyway, so nobody can use the PRCM interrupts on that platform anyway. The error message itself indicates that PRCM interrupt support does not work at all. Other than that, the set looks good to me after your changes. -Tero -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html