Re: [PATCH 3/8] soc-camera: Add plane layout information to struct soc_mbus_pixelfmt

2012-01-26 Thread Guennadi Liakhovetski
On Wed, 25 Jan 2012, Laurent Pinchart wrote: To compute the number of bytes per line according to the V4L2 specification, we need information about planes layout for planar formats. The new enum soc_mbus_layout convey that information. Maybe it is better to call that value not the number of

Re: [PATCH 3/8] soc-camera: Add plane layout information to struct soc_mbus_pixelfmt

2012-01-26 Thread Guennadi Liakhovetski
One more question: On Wed, 25 Jan 2012, Laurent Pinchart wrote: To compute the number of bytes per line according to the V4L2 specification, we need information about planes layout for planar formats. The new enum soc_mbus_layout convey that information. Signed-off-by: Laurent Pinchart

Re: [PATCH 3/8] soc-camera: Add plane layout information to struct soc_mbus_pixelfmt

2012-01-26 Thread Laurent Pinchart
Hi Guennadi, On Thursday 26 January 2012 16:38:31 Guennadi Liakhovetski wrote: On Wed, 25 Jan 2012, Laurent Pinchart wrote: To compute the number of bytes per line according to the V4L2 specification, we need information about planes layout for planar formats. The new enum soc_mbus_layout

Re: [PATCH 3/8] soc-camera: Add plane layout information to struct soc_mbus_pixelfmt

2012-01-26 Thread Laurent Pinchart
Hi Guennadi, On Thursday 26 January 2012 17:01:15 Guennadi Liakhovetski wrote: One more question: On Wed, 25 Jan 2012, Laurent Pinchart wrote: To compute the number of bytes per line according to the V4L2 specification, we need information about planes layout for planar formats. The new

[PATCH 3/8] soc-camera: Add plane layout information to struct soc_mbus_pixelfmt

2012-01-25 Thread Laurent Pinchart
To compute the number of bytes per line according to the V4L2 specification, we need information about planes layout for planar formats. The new enum soc_mbus_layout convey that information. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/atmel-isi.c