All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.16] Various fixes
@ 2021-09-01 11:37 Hans Verkuil
  2021-09-01 12:06 ` [GIT PULL FOR v5.16] Various fixes (#76740) Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2021-09-01 11:37 UTC (permalink / raw)
  To: Linux Media Mailing List

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-01 12:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01 11:37 [GIT PULL FOR v5.16] Various fixes Hans Verkuil
2021-09-01 12:06 ` [GIT PULL FOR v5.16] Various fixes (#76740) Jenkins

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.