linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v4.21 v2] mem2mem, venus and vb2 fixes/improvements
@ 2018-11-23  8:45 Hans Verkuil
  0 siblings, 0 replies; only message in thread
From: Hans Verkuil @ 2018-11-23  8:45 UTC (permalink / raw)
  To: Linux Media Mailing List

(Fixed my SoB mess)

The following changes since commit fbe57dde7126d1b2712ab5ea93fb9d15f89de708:

  media: ov7740: constify structures stored in fields of v4l2_subdev_ops structure (2018-11-06 07:17:02 -0500)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v4.21e2

for you to fetch changes up to 67a4b0da269c44e3efb59ec471566d48268bd23d:

  videobuf2-v4l2: drop WARN_ON in vb2_warn_zero_bytesused() (2018-11-23 09:44:43 +0100)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Ezequiel Garcia (4):
      mem2mem: Require capture and output mutexes to match
      v4l2-ioctl.c: Simplify locking for m2m devices
      v4l2-mem2mem: Avoid calling .device_run in v4l2_m2m_job_finish
      media: cedrus: Get rid of interrupt bottom-half

Hans Verkuil (1):
      videobuf2-v4l2: drop WARN_ON in vb2_warn_zero_bytesused()

John Sheu (1):
      media: vb2: Allow reqbufs(0) with "in use" MMAP buffers

Sakari Ailus (1):
      v4l2-mem2mem: Simplify exiting the function in __v4l2_m2m_try_schedule

Stanimir Varbanov (1):
      venus: firmware: register separate platform_device for firmware loader

vgarodia@codeaurora.org (4):
      venus: firmware: add routine to reset ARM9
      venus: firmware: move load firmware in a separate function
      venus: firmware: add no TZ boot and shutdown routine
      dt-bindings: media: Document bindings for venus firmware device

 Documentation/devicetree/bindings/media/qcom,venus.txt |  14 ++-
 Documentation/media/uapi/v4l/vidioc-reqbufs.rst        |  17 +++-
 drivers/media/common/videobuf2/videobuf2-core.c        |   8 +-
 drivers/media/common/videobuf2/videobuf2-v4l2.c        |   3 +-
 drivers/media/platform/qcom/venus/core.c               |  24 +++--
 drivers/media/platform/qcom/venus/core.h               |   6 ++
 drivers/media/platform/qcom/venus/firmware.c           | 235 +++++++++++++++++++++++++++++++++++++++++++-----
 drivers/media/platform/qcom/venus/firmware.h           |  17 +++-
 drivers/media/platform/qcom/venus/hfi_venus.c          |  13 +--
 drivers/media/platform/qcom/venus/hfi_venus_io.h       |   8 ++
 drivers/media/v4l2-core/v4l2-ioctl.c                   |  47 +---------
 drivers/media/v4l2-core/v4l2-mem2mem.c                 |  66 +++++++++-----
 drivers/staging/media/sunxi/cedrus/cedrus_hw.c         |  26 ++----
 include/uapi/linux/videodev2.h                         |   1 +
 14 files changed, 344 insertions(+), 141 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-23 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-23  8:45 [GIT PULL FOR v4.21 v2] mem2mem, venus and vb2 fixes/improvements Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).