Re: [PATCH v2 8/9] ov772x: Compute window size registers at runtime

2012-07-20 Thread Guennadi Liakhovetski
Hi Laurent Thanks for the patch On Wed, 18 Jul 2012, Laurent Pinchart wrote: Instead of hardcoding register arrays, compute the values at runtime. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/ov772x.c | 162

Re: [PATCH v2 8/9] ov772x: Compute window size registers at runtime

2012-07-20 Thread Laurent Pinchart
Hi Guennadi, On Friday 20 July 2012 15:58:25 Guennadi Liakhovetski wrote: On Wed, 18 Jul 2012, Laurent Pinchart wrote: Instead of hardcoding register arrays, compute the values at runtime. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com ---

[PATCH v2 8/9] ov772x: Compute window size registers at runtime

2012-07-18 Thread Laurent Pinchart
Instead of hardcoding register arrays, compute the values at runtime. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/ov772x.c | 162 +- 1 files changed, 65 insertions(+), 97 deletions(-) diff --git