Re: [patch] Fix compilation in locomo.c

2005-09-08 Thread John Lenz
On Tue, September 6, 2005 9:11 am, Richard Purdie said: > On Sun, 2005-09-04 at 11:33 +0100, Russell King wrote: >> On Tue, Jul 26, 2005 at 08:30:43AM +0200, Pavel Machek wrote: >> > Do not access children in struct device directly, use >> > device_for_each_child helper instead. It fixes compilatio

Re: [patch] Add suspend/resume support to locomo.c

2005-09-08 Thread John Lenz
On Tue, September 6, 2005 2:58 am, Pavel Machek said: > Hi! > >> > From: John Lenz <[EMAIL PROTECTED]> >> > >> > This adds low-level suspend/resume support to locomo.c. >> > >> > Signed-off-by: Pavel Machek <[EMAIL PROTECTED]> &

Re: [patch] Support powering sharp zaurus sl-5500 LCD up and down

2005-08-01 Thread John Lenz
On Wed, July 27, 2005 5:06 am, Richard Purdie said: > On Wed, 2005-07-27 at 11:53 +0200, Pavel Machek wrote: >> +/* read comadj */ >> +#ifdef CONFIG_MACH_POODLE >> +comadj = 118; >> +#else >> +comadj = 128; >> +#endif > > Can you go back to the Sharp source and confirm that these values

Re: Sharp Zaurus sl-5500 broken in 2.6.12

2005-07-20 Thread John Lenz
On Wed, July 20, 2005 12:57 pm, Pavel Machek said: > BTW is there some place where I can find modifications Sharp did to > mainline 2.4 kernel? First, sharp's modifications were not to the base 2.4 kernels, but you first applied the rmk patch and then the pxa patch. I have tried to split up the

Re: arm: how to operate leds on zaurus?

2005-07-11 Thread John Lenz
On Mon, July 11, 2005 2:34 pm, Pavel Machek said: > Hi! > > 2.6.12-rc5 (and newer) does not boot on sharp zaurus sl-5500. It > blinks with green led, fast; what does it mean? I'd like to verify if > it at least reaches .c code in setup.c. I inserted this code at > begining of setup.c:674... > > #de

Re: [PATCH] add class_interface pointer to add and remove functions

2005-07-05 Thread John Lenz
On Sun, July 3, 2005 3:59 pm, Greg KH said: > On Thu, Jun 30, 2005 at 04:18:42PM -0500, John Lenz wrote: >> Here is a patch that updates every usage of class_interface I could >> find. > > Do you have a patch that will take advantage of this change? I would > prefer to ha

Re: [Crosspost] GNU/Linux userland?

2005-04-13 Thread John Lenz
On 04/13/05 14:40:31, Oliver Korpilla wrote: Hello! I wondered if there is a project or setup that does allow me to build a GNU/Linux userland including kernel, build environment, basic tools with a single script just as you can in NetBSD (build.sh) or FreeBSD (make world). You might also lo

Re: [RFC] Changes to the driver model class code.

2005-03-15 Thread John Lenz
On 03/15/05 13:08:47, Dominik Brodowski wrote: On Tue, Mar 15, 2005 at 09:08:34AM -0800, Greg KH wrote: > Then I moved the USB host controller code to use this new interface. > That was a bit more complex as it used the struct class and struct > class_device code directly. As you can see by the pa