The following changes since commit a4dfc8a24796ff312d1d307e11f26f8ca466e938: media: MAINTAINERS: Update AO CEC with ao-cec-g12a driver (2019-04-22 13:16:35 -0400) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.2g2 for you to fetch changes up to 36e3425f9d53697ffbc13328dc8a6076f62efd9b: tegra-cec: fix cec_notifier_parse_hdmi_phandle return check (2019-04-24 13:12:33 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Dan Carpenter (2): media: omap_vout: potential buffer overflow in vidioc_dqbuf() media: davinci/vpbe: array underflow in vpbe_enum_outputs() Eugen Hristev (7): media: atmel: atmel-isc: limit incoming pixels per frame media: atmel: atmel-isc: fix INIT_WORK misplacement media: atmel: atmel-isc: fix asd memory allocation media: atmel: atmel-isc: reworked white balance feature media: v4l2-ctrl: fix flags for DO_WHITE_BALANCE media: atmel: atmel-isc: add support for DO_WHITE_BALANCE media: atmel: atmel-isc: make try_fmt error less verbose Hans Verkuil (2): field-order.rst: clarify FIELD_ANY and FIELD_NONE tegra-cec: fix cec_notifier_parse_hdmi_phandle return check Niklas Söderlund (2): rcar-csi2: restart CSI-2 link if error is detected rcar-csi2: Propagate the FLD signal for NTSC and PAL Philipp Zabel (13): media: coda: move register debugging to coda_debug level 3 media: coda: move job ready message to coda_debug level 2 media: coda: add coda_frame_type_char helper media: coda: improve decoder job finished debug message media: coda: demote s_ctrl debug messages to level 2 media: coda: add menu strings to s_ctrl debug output media: coda: update profile and level controls after sequence initialization media: coda: add decoder MPEG-4 profile and level controls media: v4l2-ctrl: add MPEG-2 profile and level controls media: coda: add decoder MPEG-2 profile and level controls media: coda: add lockdep asserts media: coda: use v4l2_m2m_buf_copy_metadata media: coda: fix unset field and fail on invalid field in buf_prepare Rui Miguel Silva (1): media: staging/imx: add media device to capture register Stanimir Varbanov (1): media/doc: Allow sizeimage to be set by v4l clients Documentation/media/uapi/v4l/ext-ctrls-codec.rst | 56 ++++++++++ Documentation/media/uapi/v4l/field-order.rst | 16 ++- Documentation/media/uapi/v4l/pixfmt-v4l2-mplane.rst | 13 ++- Documentation/media/uapi/v4l/pixfmt-v4l2.rst | 11 +- drivers/media/platform/atmel/atmel-isc-regs.h | 25 ++++- drivers/media/platform/atmel/atmel-isc.c | 309 ++++++++++++++++++++++++++++++++++++++++++++++++++------ drivers/media/platform/coda/Makefile | 2 +- drivers/media/platform/coda/coda-bit.c | 69 ++++++++++--- drivers/media/platform/coda/coda-common.c | 139 +++++++++++++++++++------ drivers/media/platform/coda/coda-mpeg2.c | 44 ++++++++ drivers/media/platform/coda/coda-mpeg4.c | 48 +++++++++ drivers/media/platform/coda/coda.h | 14 +++ drivers/media/platform/coda/coda_regs.h | 2 +- drivers/media/platform/davinci/vpbe.c | 2 +- drivers/media/platform/omap/omap_vout.c | 15 ++- drivers/media/platform/rcar-vin/rcar-csi2.c | 68 ++++++++++++- drivers/media/platform/tegra-cec/tegra_cec.c | 4 +- drivers/media/v4l2-core/v4l2-ctrls.c | 24 +++++ drivers/staging/media/imx/imx-ic-prpencvf.c | 2 +- drivers/staging/media/imx/imx-media-capture.c | 6 +- drivers/staging/media/imx/imx-media-csi.c | 2 +- drivers/staging/media/imx/imx-media.h | 3 +- drivers/staging/media/imx/imx7-media-csi.c | 2 +- include/media/davinci/vpbe.h | 2 +- include/uapi/linux/v4l2-controls.h | 18 ++++ 25 files changed, 779 insertions(+), 117 deletions(-) create mode 100644 drivers/media/platform/coda/coda-mpeg2.c create mode 100644 drivers/media/platform/coda/coda-mpeg4.c