Hi, I was just debugging some hang and noticed that the WAKEUPEN bits of gpio banks was cleared out unexpectedly when doing a post mordem. The array in 1466 will almost be certainly wrong on an OMAP3. It's probably a bit off for OMAP2 for that matter. Things which are not wake up capable from RET or OFF still can wake you up from a domain in INACTIVE mode. 1464 #if defined(CONFIG_ARCH_OMAP24XX) || defined(CONFIG_ARCH_OMAP34XX) 1465 if (bank->method == METHOD_GPIO_24XX) { 1466 static const u32 non_wakeup_gpios[] = { 1467 0xe203ffc0, 0x08700040 Regards, Richard W. -- 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