Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751441AbZL0Jfx (ORCPT ); Sun, 27 Dec 2009 04:35:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751182AbZL0Jfw (ORCPT ); Sun, 27 Dec 2009 04:35:52 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:42947 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751156AbZL0Jfv (ORCPT ); Sun, 27 Dec 2009 04:35:51 -0500 Date: Sun, 27 Dec 2009 10:35:38 +0100 From: Pavel Machek To: Arve Hj?nnev?g Cc: Daniel Walker , Brian Swetland , kernel list , linux-arm-kernel , Iliyan Malchev , linux-kernel@codeaurora.org, Greg KH Subject: Re: tree with htc dream support Message-ID: <20091227093537.GD11737@elf.ucw.cz> References: <20091205221100.GA32522@elf.ucw.cz> <1260054737.23633.35.camel@desktop> <1260627482.20913.7.camel@desktop> <20091213212504.GD5114@elf.ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Warning: Reading this can be dangerous to your mental health. 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: 1784 Lines: 44 Hi! > > One more wish list item: many drivers are now available in > > drivers/staging/dream, and are being slowly cleaned up. Would it be > > possible to start using those for android-msm-2.6.32 tree? > > > > You'll need to reapply some stuff I had to remove (like wakelocks), > > but it should be still better/less work long term to patch those back > > in than maintaining separate copy. Diff should get much smaller... > > I do plan to look at these, but I don't know when I'll get to it. So... this switches qdsp5 code from private version to version in staging. It actually boots. It should be followed by git rm of around 12K lines of code from your patch... (And yes, it actually boots; I tested camera, it worked). Signed-off-by: Pavel Machek Pavel diff --git a/arch/arm/mach-msm/Makefile b/arch/arm/mach-msm/Makefile index 49f85b4..94623a4 100644 --- a/arch/arm/mach-msm/Makefile +++ b/arch/arm/mach-msm/Makefile @@ -15,7 +15,7 @@ obj-$(CONFIG_MSM_ONCRPCROUTER) += smd_rpcrouter_device.o obj-$(CONFIG_MSM_ONCRPCROUTER) += smd_rpcrouter_servers.o obj-$(CONFIG_MSM_RPCSERVERS) += rpc_server_dog_keepalive.o obj-$(CONFIG_MSM_RPCSERVERS) += rpc_server_time_remote.o -obj-$(CONFIG_MSM_ADSP) += qdsp5/ +obj-$(CONFIG_MSM_ADSP) += ../../../drivers/staging/dream/qdsp5/ obj-$(CONFIG_MSM_HW3D) += hw3d.o obj-$(CONFIG_PM) += pm.o obj-$(CONFIG_CPU_FREQ) += cpufreq.o -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- 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/