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
> >
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
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