Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v4.20-5 For - one regression at vsp1 driver; - some last time changes for the upcoming request API logic and for stateless codec support. As the stateless codec "cedrus" driver is at staging, don't apply the MPEG controls as part of the main V4L2 API, as those may not be ready for production yet. Regards, Mauro The following changes since commit a7c3a0d5f8d8cd5cdb32c06d4d68f5b4e4d2104b: media: mediactl docs: Fix licensing message (2018-11-27 13:52:46 -0500) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v4.20-5 for you to fetch changes up to 078ab3ea2c3bb69cb989d52346fefa1246055e5b: media: Add a Kconfig option for the Request API (2018-12-05 13:07:43 -0500) ---------------------------------------------------------------- media fixes for v4.20-rc7 ---------------------------------------------------------------- Dan Carpenter (1): media: cedrus: Fix a NULL vs IS_ERR() check Hans Verkuil (8): media: vb2: don't call __vb2_queue_cancel if vb2_start_streaming failed media: vb2: skip request checks for VIDIOC_PREPARE_BUF media: vb2: keep a reference to the request until dqbuf media: vb2: don't unbind/put the object when going to state QUEUED media: vivid: drop v4l2_ctrl_request_complete() from start_streaming media: vicodec: set state resolution from raw format media: mpeg2-ctrls.h: move MPEG2 state controls to non-public header media: extended-controls.rst: add note to the MPEG2 state controls Laurent Pinchart (1): media: vsp1: Fix LIF buffer thresholds Sakari Ailus (1): media: Add a Kconfig option for the Request API Documentation/media/uapi/v4l/extended-controls.rst | 10 +++ drivers/media/Kconfig | 13 ++++ drivers/media/common/videobuf2/videobuf2-core.c | 44 ++++++++--- drivers/media/common/videobuf2/videobuf2-v4l2.c | 13 +++- drivers/media/media-device.c | 4 + drivers/media/platform/vicodec/vicodec-core.c | 13 +++- drivers/media/platform/vivid/vivid-sdr-cap.c | 2 - drivers/media/platform/vivid/vivid-vbi-cap.c | 2 - drivers/media/platform/vivid/vivid-vbi-out.c | 2 - drivers/media/platform/vivid/vivid-vid-cap.c | 2 - drivers/media/platform/vivid/vivid-vid-out.c | 2 - drivers/media/platform/vsp1/vsp1_lif.c | 2 +- drivers/media/v4l2-core/v4l2-ctrls.c | 4 +- drivers/staging/media/sunxi/cedrus/Kconfig | 1 + drivers/staging/media/sunxi/cedrus/cedrus_hw.c | 4 +- include/media/mpeg2-ctrls.h | 86 ++++++++++++++++++++++ include/media/v4l2-ctrls.h | 6 ++ include/media/videobuf2-core.h | 2 + include/uapi/linux/v4l2-controls.h | 68 ----------------- include/uapi/linux/videodev2.h | 4 - 20 files changed, 181 insertions(+), 103 deletions(-) create mode 100644 include/media/mpeg2-ctrls.h