All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.11] v2: Various fixes
@ 2020-11-05 13:50 Hans Verkuil
  2020-11-05 14:15 ` [GIT PULL FOR v5.11] v2: Various fixes (#68660) Jenkins
  2020-11-05 17:06 ` [GIT PULL FOR v5.11] v2: Various fixes Mauro Carvalho Chehab
  0 siblings, 2 replies; 5+ messages in thread
From: Hans Verkuil @ 2020-11-05 13:50 UTC (permalink / raw)
  To: Linux Media Mailing List

Supersedes https://patchwork.linuxtv.org/project/linux-media/patch/01dbfda7-c126-8b8b-4af5-2cc767b34e19@xs4all.nl/

The only change is that two patches from Jernej were added.

Regards,

	Hans

The following changes since commit dfe3d19bd092cefb184c6e65b881602c793edd33:

  Merge tag 'v5.10-rc1' into patchwork (2020-10-29 09:03:21 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.11e

for you to fetch changes up to 451afd8c2a0a889105c27f16a38a8897086532f3:

  media: cedrus: Add support for R40 (2020-11-05 14:44:59 +0100)

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

----------------------------------------------------------------
Dafna Hirschfeld (2):
      media: uapi: add MEDIA_BUS_FMT_METADATA_FIXED media bus format.
      media: staging: rkisp1: isp: set metadata pads to MEDIA_BUS_FMT_METADATA_FIXED

Evgeny Novikov (1):
      media: isif: reset global state

Ezequiel Garcia (2):
      coda: coda_buffer_meta housekeeping fix
      coda: Add a V4L2 user for control error macroblocks count

Hsin-Yi Wang (1):
      media: mtk-vcodec: remove allocated dma_parms

Jernej Skrabec (2):
      dt-bindings: media: allwinner,sun4i-a10-video-engine: Add R40 compatible
      media: cedrus: Add support for R40

Liu Shixin (1):
      media: media/pci: simplify the return expression of verify_window_lock

Yu Kuai (6):
      media: platform: add missing put_device() call in mtk_jpeg_clk_init()
      media: platform: add missing put_device() call in mtk_jpeg_probe() and mtk_jpeg_remove()
      media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_dec_pm()
      media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_dec_pm()
      media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_enc_pm()
      media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_enc_pm()

Zhang Qilong (2):
      media: staging: rkisp1: cap: fix runtime PM imbalance on error
      media: cedrus: fix reference leak in cedrus_start_streaming

 .../devicetree/bindings/media/allwinner,sun4i-a10-video-engine.yaml  |  1 +
 Documentation/userspace-api/media/v4l/subdev-formats.rst             | 27 +++++++++++++++++
 drivers/media/pci/bt8xx/bttv-driver.c                                | 12 +++-----
 drivers/media/platform/coda/coda-bit.c                               | 52 +++++++++++++++++++++++++++-----
 drivers/media/platform/coda/coda-common.c                            | 18 +++++++++++
 drivers/media/platform/coda/coda.h                                   | 11 +++++++
 drivers/media/platform/davinci/isif.c                                | 11 +++++--
 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c                      |  9 ++++++
 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c               |  9 +-----
 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_pm.c                | 19 ++++++++----
 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_drv.c               |  9 +-----
 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_pm.c                | 28 ++++++++++++-----
 drivers/staging/media/rkisp1/TODO                                    |  1 -
 drivers/staging/media/rkisp1/rkisp1-capture.c                        |  1 +
 drivers/staging/media/rkisp1/rkisp1-isp.c                            |  8 ++---
 drivers/staging/media/sunxi/cedrus/cedrus.c                          |  9 ++++++
 drivers/staging/media/sunxi/cedrus/cedrus_video.c                    |  4 ++-
 include/uapi/linux/media-bus-format.h                                |  8 +++++
 include/uapi/linux/v4l2-controls.h                                   |  6 ++++
 19 files changed, 191 insertions(+), 52 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [GIT PULL FOR v5.11] (v2) Various fixes
@ 2020-11-16  8:27 Hans Verkuil
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Verkuil @ 2020-11-16  8:27 UTC (permalink / raw)
  To: Linux Media Mailing List

Changes since v1:

Updated v4l2-compat-ioctl32.c with v2: the original version failed to compile
if CONFIG_COMPAT_32BIT_TIME was not set. Updated the daily build to have two
64-bit architectures where this config option is unset to capture such issues
in the future.

Regards,

	Hans

The following changes since commit 0ab4f9087ea94ff92dc2ae68180faaf6bd443021:

  media: platform: add missing put_device() call in mtk_jpeg_probe() and mtk_jpeg_remove() (2020-11-05 18:03:11 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.11g

for you to fetch changes up to 05ef6d1b6e956edeccd73a7d8fc1b92dad26c25e:

  v4l2-compat-ioctl32.c: add missing #ifdef CONFIG_COMPAT_32BIT_TIMEs (2020-11-16 09:24:22 +0100)

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

----------------------------------------------------------------
Dikshita Agarwal (1):
      v4l2-ctrls: allow V4L2_CTRL_TYPE_BUTTON with request api

Hans Verkuil (2):
      saa7134: improve f->fmt.win.clips NULL check
      v4l2-compat-ioctl32.c: add missing #ifdef CONFIG_COMPAT_32BIT_TIMEs

Qinglang Miao (1):
      media: solo6x10: fix missing snd_card_free in error handling case

Sakari Ailus (1):
      vim2m: Register video device after setting up internals

Zebediah Figura (1):
      media: cx231xx: Use snd_card_free_when_closed() instead of snd_card_free().

 drivers/media/pci/saa7134/saa7134-video.c     |  6 ++++--
 drivers/media/pci/solo6x10/solo6x10-g723.c    |  2 +-
 drivers/media/test-drivers/vim2m.c            | 20 +++++++++++---------
 drivers/media/usb/cx231xx/cx231xx-audio.c     |  2 +-
 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 23 ++++++++++++++++++-----
 drivers/media/v4l2-core/v4l2-ctrls.c          |  6 +-----
 6 files changed, 36 insertions(+), 23 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [GIT PULL FOR v5.11] (v2) Various fixes
@ 2020-10-30 15:20 Hans Verkuil
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Verkuil @ 2020-10-30 15:20 UTC (permalink / raw)
  To: Linux Media Mailing List

Change since v1: dropped "media: cedrus: h264: Fix check for presence of scaling matrix"

(that patch needs to go to v5.10)

Regards,

	Hans

The following changes since commit dfe3d19bd092cefb184c6e65b881602c793edd33:

  Merge tag 'v5.10-rc1' into patchwork (2020-10-29 09:03:21 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 247f4f5c609453bdbb8d04b205d3c3382de3417f:

  media: staging: rkisp1: rsz: make const array static, makes object smaller (2020-10-30 11:38:12 +0100)

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

----------------------------------------------------------------
Colin Ian King (2):
      media: tm6000: Fix sizeof() mismatches
      media: staging: rkisp1: rsz: make const array static, makes object smaller

Deepak R Varma (2):
      staging: media: imx: remove commented code
      staging: media: imx: remove unnecessary variable use

Gustavo A. R. Silva (1):
      media: pxa_camera: Use fallthrough pseudo-keyword

Hans Verkuil (2):
      cec-core.rst/cec-ioc-g-mode.rst: fix typos in monitor-all description
      cec-core: first mark device unregistered, then wake up fhs

Lukas Bulwahn (1):
      MAINTAINERS: rectify ZR36067 VIDEO FOR LINUX DRIVER section

Niklas Söderlund (5):
      rcar-vin: Use scratch buffer when not in running state
      rcar-vin: Remove handling of user-space buffers when stopping
      rcar-vin: Cache the CSI-2 channel selection value
      rcar-vin: Break out hardware start and stop to new methods
      rcar-vin: Add support for suspend and resume

Robert Foss (1):
      MAINTAINERS: camss: Add Robert Foss as co-maintainer

Thomas Gleixner (3):
      media: Bulk remove BUG_ON(in_interrupt())
      media: au0828: Consolidate dmesg output
      media: cx231xx: Consolidate dmesg output

Tom Rix (1):
      media: remove unneeded break

Yu Kuai (5):
      media: platform: add missing put_device() call in mtk_jpeg_clk_init()
      media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_dec_pm()
      media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_dec_pm()
      media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_enc_pm()
      media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_enc_pm()

 Documentation/driver-api/media/cec-core.rst              |   2 +-
 Documentation/userspace-api/media/cec/cec-ioc-g-mode.rst |   2 +-
 MAINTAINERS                                              |  15 ++---
 drivers/media/cec/core/cec-core.c                        |   4 +-
 drivers/media/common/saa7146/saa7146_fops.c              |   2 -
 drivers/media/dvb-frontends/drx39xyj/drxj.c              |   7 ---
 drivers/media/dvb-frontends/drxd_hard.c                  |   1 -
 drivers/media/dvb-frontends/nxt200x.c                    |  16 ------
 drivers/media/dvb-frontends/si21xx.c                     |   2 -
 drivers/media/pci/bt8xx/bttv-risc.c                      |   1 -
 drivers/media/pci/cx23885/cx23885-core.c                 |   1 -
 drivers/media/pci/cx25821/cx25821-core.c                 |   1 -
 drivers/media/platform/fsl-viu.c                         |   2 -
 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c          |   1 +
 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_pm.c    |  19 +++++--
 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_pm.c    |  28 +++++++---
 drivers/media/platform/pxa_camera.c                      |   4 +-
 drivers/media/platform/rcar-vin/rcar-core.c              |  51 +++++++++++++++++
 drivers/media/platform/rcar-vin/rcar-dma.c               | 129 +++++++++++++++++++++++--------------------
 drivers/media/platform/rcar-vin/rcar-vin.h               |  15 +++--
 drivers/media/tuners/mt2063.c                            |   1 -
 drivers/media/usb/au0828/au0828-video.c                  |   5 +-
 drivers/media/usb/cx231xx/cx231xx-core.c                 |  10 ++--
 drivers/media/usb/cx231xx/cx231xx-vbi.c                  |   5 +-
 drivers/media/usb/tm6000/tm6000-video.c                  |   7 +--
 drivers/media/usb/zr364xx/zr364xx.c                      |   2 -
 drivers/staging/media/imx/imx-media-csi.c                |  10 +---
 drivers/staging/media/rkisp1/rkisp1-resizer.c            |   6 +-
 28 files changed, 196 insertions(+), 153 deletions(-)

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

end of thread, other threads:[~2020-11-16  8:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-05 13:50 [GIT PULL FOR v5.11] v2: Various fixes Hans Verkuil
2020-11-05 14:15 ` [GIT PULL FOR v5.11] v2: Various fixes (#68660) Jenkins
2020-11-05 17:06 ` [GIT PULL FOR v5.11] v2: Various fixes Mauro Carvalho Chehab
  -- strict thread matches above, loose matches on Subject: below --
2020-11-16  8:27 [GIT PULL FOR v5.11] (v2) " Hans Verkuil
2020-10-30 15:20 Hans Verkuil

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.