Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH 0/8] soc-camera: Add support for configurable line stride
@ 2012-01-25 15:12 Laurent Pinchart
  2012-01-25 15:12 ` [PATCH 1/8] soc_camera: Use soc_camera_device::sizeimage to compute buffer sizes Laurent Pinchart
                   ` (7 more replies)
  0 siblings, 8 replies; 20+ messages in thread
From: Laurent Pinchart @ 2012-01-25 15:12 UTC (permalink / raw)
  To: Guennadi Liakhovetski; +Cc: linux-media

Hi Guennadi,

This patch set adds support for configurable line stride to the soc-camera
framework and the sh_mobile_ceu_camera driver. I've successfully tested it on
a Mackerel board with the on-board VGA sensor.

Laurent Pinchart (8):
  soc_camera: Use soc_camera_device::sizeimage to compute buffer sizes
  soc_camera: Use soc_camera_device::bytesperline to compute line sizes
  soc-camera: Add plane layout information to struct soc_mbus_pixelfmt
  soc-camera: Fix bytes per line computation for planar formats
  soc-camera: Add soc_mbus_image_size
  soc-camera: Honor user-requested bytesperline and sizeimage
  soc-camera: Support user-configurable line stride
  sh_mobile_ceu_camera: Support user-configurable line stride

 drivers/media/video/atmel-isi.c            |   18 ++------
 drivers/media/video/mx1_camera.c           |   14 +-----
 drivers/media/video/mx2_camera.c           |   16 ++-----
 drivers/media/video/mx3_camera.c           |   41 +++++++++-------
 drivers/media/video/omap1_camera.c         |   22 ++++-----
 drivers/media/video/pxa_camera.c           |   15 +-----
 drivers/media/video/sh_mobile_ceu_camera.c |   68 ++++++++++++++++-----------
 drivers/media/video/soc_camera.c           |   35 ++++++++-------
 drivers/media/video/soc_mediabus.c         |   54 ++++++++++++++++++++++
 include/media/soc_camera.h                 |    4 ++
 include/media/soc_mediabus.h               |   21 +++++++++
 11 files changed, 184 insertions(+), 124 deletions(-)

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2012-05-09 13:54 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-25 15:12 [PATCH 0/8] soc-camera: Add support for configurable line stride Laurent Pinchart
2012-01-25 15:12 ` [PATCH 1/8] soc_camera: Use soc_camera_device::sizeimage to compute buffer sizes Laurent Pinchart
2012-01-26 15:21   ` Guennadi Liakhovetski
2012-01-26 20:18     ` Laurent Pinchart
2012-04-24 22:06       ` Guennadi Liakhovetski
2012-05-09 13:54         ` Laurent Pinchart
2012-01-25 15:12 ` [PATCH 2/8] soc_camera: Use soc_camera_device::bytesperline to compute line sizes Laurent Pinchart
2012-01-26 15:28   ` Guennadi Liakhovetski
2012-01-25 15:12 ` [PATCH 3/8] soc-camera: Add plane layout information to struct soc_mbus_pixelfmt Laurent Pinchart
2012-01-26 15:38   ` Guennadi Liakhovetski
2012-01-26 19:26     ` Laurent Pinchart
2012-01-26 16:01   ` Guennadi Liakhovetski
2012-01-26 19:27     ` Laurent Pinchart
2012-01-25 15:12 ` [PATCH 4/8] soc-camera: Fix bytes per line computation for planar formats Laurent Pinchart
2012-01-25 15:12 ` [PATCH 5/8] soc-camera: Add soc_mbus_image_size Laurent Pinchart
2012-01-26 15:59   ` Guennadi Liakhovetski
2012-01-26 18:18     ` Laurent Pinchart
2012-01-25 15:12 ` [PATCH 6/8] soc-camera: Honor user-requested bytesperline and sizeimage Laurent Pinchart
2012-01-25 15:12 ` [PATCH 7/8] soc-camera: Support user-configurable line stride Laurent Pinchart
2012-01-25 15:12 ` [PATCH 8/8] sh_mobile_ceu_camera: " Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox