From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 89B7EE012F1 for ; Wed, 20 Mar 2013 08:24:15 -0700 (PDT) Received: from e6520eb (pac33-2-82-240-38-71.fbx.proxad.net [82.240.38.71]) (Authenticated sender: eukrea) by smtp2-g21.free.fr (Postfix) with ESMTPSA id 482974B00F5; Wed, 20 Mar 2013 16:24:08 +0100 (CET) Date: Wed, 20 Mar 2013 16:24:06 +0100 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: Ashwin Kirpalani Message-ID: <20130320162406.6a21974e@e6520eb> In-Reply-To: References: Organization: =?UTF-8?B?RXVrcsOpYQ==?= Electromatique X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.13; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: meta-freescale@yoctoproject.org 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:24:18 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Ashwin, Le Wed, 20 Mar 2013 10:53:41 -0400, Ashwin Kirpalani a =C3=A9crit : > 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 versi= on > and why? Thanks >=20 at least 2 reasons : - this tree is not an officiel Freescale one despite the Freescale name of the github account, - you are looking at the master branch which is mainline, when the patch collection branches for Freescale's kernels are in branch patches-imx-2.6.35_10.12.01 and patches-imx-2.6.35_11.09.01 If you want the kernels from Freescale you can have a look here (especially the imx_ branches) : http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/ Best regards Eric