Re: [PATCH v2] v4l: subdev: Add pad config allocator and init

2015-05-25 Thread Hans Verkuil
On 05/25/2015 01:21 PM, Laurent Pinchart wrote: > Hi Hans, > > On Monday 25 May 2015 00:25:36 Hans Verkuil wrote: >> On 05/24/2015 11:10 PM, Laurent Pinchart wrote: >>> From: Laurent Pinchart >>> >>> Add a new subdev operation to initialize a subdev pad config array, and >>> a helper function to

Re: [PATCH v2] v4l: subdev: Add pad config allocator and init

2015-05-25 Thread Laurent Pinchart
Hi Hans, On Monday 25 May 2015 00:25:36 Hans Verkuil wrote: > On 05/24/2015 11:10 PM, Laurent Pinchart wrote: > > From: Laurent Pinchart > > > > Add a new subdev operation to initialize a subdev pad config array, and > > a helper function to allocate and initialize the array. This can be used >

Re: [PATCH v2] v4l: subdev: Add pad config allocator and init

2015-05-24 Thread Hans Verkuil
On 05/24/2015 11:10 PM, Laurent Pinchart wrote: > From: Laurent Pinchart > > Add a new subdev operation to initialize a subdev pad config array, and > a helper function to allocate and initialize the array. This can be used > by bridge drivers to implement try format based on subdev pad > operati

[PATCH v2] v4l: subdev: Add pad config allocator and init

2015-05-24 Thread Laurent Pinchart
From: Laurent Pinchart Add a new subdev operation to initialize a subdev pad config array, and a helper function to allocate and initialize the array. This can be used by bridge drivers to implement try format based on subdev pad operations. Signed-off-by: Laurent Pinchart Acked-by: Vaibhav Hir