RE: Beagle PM hangs

2009-02-01 Thread Nayak, Rajendra
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Kevin Hilman Sent: Friday, January 30, 2009 10:42 PM To: Woodruff, Richard Cc: Sriram V; Peter Reid; Koen Kooi; linux-omap@vger.kernel.org Subject: Re: Beagle PM hangs

Re: Beagle PM hangs

2009-01-31 Thread Igor Stoppa
On Sat, 2009-01-31 at 00:21 +0100, ext Kevin Hilman wrote: CPUfreq policy is just as easily set in the kernel at init time. Then the default would be set right, and the rootfs would be left to change it if desired. But in general the situation is more complex and knowledge about the

Re: Beagle PM hangs

2009-01-30 Thread Sriram V
Hi, I have done some testing on a custom board. it uses uart2 I also see serial hang issues here. I have a minimum defconfig with only i2c enabled. no cpuidle/cpufreq. This is what i try to do - # echo -n mem /sys/power/state I wait for a min and try to wakeup - It works. If i

RE: Beagle PM hangs

2009-01-30 Thread Woodruff, Richard
I wait for a min and try to wakeup - It works. If i wait a little longer before waking it up say, 3 or 4 minutes. It does not wakeup. That is consistent with your memory not being placed into self refresh properly. 5 general bugs I've seen over time: sw bug: -

Re: Beagle PM hangs

2009-01-30 Thread Kevin Hilman
Richard, Woodruff, Richard r-woodru...@ti.com writes: I wait for a min and try to wakeup - It works. If i wait a little longer before waking it up say, 3 or 4 minutes. It does not wakeup. That is consistent with your memory not being placed into self refresh properly. 5 general

RE: Beagle PM hangs

2009-01-30 Thread Pandita, Vikram
-Original Message- Richard, Woodruff, Richard r-woodru...@ti.com writes: I wait for a min and try to wakeup - It works. If i wait a little longer before waking it up say, 3 or 4 minutes. It does not wakeup. That is consistent with your memory not being placed into self

Re: Beagle PM hangs

2009-01-30 Thread Kevin Hilman
Kevin Hilman khil...@deeprootsystems.com writes: Richard, Woodruff, Richard r-woodru...@ti.com writes: I wait for a min and try to wakeup - It works. If i wait a little longer before waking it up say, 3 or 4 minutes. It does not wakeup. That is consistent with your memory not being

RE: Beagle PM hangs

2009-01-30 Thread Woodruff, Richard
ow...@vger.kernel.org] On Behalf Of Kevin Hilman Sent: Friday, January 30, 2009 11:12 AM Another possibility is that the the memory timings for the custom board are not set correctly. Yes this is correct also. For example if the XSR field is wrong in SDRC registers (exit from self refresh

Re: Beagle PM hangs

2009-01-30 Thread Koen Kooi
Op 28 jan 2009, om 18:46 heeft Kevin Hilman het volgende geschreven: Kevin Hilman khil...@deeprootsystems.com writes: Peter Reid ppeter.r...@gmail.com writes: Hi Kevin, I get hangs after boot on beagle with latest PM tree i have quite a few scripts that run on boot. have you seen

RE: Beagle PM hangs

2009-01-30 Thread Woodruff, Richard
Just a thought, do you still see these problems when using the CPUfreq performance governor instead of the ondemand governor? It could be pointing to some bugs in the switching of operating points. Speaking of operating points, is there a reason why cpufreq only goes to 550MHz? It's

Re: Beagle PM hangs

2009-01-30 Thread Koen Kooi
Op 30 jan 2009, om 23:03 heeft Woodruff, Richard het volgende geschreven: Just a thought, do you still see these problems when using the CPUfreq performance governor instead of the ondemand governor? It could be pointing to some bugs in the switching of operating points. Speaking of

Re: Beagle PM hangs

2009-01-30 Thread Kevin Hilman
Koen Kooi k...@beagleboard.org writes: Op 30 jan 2009, om 23:03 heeft Woodruff, Richard het volgende geschreven: Just a thought, do you still see these problems when using the CPUfreq performance governor instead of the ondemand governor? It could be pointing to some bugs in the

RE: Beagle PM hangs

2009-01-30 Thread Woodruff, Richard
If you look at http://beagleboard.org/hardware it says 600Mhz multiple times, so I'd expect the board to be running at 600MHz if I were a customer. If I read the TRM right I can run the cpu at 600MHz continuously for a few years, which exceeds the lifespan of most mobile products I have

RE: Beagle PM hangs

2009-01-30 Thread Woodruff, Richard
In fact, you wouldn't even need a custom governor. To avoid governor picking overdrive OPP: # echo 55 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq To allow overdrive: # echo 60 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq Sure. Now is someone going to fix up

Re: Beagle PM hangs

2009-01-30 Thread Kevin Hilman
Woodruff, Richard r-woodru...@ti.com writes: In fact, you wouldn't even need a custom governor. To avoid governor picking overdrive OPP: # echo 55 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq To allow overdrive: # echo 60

Re: Beagle PM hangs

2009-01-29 Thread Peter Reid
Hi Kevin, On Wed, Jan 28, 2009 at 9:58 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Peter Reid ppeter.r...@gmail.com writes: Hi Kevin, I get hangs after boot on beagle with latest PM tree i have quite a few scripts that run on boot. have you seen this before? I have not, but

Re: Beagle PM hangs

2009-01-28 Thread Kevin Hilman
Peter Reid ppeter.r...@gmail.com writes: Hi Kevin, I get hangs after boot on beagle with latest PM tree i have quite a few scripts that run on boot. have you seen this before? I have not, but I believe Koen has see something similar. I've mainly been testing just a minimal rootfs and

Re: Beagle PM hangs

2009-01-28 Thread Kevin Hilman
Kevin Hilman khil...@deeprootsystems.com writes: Peter Reid ppeter.r...@gmail.com writes: Hi Kevin, I get hangs after boot on beagle with latest PM tree i have quite a few scripts that run on boot. have you seen this before? I have not, but I believe Koen has see something similar.