Re: [PATCHv2 1/8] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_config

2015-03-04 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Wednesday 04 March 2015 10:47:54 Hans Verkuil wrote: > From: Hans Verkuil > > If a subdevice pad op is called from a bridge driver, then there is > no v4l2_subdev_fh struct that can be passed to the subdevice. This > made it hard to use such subdevs from a b

Re: [PATCHv2 1/8] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_config

2015-03-04 Thread Hans Verkuil
Hi Laurent, On 03/04/15 16:02, Laurent Pinchart wrote: > Hi Hans, > > Thank you for the patch. > > On Wednesday 04 March 2015 10:47:54 Hans Verkuil wrote: >> From: Hans Verkuil >> >> If a subdevice pad op is called from a bridge driver, then there is >> no v4l2_subdev_fh struct that can be pass

Re: [PATCHv2 1/8] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_config

2015-03-04 Thread Sylwester Nawrocki
On 04/03/15 10:47, Hans Verkuil wrote: > From: Hans Verkuil > > If a subdevice pad op is called from a bridge driver, then there is > no v4l2_subdev_fh struct that can be passed to the subdevice. This > made it hard to use such subdevs from a bridge driver. > > This patch replaces the v4l2_subde