Re: [PATCH v3 29/33] omap3isp: Configure CSI-2 phy based on platform data

2012-02-24 Thread Sakari Ailus
On Wed, Feb 22, 2012 at 12:21:50PM +0100, Laurent Pinchart wrote: > Hi Sakari, > > Thanks for the patch. > > On Monday 20 February 2012 03:57:08 Sakari Ailus wrote: > > Configure CSI-2 phy based on platform data in the ISP driver. For that, the > > new V4L2_CID_IMAGE_SOURCE_PIXEL_RATE control is

Re: [PATCH v3 29/33] omap3isp: Configure CSI-2 phy based on platform data

2012-02-22 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Monday 20 February 2012 03:57:08 Sakari Ailus wrote: > Configure CSI-2 phy based on platform data in the ISP driver. For that, the > new V4L2_CID_IMAGE_SOURCE_PIXEL_RATE control is used. Previously the same > was configured from the board code. > > Signed-off-

[PATCH v3 29/33] omap3isp: Configure CSI-2 phy based on platform data

2012-02-19 Thread Sakari Ailus
Configure CSI-2 phy based on platform data in the ISP driver. For that, the new V4L2_CID_IMAGE_SOURCE_PIXEL_RATE control is used. Previously the same was configured from the board code. Signed-off-by: Sakari Ailus --- drivers/media/video/omap3isp/isp.h |3 - drivers/media/video/omap3is