From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932401AbXB1TZ6 (ORCPT ); Wed, 28 Feb 2007 14:25:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932402AbXB1TZ6 (ORCPT ); Wed, 28 Feb 2007 14:25:58 -0500 Received: from mail-in-06.arcor-online.net ([151.189.21.46]:55167 "EHLO mail-in-06.arcor-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932401AbXB1TZ5 (ORCPT ); Wed, 28 Feb 2007 14:25:57 -0500 In-Reply-To: References: <45E46976.6060600@freescale.com> <29c13109971547687159078eacdea008@kernel.crashing.org> <45E592DC.9060700@freescale.com> <511cacb7bbe8a65ff72738c84ec9ece4@kernel.crashing.org> <45E5B604.904@freescale.com> <46F6BF70-2922-4E05-8DAB-6B0830B0AB47@embeddedalley.com> <45E5BD6B.1010509@freescale.com> <45E5C128.7020204@freescale.com> <45E5C333.2060100@zytor.com> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Cc: linux-ppc-embedded , Timur Tabi , Linux Kernel Mailing List , "H. Peter Anvin" , Torben.Mathiasen@hp.com From: Segher Boessenkool Subject: Re: lanana: Add major/minor entries for PPC QE UART devices Date: Wed, 28 Feb 2007 20:25:51 +0100 To: Dan Malek X-Mailer: Apple Mail (2.623) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > Just allocate the four slots and we'll deal with > anything above this in custom products. Another option is to use 46..49 for UARTs #0..3, and 192..195 for UARTs #4..7. Or, perhaps better, use 46..49 for #0..3, and 192..199 for #0..7, handling the duplication in the driver; and deprecate the old range. Segher From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-06.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 09416DDE49 for ; Thu, 1 Mar 2007 06:26:01 +1100 (EST) In-Reply-To: References: <45E46976.6060600@freescale.com> <29c13109971547687159078eacdea008@kernel.crashing.org> <45E592DC.9060700@freescale.com> <511cacb7bbe8a65ff72738c84ec9ece4@kernel.crashing.org> <45E5B604.904@freescale.com> <46F6BF70-2922-4E05-8DAB-6B0830B0AB47@embeddedalley.com> <45E5BD6B.1010509@freescale.com> <45E5C128.7020204@freescale.com> <45E5C333.2060100@zytor.com> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: lanana: Add major/minor entries for PPC QE UART devices Date: Wed, 28 Feb 2007 20:25:51 +0100 To: Dan Malek Cc: Torben.Mathiasen@hp.com, Linux Kernel Mailing List , "H. Peter Anvin" , Timur Tabi , linux-ppc-embedded List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Just allocate the four slots and we'll deal with > anything above this in custom products. Another option is to use 46..49 for UARTs #0..3, and 192..195 for UARTs #4..7. Or, perhaps better, use 46..49 for #0..3, and 192..199 for #0..7, handling the duplication in the driver; and deprecate the old range. Segher