Re: [PATCH 5/8] soc-camera: Add soc_mbus_image_size

2012-01-26 Thread Guennadi Liakhovetski
On Wed, 25 Jan 2012, Laurent Pinchart wrote: The function returns the minimum size of an image for a given number of bytes per line (as per the V4L2 specification), width and format. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/soc_mediabus.c |

Re: [PATCH 5/8] soc-camera: Add soc_mbus_image_size

2012-01-26 Thread Laurent Pinchart
Hi Guennadi, On Thursday 26 January 2012 16:59:23 Guennadi Liakhovetski wrote: On Wed, 25 Jan 2012, Laurent Pinchart wrote: The function returns the minimum size of an image for a given number of bytes per line (as per the V4L2 specification), width and format. Signed-off-by: Laurent

[PATCH 5/8] soc-camera: Add soc_mbus_image_size

2012-01-25 Thread Laurent Pinchart
The function returns the minimum size of an image for a given number of bytes per line (as per the V4L2 specification), width and format. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/soc_mediabus.c | 18 ++