These are various video processing driver fixes for the s5p-mfc and gsc-m2m hardware blocks on the Samsung Exynos (ARM) platform, that have been carried in the ChromeOS kernel tree for a while and should be pushed upstream. John Sheu (6): [media] s5p-mfc: fix DISPLAY_DELAY [media] s5p-mfc: fix encoder crash after VIDIOC_STREAMOFF [media] s5p-mfc: add support for VIDIOC_{G,S}_CROP to encoder [media] s5p-mfc: support dynamic encoding parameter changes [media] gsc-m2m: report correct format bytesperline and sizeimage [media] v4l2-mem2mem: allow reqbufs(0) with "in use" MMAP buffers drivers/media/platform/exynos-gsc/gsc-core.c | 153 +++++++++++++----------- drivers/media/platform/exynos-gsc/gsc-core.h | 16 +-- drivers/media/platform/exynos-gsc/gsc-regs.c | 40 ++++--- drivers/media/platform/exynos-gsc/gsc-regs.h | 4 +- drivers/media/platform/s5p-mfc/regs-mfc-v6.h | 4 + drivers/media/platform/s5p-mfc/s5p_mfc_common.h | 38 ++++-- drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | 7 +- drivers/media/platform/s5p-mfc/s5p_mfc_enc.c | 126 ++++++++++++++++--- drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c | 29 +++-- drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c | 119 +++++++++--------- drivers/media/v4l2-core/videobuf2-core.c | 26 +--- 11 files changed, 339 insertions(+), 223 deletions(-) -- 1.8.4 -- 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