RE: [PATCH RFC] davinci: poll for sleep completion in resume routine.

2013-02-14 Thread Vishwanathrao Badarkhe, Manish
Hi Sekhar, On Thu, Feb 14, 2013 at 12:29:11, Nori, Sekhar wrote: On 2/14/2013 10:46 AM, Vishwanathrao Badarkhe, Manish wrote: Hi Sekhar, On Thu, Feb 14, 2013 at 09:48:59, Nori, Sekhar wrote: Manish, On 1/31/2013 2:56 PM, Vishwanathrao Badarkhe, Manish wrote: As per OMAP-L138 TRM,

Re: [PATCH RFC] davinci: poll for sleep completion in resume routine.

2013-02-13 Thread Sekhar Nori
Manish, On 1/31/2013 2:56 PM, Vishwanathrao Badarkhe, Manish wrote: As per OMAP-L138 TRM, Software must poll for SLEEPCOMPLETE bit until it is set to 1 before clearing SLEEPENABLE bit in DEEPSLEEP register in resume routine. Modifications are as per datasheet:

RE: [PATCH RFC] davinci: poll for sleep completion in resume routine.

2013-02-13 Thread Vishwanathrao Badarkhe, Manish
Hi Sekhar, On Thu, Feb 14, 2013 at 09:48:59, Nori, Sekhar wrote: Manish, On 1/31/2013 2:56 PM, Vishwanathrao Badarkhe, Manish wrote: As per OMAP-L138 TRM, Software must poll for SLEEPCOMPLETE bit until it is set to 1 before clearing SLEEPENABLE bit in DEEPSLEEP register in resume

Re: [PATCH RFC] davinci: poll for sleep completion in resume routine.

2013-02-13 Thread Sekhar Nori
On 2/14/2013 10:46 AM, Vishwanathrao Badarkhe, Manish wrote: Hi Sekhar, On Thu, Feb 14, 2013 at 09:48:59, Nori, Sekhar wrote: Manish, On 1/31/2013 2:56 PM, Vishwanathrao Badarkhe, Manish wrote: As per OMAP-L138 TRM, Software must poll for SLEEPCOMPLETE bit until it is set to 1 before

[PATCH RFC] davinci: poll for sleep completion in resume routine.

2013-01-31 Thread Vishwanathrao Badarkhe, Manish
As per OMAP-L138 TRM, Software must poll for SLEEPCOMPLETE bit until it is set to 1 before clearing SLEEPENABLE bit in DEEPSLEEP register in resume routine. Modifications are as per datasheet: http://www.ti.com/lit/ug/spruh77a/spruh77a.pdf See sections 10.10.2.2 and 11.5.21 for more detailed

[PATCH RFC] davinci: poll for sleep completion in resume routine.

2013-01-31 Thread Vishwanathrao Badarkhe, Manish
As per OMAP-L138 TRM, Software must poll for SLEEPCOMPLETE bit until it is set to 1 before clearing SLEEPENABLE bit in DEEPSLEEP register in resume routine. Modifications are as per datasheet: http://www.ti.com/lit/ug/spruh77a/spruh77a.pdf See sections 10.10.2.2 and 11.5.21 for more detailed

Re: [PATCH RFC] davinci: poll for sleep completion in resume routine.

2013-01-31 Thread Sekhar Nori
On 1/31/2013 2:56 PM, Vishwanathrao Badarkhe, Manish wrote: As per OMAP-L138 TRM, Software must poll for SLEEPCOMPLETE bit until it is set to 1 before clearing SLEEPENABLE bit in DEEPSLEEP register in resume routine. Modifications are as per datasheet:

RE: [PATCH RFC] davinci: poll for sleep completion in resume routine.

2013-01-31 Thread Vishwanathrao Badarkhe, Manish
Hi Sekhar On Thu, Jan 31, 2013 at 15:21:42, Nori, Sekhar wrote: On 1/31/2013 2:56 PM, Vishwanathrao Badarkhe, Manish wrote: As per OMAP-L138 TRM, Software must poll for SLEEPCOMPLETE bit until it is set to 1 before clearing SLEEPENABLE bit in DEEPSLEEP register in resume routine.