From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760545AbZFWPkZ (ORCPT ); Tue, 23 Jun 2009 11:40:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760081AbZFWPjw (ORCPT ); Tue, 23 Jun 2009 11:39:52 -0400 Received: from www.tglx.de ([62.245.132.106]:42134 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759701AbZFWPjv (ORCPT ); Tue, 23 Jun 2009 11:39:51 -0400 Date: Tue, 23 Jun 2009 17:39:36 +0200 (CEST) From: Thomas Gleixner To: Greg KH cc: =?ISO-8859-15?Q?Uwe_Kleine-K=F6nig?= , linux-kernel@vger.kernel.org, linux-rt@pengutronix.de, Ian Abbott , Frank Mori Hess Subject: Re: [PATCH -rt] disable building all staging drivers In-Reply-To: <20090623151701.GD30806@kroah.com> Message-ID: References: <1244929118-23326-1-git-send-email-u.kleine-koenig@pengutronix.de> <20090614112802.GA4502@kroah.com> <20090614230044.GA21624@pengutronix.de> <20090622151515.GA16627@pengutronix.de> <20090622171948.GA15145@kroah.com> <20090623151701.GD30806@kroah.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 23 Jun 2009, Greg KH wrote: > > But, after looking into that code I really have to ask you whether you > > are serious about fixing it instead of rewriting it from scratch and > > just keep the code as is for reference to the hardware details. > > That is exactly what the code is there for. There are other groups > rewriting these drivers from scratch, and hopefully they will be done in > a kernel release or two and then these drivers can go away. Ok. I just wondered :) > If, in the mean time, you don't want them to be built for -rt kernels, > just send me a Kconfig patch for the individual drivers, not for the > whole of the staging tree. Sure, I can mark them individually broken on RT in the -rt patch itself if we stomp over such issues. Thanks, tglx