Re: [PATCH] soc-camera: ov772x: Add buswidth selection flags for platform

2010-01-05 Thread Guennadi Liakhovetski
On Tue, 5 Jan 2010, Kuninori Morimoto wrote: > > Dear Guennadi > > Thank you for checking patch > > > Can you explain a bit why this patch is needed? Apart from a slight > > stylistic improvement and a saving of 4 bytes of platform data per camera > > instance? Is it going to be needed for so

Re: [PATCH] soc-camera: ov772x: Add buswidth selection flags for platform

2010-01-05 Thread Kuninori Morimoto
Dear Guennadi Thank you for checking patch > Can you explain a bit why this patch is needed? Apart from a slight > stylistic improvement and a saving of 4 bytes of platform data per camera > instance? Is it going to be needed for some future changes? This patch is not so important/necessary a

Re: [PATCH] soc-camera: ov772x: Add buswidth selection flags for platform

2010-01-05 Thread Guennadi Liakhovetski
Hello Morimoto-san On Tue, 5 Jan 2010, Kuninori Morimoto wrote: > This patch remove "buswidth" struct member and add new flags for > ov772x_camera_info. > And it also modify ap325rxa/migor setup.c Can you explain a bit why this patch is needed? Apart from a slight stylistic improvement and a s

[PATCH] soc-camera: ov772x: Add buswidth selection flags for platform

2010-01-04 Thread Kuninori Morimoto
This patch remove "buswidth" struct member and add new flags for ov772x_camera_info. And it also modify ap325rxa/migor setup.c Signed-off-by: Kuninori Morimoto --- arch/sh/boards/mach-ap325rxa/setup.c |4 ++-- arch/sh/boards/mach-migor/setup.c|2 +- drivers/media/video/ov772x.c