From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by ozlabs.org (Postfix) with ESMTP id 4F008DDE0F for ; Mon, 6 Aug 2007 07:57:35 +1000 (EST) From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: 8250.c::autoconfig() fails loopback test on MPC824[15] Date: Sun, 5 Aug 2007 23:57:32 +0200 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200708052357.32650.arnd@arndb.de> Cc: Jon Loeliger , Guennadi Liakhovetski , linux-serial@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sunday 05 August 2007, Guennadi Liakhovetski wrote: > > > I supect it will have the same issue in the end, right? > > ...if you choose to use of_serial.c, yes, if you don't use it and just use > legacy_serial.c, then you're fine. But of_serial can be a loadable module, which means you still get into trouble if you load it, even if the port was originally initialized by legacy_serial. Maybe the best solution would be for 824[15] to not claim compatibility with 8250 at all then. If the device tree contains an entry that matches what the generic driver looks for, it better be something that can be handled by that driver. Arnd <><