Re: [PATCH 05/13] v4l: subdev: Add pad config allocator and init

2015-08-11 Thread Mauro Carvalho Chehab
Em Fri, 24 Jul 2015 16:12:44 +0200 Hans Verkuil escreveu: > On 07/23/2015 02:21 PM, William Towle 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

Re: [PATCH 05/13] v4l: subdev: Add pad config allocator and init

2015-07-24 Thread Hans Verkuil
On 07/23/2015 02:21 PM, William Towle 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 > operations

[PATCH 05/13] v4l: subdev: Add pad config allocator and init

2015-07-23 Thread William Towle
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