[android-porting] wakeup wakelock issues

2009-11-21 Thread Sriram V
Hi, I am trying to test pm on a custom board with android. Whats happening: 1) Android is putting the system to sleep - calling system wide suspend 2) During suspend, kernel resume immediately - I get "wakeup wake lock: omap-8250-serial". and again puts it back to suspend.* *3) This k

Re: [android-porting] wakeup wakelock issues

2009-11-21 Thread abhishek srivastav
Hey , You can solve this by two approaches - First, you can disable/change this sleep time for settings. -Second, I guess you are booting your android from MMC card, and once it goes to sleep mode it may not be able to remount the MMC card while waking up. I faced a similar issue when I ported A

Re: [android-porting] wakeup wakelock issues

2009-11-23 Thread Aneesh Bhasin
Hi Sriram, On Sat, Nov 21, 2009 at 10:07 PM, Sriram V wrote: > > Hi, >   I am trying to test pm on a custom board with android. What android version are you usnig ? > >   Whats happening: >    1) Android is putting the system to sleep - calling system wide suspend >    2) During suspend, kerne

Re: [android-porting] wakeup wakelock issues

2009-11-23 Thread Aneesh Bhasin
Hi Sriram On Sat, Nov 21, 2009 at 10:07 PM, Sriram V wrote: > Hi, >   I am trying to test pm on a custom board with android. What android version are you usnig ? >   Whats happening: >    1) Android is putting the system to sleep - calling system wide suspend >    2) During suspend, kernel r