Re: [PATCH 5/5] OMAP3: PM: Disable OTG autoidle when waking up from off-mode

2009-12-18 Thread Eduardo Valentin
Hello All, On Thu, Nov 12, 2009 at 04:40:56PM +0100, ext Gadiyar, Anand wrote: > > Tero Kristo writes: > > > > > From: Tero Kristo > > > > > > OMAP3 sleep can be prevented in some cases where OTG autoidle is enabled. > > > This patch force disables autoidle during wakeup from off-mode. See omap

RE: [PATCH 5/5] OMAP3: PM: Disable OTG autoidle when waking up from off-mode

2009-11-12 Thread Gadiyar, Anand
> Tero Kristo writes: > > > From: Tero Kristo > > > > OMAP3 sleep can be prevented in some cases where OTG autoidle is enabled. > > This patch force disables autoidle during wakeup from off-mode. See omap > > errata 1.164. > > > > This fix can't be done in driver level, as off-mode entry resets

Re: [PATCH 5/5] OMAP3: PM: Disable OTG autoidle when waking up from off-mode

2009-11-12 Thread Kevin Hilman
Tero Kristo writes: > From: Tero Kristo > > OMAP3 sleep can be prevented in some cases where OTG autoidle is enabled. > This patch force disables autoidle during wakeup from off-mode. See omap > errata 1.164. > > This fix can't be done in driver level, as off-mode entry resets and enables > the

[PATCH 5/5] OMAP3: PM: Disable OTG autoidle when waking up from off-mode

2009-11-12 Thread Tero Kristo
From: Tero Kristo OMAP3 sleep can be prevented in some cases where OTG autoidle is enabled. This patch force disables autoidle during wakeup from off-mode. See omap errata 1.164. This fix can't be done in driver level, as off-mode entry resets and enables the autoidle bit, and driver does not ac