Re: [PATCH] fix i2c on PPC linkstation / kurobox machines

2008-10-28 Thread Jon Smirl
On Tue, Oct 28, 2008 at 9:58 AM, Kumar Gala <[EMAIL PROTECTED]> wrote: > > On Oct 23, 2008, at 6:05 PM, Guennadi Liakhovetski wrote: > >> i2c is broken on linkstation / kurobox machines since at least 2.6.27. Fix >> it. Also remove CONFIG_SERIAL_OF_PLATFORM, which, if enabled, breaks the >> serial

Re: [PATCH] fix i2c on PPC linkstation / kurobox machines

2008-10-28 Thread Kumar Gala
On Oct 23, 2008, at 6:05 PM, Guennadi Liakhovetski wrote: i2c is broken on linkstation / kurobox machines since at least 2.6.27. Fix it. Also remove CONFIG_SERIAL_OF_PLATFORM, which, if enabled, breaks the serial console after the "console handover: boot [udbg0] -> real [ttyS1]" message.

Re: [PATCH] fix i2c on PPC linkstation / kurobox machines

2008-10-24 Thread Guennadi Liakhovetski
On Fri, 24 Oct 2008, Benjamin Herrenschmidt wrote: > On Fri, 2008-10-24 at 01:05 +0200, Guennadi Liakhovetski wrote: > > i2c is broken on linkstation / kurobox machines since at least 2.6.27. Fix > > it. Also remove CONFIG_SERIAL_OF_PLATFORM, which, if enabled, breaks the > > serial console afte

Re: [PATCH] fix i2c on PPC linkstation / kurobox machines

2008-10-23 Thread Benjamin Herrenschmidt
On Fri, 2008-10-24 at 01:05 +0200, Guennadi Liakhovetski wrote: > i2c is broken on linkstation / kurobox machines since at least 2.6.27. Fix > it. Also remove CONFIG_SERIAL_OF_PLATFORM, which, if enabled, breaks the > serial console after the "console handover: boot [udbg0] -> real [ttyS1]" > me

[PATCH] fix i2c on PPC linkstation / kurobox machines

2008-10-23 Thread Guennadi Liakhovetski
i2c is broken on linkstation / kurobox machines since at least 2.6.27. Fix it. Also remove CONFIG_SERIAL_OF_PLATFORM, which, if enabled, breaks the serial console after the "console handover: boot [udbg0] -> real [ttyS1]" message. Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]> --- N