Re: [PATCH] OMAP2/3: PM: remove unnecessary wakeup/sleep dependency clear

2011-02-10 Thread Paul Walmsley
On Thu, 10 Feb 2011, Paul Walmsley wrote: > On Thu, 10 Feb 2011, Kevin Hilman wrote: > > > While testing, I found out this patch breaks suspend/resume and idle on > > at least 34xx. > > > > A first suspend/resume works fine, but on subsequent ones SGX > > powerdomain does not hit retention (and

Re: [PATCH] OMAP2/3: PM: remove unnecessary wakeup/sleep dependency clear

2011-02-10 Thread Paul Walmsley
Hi Kevin, On Thu, 10 Feb 2011, Kevin Hilman wrote: > While testing, I found out this patch breaks suspend/resume and idle on > at least 34xx. > > A first suspend/resume works fine, but on subsequent ones SGX > powerdomain does not hit retention (and thus CORE powerdomain does not > either .

Re: [PATCH] OMAP2/3: PM: remove unnecessary wakeup/sleep dependency clear

2011-02-10 Thread Kevin Hilman
Hi Paul, Kevin Hilman writes: > Paul Walmsley writes: > >> The OMAP2 and OMAP3 PM code clears clockdomain wakeup and sleep >> dependencies. This is unnecessary after commit >> 6f7f63cc9adf3192e6fcac4e8bed5cc10fd924aa ("OMAP clockdomain: >> initialize clockdomain registers when the clockdomain

Re: [PATCH] OMAP2/3: PM: remove unnecessary wakeup/sleep dependency clear

2011-01-27 Thread Kevin Hilman
Paul Walmsley writes: > The OMAP2 and OMAP3 PM code clears clockdomain wakeup and sleep > dependencies. This is unnecessary after commit > 6f7f63cc9adf3192e6fcac4e8bed5cc10fd924aa ("OMAP clockdomain: > initialize clockdomain registers when the clockdomain layer starts") > which clears these depe

[PATCH] OMAP2/3: PM: remove unnecessary wakeup/sleep dependency clear

2011-01-27 Thread Paul Walmsley
The OMAP2 and OMAP3 PM code clears clockdomain wakeup and sleep dependencies. This is unnecessary after commit 6f7f63cc9adf3192e6fcac4e8bed5cc10fd924aa ("OMAP clockdomain: initialize clockdomain registers when the clockdomain layer starts") which clears these dependencies during clockdomain init.