All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Subject: [GIT PULL FOR v6.1] Various fixes/enhancements
Date: Wed, 24 Aug 2022 14:19:05 +0200	[thread overview]
Message-ID: <c370f027-09cc-cefa-05d8-aa0f866ca15d@xs4all.nl> (raw)



The following changes since commit 1ff8334f0a4e0be693066aafba195d25629d77aa:

  media: MAINTAINERS: add entry for i.MX8MP DW100 v4l2 mem2mem driver (2022-08-21 08:42:26 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.1g

for you to fetch changes up to 689b5f07c8142bb1897fe372008fa3f3632a23bc:

  tc358743: limit msg.len to CEC_MAX_MSG_SIZE (2022-08-24 14:07:54 +0200)

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

----------------------------------------------------------------
Christophe JAILLET (1):
      media: dw100: Fix an error handling path in dw100_probe()

Daniel Lee Kruse (1):
      media: cx23885: reset DMA on AMD Renior/Cezanne IOMMU due to RiSC engine stall

Deborah Brouwer (1):
      media: v4l2-ctrls: Fix typo in VP8 comment

Dongliang Mu (1):
      media: airspy: fix memory leak in airspy probe

Hans Verkuil (4):
      videodev2.h: drop V4L2_CAP_ASYNCIO
      MAINTAINERS: change tc358743 maintainer
      media/cec: use CEC_MAX_MSG_SIZE instead of hardcoded 16
      tc358743: limit msg.len to CEC_MAX_MSG_SIZE

Liang He (1):
      media: exynos4-is: fimc-is: Add of_node_put() when breaking out of loop

Ondrej Jirman (1):
      media: rockchip: rga: Fix probe rga_parse_dt bugs

Zeng Jingxiang (1):
      tm6000: Fix unused value in vidioc_try_fmt_vid_cap()

Zheyu Ma (1):
      media: cx88: Fix a null-ptr-deref bug in buffer_prepare()

 Documentation/userspace-api/media/v4l/async.rst           |  9 ---------
 Documentation/userspace-api/media/v4l/dev-raw-vbi.rst     |  2 +-
 Documentation/userspace-api/media/v4l/dev-sdr.rst         |  2 +-
 Documentation/userspace-api/media/v4l/dev-sliced-vbi.rst  |  2 +-
 Documentation/userspace-api/media/v4l/hist-v4l2.rst       |  2 +-
 Documentation/userspace-api/media/v4l/io.rst              |  4 +---
 Documentation/userspace-api/media/v4l/vidioc-querycap.rst |  3 ---
 MAINTAINERS                                               |  3 ++-
 drivers/media/cec/platform/sti/stih-cec.c                 |  4 ++--
 drivers/media/i2c/adv7511-v4l2.c                          |  4 ++--
 drivers/media/i2c/adv7604.c                               |  4 ++--
 drivers/media/i2c/adv7842.c                               |  4 ++--
 drivers/media/i2c/tc358743.c                              |  2 ++
 drivers/media/pci/cx23885/cx23885-core.c                  |  3 +++
 drivers/media/pci/cx88/cx88-vbi.c                         |  9 ++++-----
 drivers/media/pci/cx88/cx88-video.c                       | 43 ++++++++++++++++++++++---------------------
 drivers/media/platform/nxp/dw100/dw100.c                  |  1 +
 drivers/media/platform/rockchip/rga/rga.c                 |  2 +-
 drivers/media/platform/samsung/exynos4-is/fimc-is.c       |  1 +
 drivers/media/usb/airspy/airspy.c                         |  4 ++++
 drivers/media/usb/tm6000/tm6000-video.c                   |  2 --
 include/uapi/linux/v4l2-controls.h                        |  2 +-
 include/uapi/linux/videodev2.h                            |  6 +++++-
 23 files changed, 59 insertions(+), 59 deletions(-)
 delete mode 100644 Documentation/userspace-api/media/v4l/async.rst

                 reply	other threads:[~2022-08-24 12:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=c370f027-09cc-cefa-05d8-aa0f866ca15d@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=linux-media@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.