From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f174.google.com (mail-ob0-f174.google.com [209.85.214.174]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id ED4F2E012F1 for ; Wed, 20 Mar 2013 08:17:18 -0700 (PDT) Received: by mail-ob0-f174.google.com with SMTP id 16so1738839obc.33 for ; Wed, 20 Mar 2013 08:17:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=x6MfLJesLbmu+sWSJ4PFJ8Ld8LNCvdnO7vB5FDBAoqg=; b=S+C57CWRmfaGBmeoNVuCpWDCoceTdAE5gDbos3Vh2oN4y9y+mdWXjrOtOECJ62fEFr hi7TJWO0YJpxAXH9urxFg3mbAVffsz/QpygqutqAVta3HjhpBwz3x/XMXEhinvh3qgRh L5RUva4VJAMdCUe9pOeO5ca3DIioWqNZPSiLGK3y2+pQwq8vfarrYF+e79HcOwYgkVZS JVoBZHeMzhUtG1whThHbSzKCowAngmu7f8ruQW4nppErEeabaycLVGeQQ7ARu2/cc57w r7Xfn8gUStCYSyMBfErdquIlylaL523KP/ep+9K8byqkrkjC60nj1a/zyonJ/xF6gbtH USZQ== X-Received: by 10.182.119.72 with SMTP id ks8mr4406319obb.23.1363792638287; Wed, 20 Mar 2013 08:17:18 -0700 (PDT) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPS id qk4sm2239280obc.5.2013.03.20.08.17.17 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 20 Mar 2013 08:17:17 -0700 (PDT) Message-ID: <5149D2FC.7050006@gmail.com> Date: Wed, 20 Mar 2013 10:17:16 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: In-Reply-To: Subject: Re: MT9T111/MT9T112 aptina camera driver in linux-imx X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2013 15:17:19 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit That is not the right repository. If you look at the recipes in meta-fsl-arm for the kernel, you'll see that the SRC_URI for linux-imx points to Freescale's git repo, not github. I'm actually not really sure what that repository is on github. It looks like a fork from a v3.5 mainline kernel with no commits from Freescale. This is basically the one we're using now in meta-fsl-arm master (not danny). You'll need to check the commit that is checked out: http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/log/?h=imx_3.0.35_1.1.0 On 3/20/13 9:53 AM, Ashwin Kirpalani wrote: > Browsing around freescale's linux-imx sources, I noticed that the correct > version of the driver that I want (mt9t112.c) is indeed in the linux-imx sources > from freescale. It is here: > https://github.com/Freescale/linux-imx/tree/master/drivers/media/video. So why > is it not the same in yocto's linux-imx-3-0-35 version? Could someone please > explain how yocto's version diverges from freescale's kernel version and why? Thanks > > On Wed, Mar 20, 2013 at 9:24 AM, Ashwin Kirpalani > wrote: > > Ok. So what is the starting point of the linux-imx kernel code base. I > believe the kernel is 3.0.35. Was this branched off the mainline linux > kernel at this revision? If I know what this branch point is, then I could > try to port over the changes to make the MT9T111/MT9T112 aptina camera > driver work and in doing so, update the platform-agnostic camera driver > along the way? Thanks > > > > > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale >