From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sunset.davemloft.net (unknown [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id E2114DDE47 for ; Wed, 4 Apr 2007 11:17:34 +1000 (EST) Date: Tue, 03 Apr 2007 18:17:33 -0700 (PDT) Message-Id: <20070403.181733.27782389.davem@davemloft.net> To: benh@kernel.crashing.org Subject: Re: [PATCH] Stop pmac_zilog from abusing 8250's device numbers. From: David Miller In-Reply-To: <1175649192.30879.19.camel@localhost.localdomain> References: <20070403.170212.02298297.davem@davemloft.net> <1175645568.10567.42.camel@shinybook.infradead.org> <1175649192.30879.19.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: paulus@samba.org, dwmw2@infradead.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Benjamin Herrenschmidt Date: Wed, 04 Apr 2007 11:13:12 +1000 > It worked before the new serial core, we had a "tweak" in the old 8250 > driver to be able to share minors, but that got busted when Russell > rewrote the whole thing. I remember asking him back when he still was > the serial maintainer, and he refused to bring back some sharing of > minors. Fork the 8250 driver like I did on Sparc so you can get the dynamic minor behavior back :-))))