Re: [PATCH v3 31/33] omap3isp: Remove isp_validate_pipeline and other old stuff

2012-02-24 Thread Sakari Ailus
Hi Laurent, On Wed, Feb 22, 2012 at 12:26:30PM +0100, Laurent Pinchart wrote: > Hi Sakari, > > Thanks for the patch. > > On Monday 20 February 2012 03:57:10 Sakari Ailus wrote: > > Remove isp_set_pixel_clock(). > > > > Remove set_pixel_clock() callback from platform callbacks since the same > >

Re: [PATCH v3 31/33] omap3isp: Remove isp_validate_pipeline and other old stuff

2012-02-22 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Monday 20 February 2012 03:57:10 Sakari Ailus wrote: > Remove isp_set_pixel_clock(). > > Remove set_pixel_clock() callback from platform callbacks since the same > information is now passed to the ISP driver by other means. > > Remove struct ispccdc_vp since t

[PATCH v3 31/33] omap3isp: Remove isp_validate_pipeline and other old stuff

2012-02-19 Thread Sakari Ailus
Remove isp_set_pixel_clock(). Remove set_pixel_clock() callback from platform callbacks since the same information is now passed to the ISP driver by other means. Remove struct ispccdc_vp since the only field in this structure, pixelclk, is no longer used. Remove isp_video_is_shiftable() --- thi