Re: [PATCH 06/24] V4L2: add a common V4L2 subdevice platform data type

2013-11-05 Thread Laurent Pinchart
Hi Hans, On Monday 04 November 2013 12:24:10 Hans Verkuil wrote: Hi Guennadi, Sorry for the delay, I only saw this today while I was going through my mail backlog. On 10/17/2013 08:24 PM, Guennadi Liakhovetski wrote: Hi Hans Sorry for reviving this old thread. I was going to

Re: [PATCH 06/24] V4L2: add a common V4L2 subdevice platform data type

2013-11-04 Thread Hans Verkuil
Hi Guennadi, Sorry for the delay, I only saw this today while I was going through my mail backlog. On 10/17/2013 08:24 PM, Guennadi Liakhovetski wrote: Hi Hans Sorry for reviving this old thread. I was going to resubmit a part of those patches for mainlining and then I found this your

Re: [PATCH 06/24] V4L2: add a common V4L2 subdevice platform data type

2013-10-17 Thread Guennadi Liakhovetski
Hi Hans Sorry for reviving this old thread. I was going to resubmit a part of those patches for mainlining and then I found this your comment, which I didn't reply to back then. On Fri, 19 Apr 2013, Hans Verkuil wrote: On Fri April 19 2013 09:48:27 Guennadi Liakhovetski wrote: Hi Hans

Re: [PATCH 06/24] V4L2: add a common V4L2 subdevice platform data type

2013-04-19 Thread Hans Verkuil
On Thu April 18 2013 23:35:27 Guennadi Liakhovetski wrote: This struct shall be used by subdevice drivers to pass per-subdevice data, e.g. power supplies, to generic V4L2 methods, at the same time allowing optional host-specific extensions via the host_priv pointer. To avoid having to pass two

Re: [PATCH 06/24] V4L2: add a common V4L2 subdevice platform data type

2013-04-19 Thread Guennadi Liakhovetski
Hi Hans Thanks for reviewing. On Fri, 19 Apr 2013, Hans Verkuil wrote: On Thu April 18 2013 23:35:27 Guennadi Liakhovetski wrote: This struct shall be used by subdevice drivers to pass per-subdevice data, e.g. power supplies, to generic V4L2 methods, at the same time allowing optional

Re: [PATCH 06/24] V4L2: add a common V4L2 subdevice platform data type

2013-04-19 Thread Hans Verkuil
On Fri April 19 2013 09:48:27 Guennadi Liakhovetski wrote: Hi Hans Thanks for reviewing. On Fri, 19 Apr 2013, Hans Verkuil wrote: On Thu April 18 2013 23:35:27 Guennadi Liakhovetski wrote: This struct shall be used by subdevice drivers to pass per-subdevice data, e.g. power

[PATCH 06/24] V4L2: add a common V4L2 subdevice platform data type

2013-04-18 Thread Guennadi Liakhovetski
This struct shall be used by subdevice drivers to pass per-subdevice data, e.g. power supplies, to generic V4L2 methods, at the same time allowing optional host-specific extensions via the host_priv pointer. To avoid having to pass two pointers to those methods, add a pointer to this new struct to