Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756223AbZJ0RAo (ORCPT ); Tue, 27 Oct 2009 13:00:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756052AbZJ0RAn (ORCPT ); Tue, 27 Oct 2009 13:00:43 -0400 Received: from kroah.org ([198.145.64.141]:46761 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755929AbZJ0RAn (ORCPT ); Tue, 27 Oct 2009 13:00:43 -0400 Date: Tue, 27 Oct 2009 09:57:50 -0700 From: Greg KH To: Pavel Machek Cc: Arve Hj?nnev?g , kernel list , linux-arm-kernel , Brian Swetland Subject: Re: staging/dream: add gpio and pmem support Message-ID: <20091027165750.GA24477@kroah.com> References: <20091022091333.GA31023@elf.ucw.cz> <20091026234332.GB26583@kroah.com> <20091027001702.GA5019@elf.ucw.cz> <20091027030039.GA6195@kroah.com> <20091027081921.GG5019@elf.ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091027081921.GG5019@elf.ucw.cz> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2056 Lines: 58 On Tue, Oct 27, 2009 at 09:19:21AM +0100, Pavel Machek wrote: > On Mon 2009-10-26 20:00:39, Greg KH wrote: > > On Tue, Oct 27, 2009 at 01:17:03AM +0100, Pavel Machek wrote: > > > Hi! > > > > > > > > This adds generic_gpio and pmem support, both are needed for other > > > > > dream drivers. > > > > > > > > > > Signed-off-by: Pavel Machek > > > > > > > > I'd prefer to get the existing code building, before adding new stuff :( > > > > > > Well, unfortunately other pieces depend on these. > > > > The pieces already in the tree? > > Yes :-(. > > > Why are you sending me patches that do > > not build? > > I did not realize how much was those drivers depenend on arch-specific part. > > > > I have it building with this patch (but note that it uses -I magic; I > > > started to write script rewriting files so that -I is not neccessary, > > > but I did not have time to finish it yet). > > > > Ok, should I just delete the whole drivers/staging/dream/ directory as > > there seems no goal to get this to build properly? I've just marked the > > code as BROKEN, any chance to get it building again soon? > > Could we perhaps use -I to let it build before I find time to do > search&replace of 100 #includes? Yes, I'm working on that, but no, it > obviously does not progress as fast as I expected... > > Pavel > > Add missing files/includes neccessary for Dream compilation. > > Signed-off-by: Pavel Machek Ick, no. I'm not going to take the wakelock and other header files that are "generic" to android into the dream subdir. That's not ok. If this code requires this mess to build, I think we should just delete the whole thing and start over with patches that add code that can actually build properly. Any objection to that? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/