Re: [PATCH v10 15/21] V4L2: add a device pointer to struct v4l2_subdev

2013-06-13 Thread Hans Verkuil
On Tue 11 June 2013 10:23:42 Guennadi Liakhovetski wrote: It is often useful to have simple means to get from a subdevice to the underlying physical device. This patch adds such a pointer to struct v4l2_subdev and sets it accordingly in the I2C and SPI cases. Signed-off-by: Guennadi

Re: [PATCH v10 15/21] V4L2: add a device pointer to struct v4l2_subdev

2013-06-12 Thread Prabhakar Lad
On Tue, Jun 11, 2013 at 1:53 PM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: It is often useful to have simple means to get from a subdevice to the underlying physical device. This patch adds such a pointer to struct v4l2_subdev and sets it accordingly in the I2C and SPI cases.

[PATCH v10 15/21] V4L2: add a device pointer to struct v4l2_subdev

2013-06-11 Thread Guennadi Liakhovetski
It is often useful to have simple means to get from a subdevice to the underlying physical device. This patch adds such a pointer to struct v4l2_subdev and sets it accordingly in the I2C and SPI cases. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de ---