Re: [RFC PATCH 6/8] v4l2-subdev: add v4l2_subdev_create_pad_configs

2014-12-19 Thread Hans Verkuil
Hi Laurent, On 12/08/2014 12:50 AM, Laurent Pinchart wrote: > Hi Hans, > > Thank you for the patch. > > On Thursday 04 December 2014 10:54:57 Hans Verkuil wrote: >> From: Hans Verkuil >> >> When a new subdevice is registered this new function is called to allocate >> and initialize a pad_config

Re: [RFC PATCH 6/8] v4l2-subdev: add v4l2_subdev_create_pad_configs

2014-12-07 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Thursday 04 December 2014 10:54:57 Hans Verkuil wrote: > From: Hans Verkuil > > When a new subdevice is registered this new function is called to allocate > and initialize a pad_config array. This allows bridge drivers to use the > pad ops that require such

[RFC PATCH 6/8] v4l2-subdev: add v4l2_subdev_create_pad_configs

2014-12-04 Thread Hans Verkuil
From: Hans Verkuil When a new subdevice is registered this new function is called to allocate and initialize a pad_config array. This allows bridge drivers to use the pad ops that require such an array as argument. Signed-off-by: Hans Verkuil --- drivers/media/v4l2-core/v4l2-device.c | 11