public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.14] Various fixes
@ 2021-06-19  9:31 Sean Young
  2021-06-19  9:58 ` [GIT PULL FOR v5.14] Various fixes (#75283) Jenkins
  0 siblings, 1 reply; 4+ messages in thread
From: Sean Young @ 2021-06-19  9:31 UTC (permalink / raw)
  To: linux-media

The following changes since commit 198bb646e8553e8abd8d83492a27b601ab97b75d:

  media: i2c: rdacm20: Re-work ov10635 reset (2021-06-17 12:08:55 +0200)

are available in the Git repository at:

  git://linuxtv.org/syoung/media_tree.git tags/v5.14c

for you to fetch changes up to 631d7e123d0521165fe815205e9f2286150a0586:

  media: usb: dvb-usb-v2: af9035: let subdrv autoselect enable si2168 and si2157 (2021-06-19 09:25:01 +0100)

----------------------------------------------------------------
v5.14c

----------------------------------------------------------------
Christophe JAILLET (1):
      media: cxd2880-spi: Fix an error handling path

Uwe Kleine-König (2):
      media: usb: dvb-usb-v2: af9035: report if i2c client isn't bound
      media: usb: dvb-usb-v2: af9035: let subdrv autoselect enable si2168 and si2157

lijian (4):
      media: rc: streamzap: Removed unnecessary 'return'
      media: rc: redrat3: Fix a typo
      media: rc: rc-main.c: deleted the repeated word
      media: dvb-frontends: cx24117: Delete 'break' after 'goto'

 drivers/media/dvb-frontends/cx24117.c | 1 -
 drivers/media/rc/rc-main.c            | 2 +-
 drivers/media/rc/redrat3.c            | 2 +-
 drivers/media/rc/streamzap.c          | 2 --
 drivers/media/spi/cxd2880-spi.c       | 7 +++++--
 drivers/media/usb/dvb-usb-v2/Kconfig  | 2 ++
 drivers/media/usb/dvb-usb-v2/af9035.c | 1 +
 7 files changed, 10 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [GIT PULL FOR v5.14] Various fixes
@ 2021-06-18 11:31 Hans Verkuil
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Verkuil @ 2021-06-18 11:31 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 198bb646e8553e8abd8d83492a27b601ab97b75d:

  media: i2c: rdacm20: Re-work ov10635 reset (2021-06-17 12:08:55 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.14r

for you to fetch changes up to 893948f9b4bdef7bdb27fb4fadc34e93c454f7ee:

  media: saa7164: remove redundant continue statement (2021-06-18 13:21:42 +0200)

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

----------------------------------------------------------------
Christophe JAILLET (1):
      media: saa7134: switch from 'pci_' to 'dma_' API

Colin Ian King (2):
      media: atomisp: remove redundant initialization of variable ret
      media: saa7164: remove redundant continue statement

Eugen Hristev (1):
      media: atmel: atmel-sama5d2-isc: fix YUYV format

Hans Verkuil (1):
      vivid: increase max number of allowed

Herman (5):
      drivers/media/pci/tw5864/Tw5864-reg.h: fix typo issues
      drivers/media/usb/gspca: fix typo Fliker -> Flicker
      drivers/media/platform/davinci/vpfe_capture.c : fix typo Proabably > Probably
      drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c : fix typo 'in deed imporant' > 'indeed important'
      drivers/media/platform/marvell-ccic/mcam-core.c : fix typo 'gettig' > 'getting'

Jernej Skrabec (2):
      media: hevc: Add segment address field
      media: cedrus: hevc: Add support for multiple slices

Krzysztof Hałasa (1):
      TDA1997x: enable EDID support

Shuah Khan (1):
      media: Fix Media Controller API config checks

Yang Yingliang (1):
      saa7134: convert list_for_each to entry variant

lijian (1):
      media: i2c: tvp5150: deleted the repeated word

 Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst |   3 +
 drivers/media/i2c/tda1997x.c                              |   1 +
 drivers/media/i2c/tvp5150.c                               |   2 +-
 drivers/media/mc/Makefile                                 |   2 +-
 drivers/media/pci/saa7134/saa7134-alsa.c                  |   4 +-
 drivers/media/pci/saa7134/saa7134-core.c                  |   7 ++-
 drivers/media/pci/saa7164/saa7164-cmd.c                   |   3 -
 drivers/media/pci/tw5864/tw5864-reg.h                     |   2 +-
 drivers/media/platform/atmel/atmel-sama5d2-isc.c          |  17 ++++++
 drivers/media/platform/davinci/vpfe_capture.c             |   2 +-
 drivers/media/platform/marvell-ccic/mcam-core.c           |   2 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c           |   2 +-
 drivers/media/test-drivers/vivid/vivid-cec.c              |   2 +-
 drivers/media/usb/gspca/vc032x.c                          |   6 +-
 drivers/media/usb/gspca/zc3xx.c                           | 134 ++++++++++++++++++++++----------------------
 drivers/staging/media/atomisp/i2c/ov5693/atomisp-ov5693.c |   2 +-
 drivers/staging/media/sunxi/cedrus/cedrus_h265.c          |  26 +++++----
 drivers/staging/media/sunxi/cedrus/cedrus_video.c         |   1 +
 include/media/hevc-ctrls.h                                |   3 +-
 include/media/media-dev-allocator.h                       |   2 +-
 20 files changed, 124 insertions(+), 99 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [GIT PULL FOR v5.14] Various fixes
@ 2021-06-15 13:37 Hans Verkuil
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Verkuil @ 2021-06-15 13:37 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 45040f675041956ad763f9ef139ecee3647aa8bb:

  media: hantro: IMX8M: add variant for G2/HEVC codec (2021-06-08 16:13:53 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.14n

for you to fetch changes up to e70643cf5bfa2787079f9d005685c1cd3b66e0df:

  mtk-vcodec: fix kerneldoc warnings (2021-06-15 15:36:39 +0200)

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

----------------------------------------------------------------
Christophe JAILLET (1):
      media: pci: cx88: switch from 'pci_' to 'dma_' API

Dillon Min (1):
      media: s5p-g2d: Fix a memory leak on ctx->fh.m2m_ctx

Evgeny Novikov (1):
      media: marvell-ccic: set error code in probe

Hans Verkuil (2):
      adv7842: remove spurious & and fix vga_edid size
      mtk-vcodec: fix kerneldoc warnings

Niklas Söderlund (1):
      rcar-csi2: Add support for Y10 and Y8

Piyush Thange (1):
      media: usb: cpia2: Fixed Coding Style issues

Rikard Falkeborn (2):
      media: imx-jpeg: Constify static struct v4l2_m2m_ops
      media: imx-jpeg: Constify static struct mxc_jpeg_fmt

Steve Longerbeam (1):
      media: imx-csi: Skip first few frames from a BT.656 source

Wolfram Sang (1):
      media: coda: set debugfs blobs to read only

lijian (1):
      media: v4l2-event: Modified variable type 'unsigned' to 'unsigned int'

 drivers/media/i2c/adv7842.c                        |   8 +--
 drivers/media/pci/cx88/cx88-alsa.c                 |   6 +--
 drivers/media/pci/cx88/cx88-blackbird.c            |   3 +-
 drivers/media/pci/cx88/cx88-core.c                 |   6 ++-
 drivers/media/pci/cx88/cx88-dvb.c                  |   3 +-
 drivers/media/pci/cx88/cx88-mpeg.c                 |   6 +--
 drivers/media/pci/cx88/cx88-vbi.c                  |   3 +-
 drivers/media/pci/cx88/cx88-video.c                |   5 +-
 drivers/media/platform/coda/coda-common.c          |   4 +-
 drivers/media/platform/imx-jpeg/mxc-jpeg.c         |  18 +++----
 drivers/media/platform/imx-jpeg/mxc-jpeg.h         |  18 +++----
 drivers/media/platform/marvell-ccic/cafe-driver.c  |  12 +++--
 drivers/media/platform/mtk-vcodec/mtk_vcodec_drv.h |  25 +++++----
 drivers/media/platform/mtk-vcodec/vdec_ipi_msg.h   |   2 +-
 drivers/media/platform/mtk-vcodec/venc_ipi_msg.h   |   4 +-
 drivers/media/platform/rcar-vin/rcar-csi2.c        |   2 +
 drivers/media/platform/s5p-g2d/g2d.c               |   3 ++
 drivers/media/usb/cpia2/cpia2_v4l.c                | 149 +++++++++++++++++++++++++--------------------------
 drivers/media/v4l2-core/v4l2-event.c               |   6 +--
 drivers/staging/media/imx/imx-media-csi.c          |  14 ++++-
 20 files changed, 164 insertions(+), 133 deletions(-)

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

end of thread, other threads:[~2021-06-19  9:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-19  9:31 [GIT PULL FOR v5.14] Various fixes Sean Young
2021-06-19  9:58 ` [GIT PULL FOR v5.14] Various fixes (#75283) Jenkins
  -- strict thread matches above, loose matches on Subject: below --
2021-06-18 11:31 [GIT PULL FOR v5.14] Various fixes Hans Verkuil
2021-06-15 13:37 Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox