From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 04646DDF82 for ; Wed, 29 Oct 2008 01:00:45 +1100 (EST) Message-Id: From: Kumar Gala To: Guennadi Liakhovetski In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: [PATCH] fix i2c on PPC linkstation / kurobox machines Date: Tue, 28 Oct 2008 08:58:57 -0500 References: <20081022191650.GA11406@weiser.dinsnail.net> <20081023213309.GA19777@weiser.dinsnail.net> Cc: Michael Weiser , =?ISO-8859-1?Q?Rog=E9rio_Brito?= , linuxppc-dev@ozlabs.org, Scott Wood List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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. > > Signed-off-by: Guennadi Liakhovetski > > --- > > No, I do not really understand why I have to remove > CONFIG_SERIAL_OF_PLATFORM now after adding a call to > of_platform_bus_probe(), but it works this way. It must have > something to > do with the legacy serial driver... If accepted in this form, I'll > also > forward it to stable. > > diff --git applied to merge. - k