From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932429AbXBNSVF (ORCPT ); Wed, 14 Feb 2007 13:21:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932430AbXBNSVF (ORCPT ); Wed, 14 Feb 2007 13:21:05 -0500 Received: from smtp.osdl.org ([65.172.181.24]:38276 "EHLO smtp.osdl.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932429AbXBNSVC (ORCPT ); Wed, 14 Feb 2007 13:21:02 -0500 Date: Wed, 14 Feb 2007 10:20:56 -0800 From: Andrew Morton To: "Vitaly Wool" Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] 8250: make probing for TXEN bug a config option Message-Id: <20070214102056.aa024d70.akpm@linux-foundation.org> In-Reply-To: References: <20061226194317.3fd3ec14.vitalywool@gmail.com> <20070213224643.14d27cd3.akpm@linux-foundation.org> <20070214004755.faa96e55.akpm@linux-foundation.org> X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.6; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 14 Feb 2007 05:41:53 -0800 "Vitaly Wool" wrote: > On 2/14/07, Andrew Morton wrote: > > On Wed, 14 Feb 2007 11:37:52 +0300 "Vitaly Wool" wrote: > > > Hmm, why? I can't think of a platform where one 8250-compatible UART is > > > problematic and another isn't :) > > > > > > > Is it not possible that the same kernel package can be installed on systems > > which do and don't need this feature? If so, we don't want to force the > > provider of that package to create two packages. > > > > That, plus the chances of the package creator actually knowing about this > > option aren't great. > > > > Generally, if it can be done at runtime it is better to do so, no? > > Okay, yes, I see your point. The same kernel might actually be > supporting several machines. > > But having that as a config option doesn't look too attractive to me. > What about adding a new flag to plat_serial 8250 stuff instead? plat_serial8250_port.flags? Dunno, I'm unfamiliar with it. That seems to be how the share_irqs option is handled.