This supersedes https://patchwork.linuxtv.org/patch/29163/. Added two more patches ("fix memory leak on failure path in cafe_smbus_setup()" and "fix V4L2_PIX_FMT_SBGGR8 support"). All tested on my OLPC XO laptop. Regards, Hans The following changes since commit e183201b9e917daf2530b637b2f34f1d5afb934d: [media] uvcvideo: add support for VIDIOC_QUERY_EXT_CTRL (2015-04-10 10:29:27 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v4.2a for you to fetch changes up to 3ac439bd9a26d2852f631b5ba90b9fc2bf5deff6: marvell-ccic: fix memory leak on failure path in cafe_smbus_setup() (2015-04-24 11:55:34 +0200) ---------------------------------------------------------------- Alexey Khoroshilov (1): marvell-ccic: fix memory leak on failure path in cafe_smbus_setup() Hans Verkuil (19): marvell-ccic: fix vb2 warning marvell-ccic: fill in bus_info marvell-ccic: webcam drivers shouldn't support g/s_std ov7670: check for valid width/height in ov7670_enum_frame_interval marvell-ccic: fill in colorspace marvell-ccic: control handler fixes marvell-ccic: switch to struct v4l2_fh marvell-ccic: implement control events marvell-ccic: use vb2 helpers and core locking marvell-ccic: add create_bufs support marvell-ccic: add DMABUF support for all three DMA modes marvell-ccic: fix streaming issues marvell-ccic: correctly requeue buffers marvell-ccic: add planar support to dma-vmalloc marvell-ccic: drop V4L2_PIX_FMT_JPEG dead code ov7670: use colorspace SRGB instead of JPEG marvell-ccic: fix the bytesperline and sizeimage calculations marvell-ccic: drop support for PIX_FMT_422P marvell-ccic: fix V4L2_PIX_FMT_SBGGR8 support drivers/media/i2c/ov7670.c | 25 ++++- drivers/media/platform/marvell-ccic/cafe-driver.c | 13 ++- drivers/media/platform/marvell-ccic/mcam-core.c | 452 +++++++++++++++++++++++++++----------------------------------------------- drivers/media/platform/marvell-ccic/mcam-core.h | 3 +- drivers/media/platform/marvell-ccic/mmp-driver.c | 1 + 5 files changed, 199 insertions(+), 295 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html