mbox series

[GIT,PULL,FOR,v6.1] Various fixes

Message ID ec5af138-c27a-f58c-5efa-98742a001949@xs4all.nl
State New
Headers show
Series [GIT,PULL,FOR,v6.1] Various fixes | expand

Pull-request

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

Message

Hans Verkuil Sept. 6, 2022, 11:02 a.m. UTC
The following changes since commit fbb6c848dd89786fe24856ee6b5e773910ded29c:

  media: destage Hantro VPU driver (2022-08-31 10:23:50 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 63f23fdcdf69bb920bd69cd00a9563d780ae382e:

  meson: vdec: fix possible refcount leak in vdec_probe() (2022-09-06 13:00:09 +0200)

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

----------------------------------------------------------------
Dan Carpenter (1):
      media: platform: mtk-mdp3: fix error code in mdp_vpu_dev_init()

Daniel Lundberg Pedersen (1):
      media: docs: libv4l-introduction.rst: Fix function signature and link

Hangyu Hua (1):
      meson: vdec: fix possible refcount leak in vdec_probe()

Hans Verkuil (5):
      s5p_cec: limit msg.len to CEC_MAX_MSG_SIZE
      cros-ec-cec: limit msg.len to CEC_MAX_MSG_SIZE
      v4l2-ctrls: drop 'elems' argument from control type ops.
      dvb-frontends/drxk: initialize err to 0
      media: cec: add support for Absolute Volume Control

Jilin Yuan (3):
      usb/msi2500: fix repeated words in comments
      usb/dvb-usb-v2: fix repeated words in comments
      pci/cx18: fix repeated words in comments

Linus Walleij (2):
      media: i2c: isl7998x: Use right include
      media: si4713: Use the right include

Lukas Bulwahn (2):
      media: MAINTAINERS: adjust entry to zoran driver movement
      media: MAINTAINERS: rectify entry in SAA7146 VIDEO4LINUX-2 DRIVER

Ming Qian (1):
      media: amphion: release m2m ctx when releasing vpu instance

Moudy Ho (1):
      media: platform: mtk-mdp3: add pointer checks and use devm_kfree

Philipp Zabel (1):
      media: coda: jpeg: drop coda9_jpeg_dec_huff_setup() return value

Rory Liu (1):
      media: platform: cros-ec: Add Kuldax to the match table

Sun Ke (1):
      media: platform: mtk-mdp3: fix PM reference leak in mdp_comp_clock_on()

ye xingchen (2):
      media: radio-si476x: Remove the unneeded result variable
      media: tuners: Remove the unneeded result variable

 Documentation/userspace-api/media/cec.h.rst.exceptions        |  2 ++
 Documentation/userspace-api/media/v4l/libv4l-introduction.rst |  4 ++--
 MAINTAINERS                                                   |  3 +--
 drivers/media/cec/core/cec-adap.c                             |  1 +
 drivers/media/cec/platform/cros-ec/cros-ec-cec.c              |  4 ++++
 drivers/media/cec/platform/s5p/s5p_cec.c                      |  2 ++
 drivers/media/dvb-frontends/drxk_hard.c                       |  2 +-
 drivers/media/i2c/isl7998x.c                                  |  2 +-
 drivers/media/pci/cx18/cx18-av-core.c                         |  4 ++--
 drivers/media/platform/amphion/vpu_v4l2.c                     | 11 ++++-------
 drivers/media/platform/chips-media/coda-jpeg.c                | 13 +++----------
 drivers/media/platform/mediatek/mdp3/mtk-mdp3-cmdq.c          |  2 +-
 drivers/media/platform/mediatek/mdp3/mtk-mdp3-comp.c          |  7 ++++---
 drivers/media/platform/mediatek/mdp3/mtk-mdp3-core.c          |  3 ++-
 drivers/media/platform/mediatek/mdp3/mtk-mdp3-vpu.c           |  3 ++-
 drivers/media/platform/nxp/dw100/dw100.c                      |  4 ++--
 drivers/media/radio/radio-si476x.c                            |  5 +----
 drivers/media/radio/si4713/si4713.c                           |  2 +-
 drivers/media/tuners/xc4000.c                                 |  4 +---
 drivers/media/usb/dvb-usb-v2/af9035.c                         |  2 +-
 drivers/media/usb/msi2500/msi2500.c                           |  2 +-
 drivers/media/v4l2-core/v4l2-ctrls-api.c                      |  8 ++++----
 drivers/media/v4l2-core/v4l2-ctrls-core.c                     | 19 ++++++++++---------
 drivers/staging/media/meson/vdec/vdec.c                       |  2 ++
 include/media/v4l2-ctrls.h                                    | 28 +++++++++++-----------------
 include/uapi/linux/cec-funcs.h                                | 14 ++++++++++++++
 include/uapi/linux/cec.h                                      |  2 ++
 27 files changed, 82 insertions(+), 73 deletions(-)