Re: [PATCH v3 17/33] v4l: Implement v4l2_subdev_link_validate()

2012-02-24 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: Hi Sakari, Thanks for the patch. Thanks for your comments!! On Monday 20 February 2012 03:56:56 Sakari Ailus wrote: v4l2_subdev_link_validate() is the default op for validating a link. In V4L2 subdev context, it is used to call a pad op which performs

Re: [PATCH v3 17/33] v4l: Implement v4l2_subdev_link_validate()

2012-02-22 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Monday 20 February 2012 03:56:56 Sakari Ailus wrote: v4l2_subdev_link_validate() is the default op for validating a link. In V4L2 subdev context, it is used to call a pad op which performs the proper link check without much extra work. Signed-off-by:

[PATCH v3 17/33] v4l: Implement v4l2_subdev_link_validate()

2012-02-19 Thread Sakari Ailus
v4l2_subdev_link_validate() is the default op for validating a link. In V4L2 subdev context, it is used to call a pad op which performs the proper link check without much extra work. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi --- Documentation/video4linux/v4l2-framework.txt | 12 +