Monday, June 4. 2012, 04:17 AM
Soc-camera / V4L update for the 3.5 kernel includes a user-provided line stride support from Laurent Pinchart and various driver updates:
Guennadi Liakhovetski (5):
V4L: soc-camera: (cosmetic) use a more explicit name for a host handler
V4L: mx2-camera: avoid overflowing 32-bits
V4L: soc-camera: switch to using the existing .enum_framesizes()
V4L: sh_mobile_ceu_camera: don't fail TRY_FMT
V4L: marvell-ccic: (cosmetic) remove redundant variable assignment
Kuninori Morimoto (1):
V4L2: sh_mobile_ceu: manage lower 8bit bus
Laurent Pinchart (10):
mx2_camera: Fix sizeimage computation in try_fmt()
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
mx2_camera: Use soc_mbus_image_size() instead of manual computation
soc-camera: Support user-configurable line stride
sh_mobile_ceu_camera: Support user-configurable line stride
Masahiro Nakai (1):
V4L2: mt9t112: fixup JPEG initialization workaround