Re: [PATCH 25/47] v4l: subdev: Remove deprecated video-level DV timings operations

2014-02-12 Thread Hans Verkuil
On 02/05/14 17:42, Laurent Pinchart wrote: The video enum_dv_timings and dv_timings_cap operations are deprecated and unused. Remove them. FYI: after this the adv7604 fails to compile since it is still using the video ops. You should move the patches that convert the adv7604 before this patch.

Re: [PATCH 25/47] v4l: subdev: Remove deprecated video-level DV timings operations

2014-02-06 Thread Sakari Ailus
On Wed, Feb 05, 2014 at 05:42:16PM +0100, Laurent Pinchart wrote: The video enum_dv_timings and dv_timings_cap operations are deprecated and unused. Remove them. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Acked-by: Sakari Ailus sakari.ai...@linux.intel.com -- Sakari

[PATCH 25/47] v4l: subdev: Remove deprecated video-level DV timings operations

2014-02-05 Thread Laurent Pinchart
The video enum_dv_timings and dv_timings_cap operations are deprecated and unused. Remove them. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- include/media/v4l2-subdev.h | 4 1 file changed, 4 deletions(-) diff --git a/include/media/v4l2-subdev.h