Re: [REVIEWv2 PATCH 02/12] soc_camera: replace vdev->parent by vdev->v4l2_dev.

2013-06-18 Thread Guennadi Liakhovetski
Hi Hans Thanks for the patch. On Wed, 12 Jun 2013, Hans Verkuil wrote: > From: Hans Verkuil > > The parent field will eventually disappear to be replaced by v4l2_dev. > soc_camera does provide a v4l2_device struct but did not point to it in > struct video_device. This is now fixed. > > Now th

Re: [REVIEWv2 PATCH 02/12] soc_camera: replace vdev->parent by vdev->v4l2_dev.

2013-06-17 Thread Hans Verkuil
Guennadi, Can you review/ack this? This patch series really should be merged for 3.11 to prevent problems with the debug ioctls being unable to discover and access subdevices in the v4l2-core code. I've tested this on my renesas board. If you prefer, you can also take care of this patch yourself

[REVIEWv2 PATCH 02/12] soc_camera: replace vdev->parent by vdev->v4l2_dev.

2013-06-12 Thread Hans Verkuil
From: Hans Verkuil The parent field will eventually disappear to be replaced by v4l2_dev. soc_camera does provide a v4l2_device struct but did not point to it in struct video_device. This is now fixed. Now the video nodes can be found under the correct platform bus, and the advanced debug ioctls