All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [GIT PULL FOR v5.16] Various fixes
Date: Wed, 1 Sep 2021 13:37:29 +0200	[thread overview]
Message-ID: <7151eb26-7cea-aff8-24e5-587266b700c0@xs4all.nl> (raw)

The following changes since commit d62cd4d277cc711f781a7bdec4109c6148529b25:

  media: uvcvideo: Remove unused including <linux/version.h> (2021-08-21 09:11:04 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.16c

for you to fetch changes up to 1ff8a1958e10f52762323ab98ad84bd417c4bd24:

  gspca: Limit frame size to sizeimage. (2021-09-01 13:29:39 +0200)

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

----------------------------------------------------------------
Cai Huoqing (3):
      media: smsusb: Use usb_get_dev() for the reference count of udev
      media: videobuf2: Convert to SPDX identifier
      media: vim2m: Remove repeated verbose license text

Chad Fraleigh (1):
      gspca: Limit frame size to sizeimage.

Christophe JAILLET (4):
      media: mtk-vpu: Fix a resource leak in the error handling path of 'mtk_vpu_probe()'
      media: imx-jpeg: Fix the error handling path of 'mxc_jpeg_probe()'
      media: pci/ivtv: switch from 'pci_' to 'dma_' API
      media: switch from 'pci_' to 'dma_' API

Dafna Hirschfeld (1):
      media: mtk-vcodec: venc: fix return value when start_streaming fails

Dan Carpenter (1):
      media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt()

Deborah Brouwer (1):
      media: vivid: add signal-free time for cec message xfer

Evgeny Novikov (1):
      media: vidtv: Fix memory leak in remove

Ezequiel Garcia (1):
      media: Request API is no longer experimental

Fabio Estevam (2):
      media: imx7.rst: Provide an example for imx6ull-evk capture
      media: imx: TODO: Remove items that are already supported

Hans Verkuil (1):
      cec-pin: fix off-by-one SFT check

Liu Shixin (1):
      media: pvrusb2: Replaced simple_strtol() with kstrtoint()

Nadezda Lutovinova (1):
      media: s5p-mfc: Add checking to s5p_mfc_probe().

Nil Yi (1):
      media: usb: airspy: clean the freed pointer and counter

Tom Rix (2):
      media: TDA1997x: handle short reads of hdmi info frame.
      media: camss: vfe: simplify vfe_get_wm_sizes()

Tuo Li (1):
      media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()

Zev Weiss (1):
      media: aspeed-video: ignore interrupts that aren't enabled

lijian (1):
      media: via-camera: deleted these redundant semicolons

 Documentation/admin-guide/media/imx7.rst              |  60 +++++++++
 drivers/media/cec/core/cec-pin.c                      |   4 +-
 drivers/media/common/videobuf2/videobuf2-core.c       |   5 +-
 drivers/media/common/videobuf2/videobuf2-dma-contig.c |   5 +-
 drivers/media/common/videobuf2/videobuf2-dma-sg.c     |   5 +-
 drivers/media/common/videobuf2/videobuf2-memops.c     |   5 +-
 drivers/media/common/videobuf2/videobuf2-v4l2.c       |   5 +-
 drivers/media/common/videobuf2/videobuf2-vmalloc.c    |   5 +-
 drivers/media/firewire/firedtv-avc.c                  |  14 +-
 drivers/media/firewire/firedtv-ci.c                   |   2 +
 drivers/media/i2c/tda1997x.c                          |   8 +-
 drivers/media/mc/Kconfig                              |   8 --
 drivers/media/pci/cobalt/cobalt-driver.c              |   4 +-
 drivers/media/pci/cx18/cx18-driver.c                  |   2 +-
 drivers/media/pci/cx18/cx18-queue.c                   |  13 +-
 drivers/media/pci/cx18/cx18-streams.c                 |  16 +--
 drivers/media/pci/ddbridge/ddbridge-main.c            |   4 +-
 drivers/media/pci/intel/ipu3/ipu3-cio2-main.c         |   2 +-
 drivers/media/pci/ivtv/ivtv-driver.c                  |   2 +-
 drivers/media/pci/ivtv/ivtv-queue.c                   |  18 +--
 drivers/media/pci/ivtv/ivtv-streams.c                 |  22 ++--
 drivers/media/pci/ivtv/ivtv-udma.c                    |  19 ++-
 drivers/media/pci/ivtv/ivtv-yuv.c                     |  10 +-
 drivers/media/pci/netup_unidvb/netup_unidvb_core.c    |   2 +-
 drivers/media/pci/pluto2/pluto2.c                     |  20 +--
 drivers/media/pci/pt1/pt1.c                           |   2 +-
 drivers/media/pci/tw5864/tw5864-core.c                |   2 +-
 drivers/media/platform/aspeed-video.c                 |  16 +--
 drivers/media/platform/imx-jpeg/mxc-jpeg.c            |   2 +
 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c    |   8 +-
 drivers/media/platform/mtk-vpu/mtk_vpu.c              |   5 +-
 drivers/media/platform/qcom/camss/camss-vfe-4-1.c     |  20 +--
 drivers/media/platform/qcom/camss/camss-vfe-4-7.c     |  10 +-
 drivers/media/platform/qcom/camss/camss-vfe-4-8.c     |   9 +-
 drivers/media/platform/s5p-mfc/s5p_mfc.c              |   6 +-
 drivers/media/platform/via-camera.c                   |   6 +-
 drivers/media/test-drivers/vidtv/vidtv_bridge.c       |   1 +
 drivers/media/test-drivers/vim2m.c                    |   5 -
 drivers/media/test-drivers/vivid/vivid-cec.c          | 341 +++++++++++++++++++++++++++----------------------
 drivers/media/test-drivers/vivid/vivid-cec.h          |   9 +-
 drivers/media/test-drivers/vivid/vivid-core.c         |  38 +++---
 drivers/media/test-drivers/vivid/vivid-core.h         |  23 ++--
 drivers/media/usb/airspy/airspy.c                     |   5 +-
 drivers/media/usb/gspca/gspca.c                       |   2 +
 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c              |  25 +---
 drivers/media/usb/siano/smsusb.c                      |   3 +-
 drivers/staging/media/imx/TODO                        |   5 -
 47 files changed, 426 insertions(+), 377 deletions(-)

             reply	other threads:[~2021-09-01 11:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-01 11:37 Hans Verkuil [this message]
2021-09-01 12:06 ` [GIT PULL FOR v5.16] Various fixes (#76740) Jenkins
2021-10-04 13:52 [GIT PULL FOR v5.16] Various fixes Hans Verkuil

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=7151eb26-7cea-aff8-24e5-587266b700c0@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.