"DebBarma, Tarun Kanti" <tarun.kanti@xxxxxx> writes: > On Thu, Mar 15, 2012 at 3:35 AM, Kevin Hilman <khilman@xxxxxx> wrote: >> Tarun, >> >> Can you investigate an abort during boot on 3630/Zoom3? >> >> Both Tony and I are seeing the abort below on 3630/Zoom3. I'm using >> arm-soc/for-next and Tony is using linux-next, but we see the same abort. > The crash looks very similar to what we fixed yesterday. The problem was > basically due to usage of OMAP_GPIO_IRQ macro instead of gpio_to_irq() > which came as part of Benoit's dynamic irq allocation change. The fix is to > replace those macros in the board files. > (The same problem is seen on OMAP3430 SDP as well.) > Anyways, I will confirm. > >> >> Adding in your latest fixes series doesn't make the problem go away, but >> backing out the GPIO runtime PM series does make the problem go away. > Because of dynamic irq allocation we end up into wrong GPIO Bank unless > we use the new gpio_to_irq(). As a result _set_gpio_triggering() tries > to operate > on a GPIO Bank whose clock was not turned on using omap_gpio_request(). > Probably, that is why we do not see the problem when the runtime PM series > is removed because in this case all the GPIO banks are turned on. Yeah, this sounds like the same bug. Thanks for investigating. Kevin -- 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