> >+#ifdef CONFIG_PM > >+void musb_platform_save_context(struct musb_context_registers > >+ *musb_context) > >+{ > >+ musb_context->otg_sysconfig = omap_readl(OTG_SYSCONFIG); > >+ musb_context->otg_forcestandby = omap_readl(OTG_FORCESTDBY); > > Any reason not to store: OTG_INTERFSEL > Depending on reset value is not a good idea. > Good point - on OMAP3, it would not matter, but on OMAP4 for sure, this is configurable for multiple modes. Someone care to spin a patch later? - Anand -- 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