Re: [PATCH] V4L: soc-camera: add selection API host operations

2012-09-19 Thread Laurent Pinchart
Hi Guennadi, On Wednesday 11 July 2012 18:10:05 Guennadi Liakhovetski wrote: Wow, that's an old mail :-) On Fri, 6 Jul 2012, Laurent Pinchart wrote: On Friday 22 June 2012 18:40:08 Guennadi Liakhovetski wrote: Add .get_selection() and .set_selection() soc-camera host driver operations.

Re: [PATCH] V4L: soc-camera: add selection API host operations

2012-07-11 Thread Guennadi Liakhovetski
Hi Laurent On Fri, 6 Jul 2012, Laurent Pinchart wrote: Hi Guennadi, Thanks for the patch. On Friday 22 June 2012 18:40:08 Guennadi Liakhovetski wrote: Add .get_selection() and .set_selection() soc-camera host driver operations. Additionally check, that the user is not trying to change

Re: [PATCH] V4L: soc-camera: add selection API host operations

2012-07-05 Thread Laurent Pinchart
Hi Guennadi, Thanks for the patch. On Friday 22 June 2012 18:40:08 Guennadi Liakhovetski wrote: Add .get_selection() and .set_selection() soc-camera host driver operations. Additionally check, that the user is not trying to change the output sizes during a running capture. How will that

[PATCH] V4L: soc-camera: add selection API host operations

2012-06-22 Thread Guennadi Liakhovetski
Add .get_selection() and .set_selection() soc-camera host driver operations. Additionally check, that the user is not trying to change the output sizes during a running capture. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- diff --git a/drivers/media/video/soc_camera.c