Re: [RFC 09/17] v4l: Add pad op for pipeline validation

2012-01-08 Thread Laurent Pinchart
Hi Sakari, On Sunday 08 January 2012 00:28:40 Sakari Ailus wrote: > Laurent Pinchart wrote: > > On Tuesday 20 December 2011 21:28:01 Sakari Ailus wrote: > >> From: Sakari Ailus > >> > >> smiapp_pad_ops.validate_pipeline is intended to validate the full > >> pipeline which is implemented by the d

Re: [RFC 09/17] v4l: Add pad op for pipeline validation

2012-01-07 Thread Sakari Ailus
Hi Laurent, Thanks for the review!! Laurent Pinchart wrote: > On Tuesday 20 December 2011 21:28:01 Sakari Ailus wrote: >> From: Sakari Ailus >> >> smiapp_pad_ops.validate_pipeline is intended to validate the full pipeline >> which is implemented by the driver to which the subdev implementing thi

Re: [RFC 09/17] v4l: Add pad op for pipeline validation

2012-01-06 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Tuesday 20 December 2011 21:28:01 Sakari Ailus wrote: > From: Sakari Ailus > > smiapp_pad_ops.validate_pipeline is intended to validate the full pipeline > which is implemented by the driver to which the subdev implementing this op > belongs to. Should this

[RFC 09/17] v4l: Add pad op for pipeline validation

2011-12-20 Thread Sakari Ailus
From: Sakari Ailus smiapp_pad_ops.validate_pipeline is intended to validate the full pipeline which is implemented by the driver to which the subdev implementing this op belongs to. The validate_pipeline op must also call validate_pipeline on any external entity which is linked to its sink pads.