From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from perceval.ideasonboard.com ([95.142.166.194]:50647 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755963Ab2JLNKZ (ORCPT ); Fri, 12 Oct 2012 09:10:25 -0400 From: Laurent Pinchart To: Christoph Fritz Cc: Guennadi Liakhovetski , Chris MacGregor , linux-media@vger.kernel.org, Liu Ying , "Hans J. Koch" , Daniel Mack Subject: Re: hacking MT9P031 for i.mx Date: Fri, 12 Oct 2012 15:11:09 +0200 Message-ID: <4808568.nuAMlGIafB@avalon> In-Reply-To: <1350043843.3730.32.camel@mars> References: <4301383.IPfSC38GGz@avalon> <1350043843.3730.32.camel@mars> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-media-owner@vger.kernel.org List-ID: Hi Christoph, On Friday 12 October 2012 14:10:43 Christoph Fritz wrote: > On Mon, 2012-07-02 at 14:48 +0200, Laurent Pinchart wrote: > > On Thursday 28 June 2012 21:41:16 Chris MacGregor wrote: > > > > Where did you get the Aptina board code patch from ? > > > > > > From here: https://github.com/Aptina/BeagleBoard-xM > > > > That's definitely outdated, the code is based on a very old OMAP3 ISP > > driver that was more or less broken by design. Nowadays anything other > > than the mainline version isn't supported by the community. > > Is there a current (kernel ~3.6) git tree which shows how to add mt9p031 > to platform code? > > I'm also curious if it's possible to glue mt9p031 to a freescale i.mx35 > platform. As far as I can see, > drivers/media/platform/soc_camera/mx3_camera.c would need v4l2_subdev > support? soc-camera already uses v4l2_subdev, but requires soc-camera specific support in the sensor drivers. I've started working on a fix for that some time ago, some cleanup patches have reached mainline but I haven't been able to complete the work yet due to lack of time. -- Regards, Laurent Pinchart