public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Media Mailing List <linux-media@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL for v4.20-rc7] media fixes
Date: Wed, 12 Dec 2018 13:54:03 -0200	[thread overview]
Message-ID: <20181212135403.3ce9132a@coco.lan> (raw)

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


             reply	other threads:[~2018-12-12 15:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-12 15:54 Mauro Carvalho Chehab [this message]
2018-12-13 21:15 ` [GIT PULL for v4.20-rc7] media fixes pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181212135403.3ce9132a@coco.lan \
    --to=mchehab+samsung@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox