Re: N810 suspend

2008-12-19 Thread Kevin Hilman
Kalle Valo writes: > "ext Paul Walmsley" writes: > >>> > N810 didn't went and think reason is that bootloader enables UART3 >>> > for the GPS chip. >>> >>> I noticed this as well. Any hacks to workaround this? Or do I really >>> need to start searching for N800? :) >> >> hey Kevin, >> >> did yo

Re: N810 suspend

2008-12-19 Thread Kalle Valo
"ext Paul Walmsley" writes: >> > N810 didn't went and think reason is that bootloader enables UART3 >> > for the GPS chip. >> >> I noticed this as well. Any hacks to workaround this? Or do I really >> need to start searching for N800? :) > > hey Kevin, > > did your serial port idle code ever wor

Re: N810 suspend

2008-12-18 Thread Paul Walmsley
On Thu, 18 Dec 2008, Kalle Valo wrote: > Jarkko Nikula writes: > > > xorg.conf's Option "SuspendTime" seems to equal to blanking command 3 > > (VESA_POWERDOWN). Look drivers/video/omap/omapfb_main.c: omapfb_blank. > > > > Section "ServerFlags" > > Option "BlankTime" "0" > >

Re: N810 suspend

2008-12-18 Thread Kalle Valo
Jarkko Nikula writes: > xorg.conf's Option "SuspendTime" seems to equal to blanking command 3 > (VESA_POWERDOWN). Look drivers/video/omap/omapfb_main.c: omapfb_blank. > > Section "ServerFlags" > Option "BlankTime" "0" > Option "StandbyTime" "0" > Option "SuspendTi

Re: N810 suspend

2008-12-18 Thread Jarkko Nikula
On Thu, 18 Dec 2008 14:51:20 +0200 "ext Felipe Contreras" wrote: > > xorg.conf's Option "SuspendTime" seems to equal to blanking command 3 > > (VESA_POWERDOWN). Look drivers/video/omap/omapfb_main.c: omapfb_blank. > > Yes, but it should be FB_BLANK_POWERDOWN (4), shouldn't it? > Good question,

Re: N810 suspend

2008-12-18 Thread Felipe Contreras
On Thu, Dec 18, 2008 at 9:01 AM, Jarkko Nikula wrote: > On Wed, 17 Dec 2008 14:09:11 +0200 > "ext Jarkko Nikula" wrote: > >> On Tue, 16 Dec 2008 09:22:38 -0800 >> "ext Tony Lindgren" wrote: >> >> > > > Oh, I just tested that sleep-while-idle worked when fb was blanked. I >> > > > had a script th

Re: N810 suspend

2008-12-17 Thread Jarkko Nikula
On Wed, 17 Dec 2008 14:09:11 +0200 "ext Jarkko Nikula" wrote: > On Tue, 16 Dec 2008 09:22:38 -0800 > "ext Tony Lindgren" wrote: > > > > > Oh, I just tested that sleep-while-idle worked when fb was blanked. I > > > > had a script that forced the LCD off via /sys, sorry don't remember > > > > the

Re: N810 suspend

2008-12-17 Thread Jarkko Nikula
On Tue, 16 Dec 2008 09:22:38 -0800 "ext Tony Lindgren" wrote: > > > Oh, I just tested that sleep-while-idle worked when fb was blanked. I > > > had a script that forced the LCD off via /sys, sorry don't remember > > > the path now. Will be also heading to catch a plane in few hours, may > > > not

Re: N810 suspend

2008-12-16 Thread Tony Lindgren
* green [081216 08:57]: > On Tue, 2008.12.16, 351, Tony Lindgren wrote: > > * Jarkko Nikula [081215 23:26]: > > > On Mon, 15 Dec 2008 13:14:32 -0800 "ext Tony Lindgren" > > > wrote: > > > > Well you need to make sure the serial clocks are not enabled. Kevin > > > > has some patches for that in

Re: N810 suspend

2008-12-16 Thread green
On Tue, 2008.12.16, 351, Tony Lindgren wrote: > * Jarkko Nikula [081215 23:26]: > > On Mon, 15 Dec 2008 13:14:32 -0800 "ext Tony Lindgren" > > wrote: > > > Well you need to make sure the serial clocks are not enabled. Kevin > > > has some patches for that in his pm branch. So you'll most likely

Re: N810 suspend

2008-12-16 Thread Tony Lindgren
* Jarkko Nikula [081215 23:26]: > On Mon, 15 Dec 2008 13:14:32 -0800 > "ext Tony Lindgren" wrote: > > > > I'm running Debian on an N810. With the current state of power > > > management in > > > linux-omap, the N810 will only run (with LCD off) for about 12 hours on a > > > charge. > > > >

Re: N810 suspend

2008-12-15 Thread Jarkko Nikula
On Mon, 15 Dec 2008 13:14:32 -0800 "ext Tony Lindgren" wrote: > > I'm running Debian on an N810. With the current state of power management > > in > > linux-omap, the N810 will only run (with LCD off) for about 12 hours on a > > charge. > > Well you need to make sure the serial clocks are no

Re: N810 suspend

2008-12-15 Thread Jarkko Nikula
On Mon, 15 Dec 2008 16:51:16 -0700 "ext green" wrote: > > Suspend/resume on n810 is currently broken in linux-omap. I submitted > > a patch a week or so ago to fix an assembly bug which was crashing the > > suspend, but it is still not resuming. > > > > Most likely a simple fix needed to init t

Re: N810 suspend

2008-12-15 Thread green
On Mon, 2008.12.15, 350, Kevin Hilman wrote: > Tony Lindgren writes: > > * green [081215 13:08]: > >> What are the chances of getting suspend (resume from) working on the N810? > >> Are > >> there any patches or branches around that I can test (I'm slowly learning > >> how > >> to use git)?

Re: N810 suspend

2008-12-15 Thread Kevin Hilman
Tony Lindgren writes: > * green [081215 13:08]: >> What are the chances of getting suspend (resume from) working on the N810? >> Are >> there any patches or branches around that I can test (I'm slowly learning >> how >> to use git)? >> >> I'm running Debian on an N810. With the current st

Re: N810 suspend

2008-12-15 Thread Tony Lindgren
* green [081215 13:08]: > What are the chances of getting suspend (resume from) working on the N810? > Are > there any patches or branches around that I can test (I'm slowly learning how > to use git)? > > I'm running Debian on an N810. With the current state of power management in > linux-

N810 suspend

2008-12-15 Thread green
What are the chances of getting suspend (resume from) working on the N810? Are there any patches or branches around that I can test (I'm slowly learning how to use git)? I'm running Debian on an N810. With the current state of power management in linux-omap, the N810 will only run (with LCD o