Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758494AbZFJUJa (ORCPT ); Wed, 10 Jun 2009 16:09:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752303AbZFJUJL (ORCPT ); Wed, 10 Jun 2009 16:09:11 -0400 Received: from smtp-out.google.com ([216.239.33.17]:55547 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759658AbZFJUJK convert rfc822-to-8bit (ORCPT ); Wed, 10 Jun 2009 16:09:10 -0400 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=mime-version:in-reply-to:references:date:message-id:subject:from:to: cc:content-type:content-transfer-encoding:x-system-of-record; b=cvIeainWNOb0FJcyJAID2Uhs6yNcdBO0CWUapAv3yePo+RlwJ2fhBXMtDMxgS6HNF qbLBfuhO/DNd5DlxpwihQ== MIME-Version: 1.0 In-Reply-To: <4A301078.2050103@mlbassoc.com> References: <20090610103131.GB13885@elf.ucw.cz> <4A301078.2050103@mlbassoc.com> Date: Wed, 10 Jun 2009 13:09:07 -0700 Message-ID: Subject: Re: HTC Dream aka. t-mobile g1 support From: Brian Swetland To: Gary Thomas Cc: Pavel Machek , kernel list , linux-arm-kernel , san@android.com, rlove@google.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1098 Lines: 28 On Wed, Jun 10, 2009 at 12:58 PM, Gary Thomas wrote: > Brian Swetland wrote: >> On Wed, Jun 10, 2009 at 3:31 AM, Pavel Machek wrote: >>> Hi! >>> >>> Is there patch for Dream support for 2.6.30 somewhere? The best I >>> could find is linux-msm tree, which is ... quite a big diff against >>> 2.6.24: >> >> Our current working tree (for the donut branch) is against 2.6.29: >> http://android.git.kernel.org/?p=kernel/msm.git;a=shortlog;h=refs/heads/android-msm-2.6.29 > > How do I turn this URL into a 'repo init' command?  The boilerplate on > the web view just doesn't explain it to me. Not sure on the repo details, but if you want to check the kernel code out using git, you can: % git clone git://android.git.kernel.org/kernel/msm.git % cd msm % git checkout -b android-msm-2.6.29 origin/android-msm-2.6.29 Brian -- 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/