This supersedes https://patchwork.linuxtv.org/patch/28767 since that fell through the cracks somehow and it is now too late to merge for 4.1 :-( Added one more patch (drop support for PIX_FMT_422P) that was also Acked by Jon and the "fix Y'CbCr ordering" is now Cc-ed for stable for 3.19 and up. It really should be applied to 3.12 and up, but the patch won't apply for those older kernels, so I will have to manually make a patch for that once it is merged. 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 f7e5c96534c40aef688d323f1b0f0a0014580b13: marvell-ccic: drop support for PIX_FMT_422P (2015-04-13 12:04:59 +0200) ---------------------------------------------------------------- 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: fix Y'CbCr ordering marvell-ccic: drop support for PIX_FMT_422P drivers/media/i2c/ov7670.c | 25 +++- drivers/media/platform/marvell-ccic/cafe-driver.c | 1 + drivers/media/platform/marvell-ccic/mcam-core.c | 462 +++++++++++++++++++++++++++----------------------------------------------- drivers/media/platform/marvell-ccic/mcam-core.h | 11 +- drivers/media/platform/marvell-ccic/mmp-driver.c | 1 + 5 files changed, 198 insertions(+), 302 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