Re: [Zaurus-devel] [suspend/resume] Re: userspace notification from module

2010-01-16 Thread Russell King - ARM Linux
On Sat, Jan 16, 2010 at 11:05:56PM +0100, Rafael J. Wysocki wrote: > On Saturday 16 January 2010, Pavel Machek wrote: > > On Sat 2010-01-16 18:00:58, Stanislav Brabec wrote: > > > Eric Miao wrote: > > > > > > > And the other way we may need to look into what API the current userland > > > > apps o

Re: [Zaurus-devel] [suspend/resume] Re: userspace notification from module

2010-01-17 Thread Russell King - ARM Linux
On Sun, Jan 17, 2010 at 02:07:39PM +0100, Pavel Machek wrote: > AFAICT following message would be nice. > > 1) battery is critical, userspace please do something > > On zaurus and similar, you could add > > 2) oh and btw we had power failure so we suspended (or maybe -- so > hardware suspended i

Re: [Zaurus-devel] spitz (arm pda): time no longer ok after resume

2010-01-27 Thread Russell King - ARM Linux
On Wed, Jan 27, 2010 at 06:13:08PM +0100, Pavel Machek wrote: > It seems that spitz has problems with time after resume; time while it > was sleeping is not accounted. This seems to be regression in > 2.6.33-rc5. No rtc configured/loaded? ___ Zaurus-dev

Re: [Zaurus-devel] bit errors on spitz

2010-03-08 Thread Russell King - ARM Linux
On Mon, Mar 08, 2010 at 01:16:35PM +0100, Cyril Hrubis wrote: > Hi! > > - And I see display noise while CF Wi-Fi card is active. > > Forgotten about this one. See for yourself, notice short black vertical lines > flashing randomly. I haven't looked at the video. Is this display rotated by 90 deg

Re: [Zaurus-devel] [PATCH 3/4] pxa2xx/cpufreq: Fix PCMCIA frequency scaling

2010-06-24 Thread Russell King - ARM Linux
On Thu, Jun 24, 2010 at 08:51:27PM +0200, Marek Vasut wrote: > Dne St 23. Ĩervna 2010 19:49:59 Robert Jarzmik napsal(a): > > Marek Vasut writes: > > > The MCxx values must be based off memory clock, not CPU core clock. > > > > > > This also fixes the bug where on some machines the LCD went crazy

Re: [Zaurus-devel] [PATCH] MAX1111: Fix race condition causing NULL pointer exception

2011-05-18 Thread Russell King - ARM Linux
On Wed, May 18, 2011 at 05:18:38PM +0200, Pavel Herrmann wrote: > spi_sync call uses its spi_message parameter to keep completion information, > having this structure static is not thread-safe, potentially causing one > thread having pointers to memory on or above other threads stack. use > per-cal

Re: [Zaurus-devel] [PATCH] MAX1111: Fix race condition causing NULL pointer exception

2011-05-18 Thread Russell King - ARM Linux
On Wed, May 18, 2011 at 07:36:54PM +0200, Marek Vasut wrote: > > On Wed, May 18, 2011 at 05:18:38PM +0200, Pavel Herrmann wrote: > > > spi_sync call uses its spi_message parameter to keep completion > > > information, having this structure static is not thread-safe, > > > potentially causing one th

Re: [Zaurus-devel] [PATCH] MAX1111: Fix race condition causing NULL pointer exception

2011-05-19 Thread Russell King - ARM Linux
On Thu, May 19, 2011 at 02:51:40PM +0200, Pavel Herrmann wrote: > @@ -52,7 +53,14 @@ static int max_read(struct device *dev, int channel) > MAX_CTRL_PD0 | MAX_CTRL_PD1 | > MAX_CTRL_SGL | MAX_CTRL_UNI | MAX_CTRL_STR; > > + /* spi_sync require

Re: [Zaurus-devel] [PATCH] MAX1111: Fix race condition causing NULL pointer exception

2011-05-20 Thread Russell King - ARM Linux
On Fri, May 20, 2011 at 12:13:20AM +0200, Pavel Herrmann wrote: > From bd55d6b18fa4fcb884980825b43b43df01767149 Mon Sep 17 00:00:00 2001 > From: Pavel Herrmann > Date: Mon, 16 May 2011 14:18:18 +0200 > Subject: [PATCH] MAX: Fix Race condition causing NULL pointer exception > > spi_sync call u