linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.8] Various fixes
@ 2020-05-05 10:36 Hans Verkuil
  2020-05-05 10:46 ` [GIT PULL FOR v5.8] Various fixes (#63605) Jenkins
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Verkuil @ 2020-05-05 10:36 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit e51759f56d314d28c25be7606b03791f048e44c7:

  media: v4l2-ctrls.h: clarify the p_def argument of v4l2_ctrl_new_std_compound (2020-04-29 12:04:58 +0200)

are available in the Git repository at:

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

for you to fetch changes up to a42ecefb40c08538516ca9f1efa6499dec290721:

  media: cec: silence shift wrapping warning in __cec_s_log_addrs() (2020-05-05 12:31:46 +0200)

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

----------------------------------------------------------------
Arnd Bergmann (1):
      media: ti-vpe: avoid gcc-9 warning

Christophe JAILLET (1):
      media: sun8i: Fix an error handling path in 'deinterlace_runtime_resume()'

Dafna Hirschfeld (4):
      media: staging: rkisp1: rsz: get the capture format info from the capture struct
      media: staging: rkisp1: rsz: remove redundant if statement and add inline doc
      media: staging: rkisp1: rsz: change (hv)div only if capture format is YUV
      media: staging: rkisp1: cap: enable RGB capture format with YUV media bus

Dan Carpenter (1):
      media: cec: silence shift wrapping warning in __cec_s_log_addrs()

Greg Kroah-Hartman (1):
      staging: media: imx: no need to check return value of debugfs_create functions

Johan Jonker (1):
      dt-bindings: media: rockchip-vpu: fix interrupt-names

John Oldman (1):
      staging: media: usbvision: usbvision-core Correct spelling

Koji Matsuoka (1):
      media: rcar-csi2: Fix comment of VCDT/VCDT2 register

Maxime Jourdan (2):
      media: meson: vdec: enable mcrcc for VP9
      media: meson: vdec: fix another case of VP9 buffer shortage

Neil Armstrong (1):
      MAINTAINERS: update the Amlogic VDEC driver maintainer entry

Nícolas F. R. A. Prado (3):
      media: vimc: Support multiple media bus codes for each pixelformat
      media: vimc: Add missing {RGB,BGR,GBR}888 media bus codes
      media: vimc: deb: Add support for {RGB,BGR,GBR}888 bus formats on source pad

Steve Longerbeam (1):
      media: imx: utils: Default colorspace to SRGB

Zou Wei (1):
      media: cx231xx: Remove unneeded semicolon

 Documentation/devicetree/bindings/media/rockchip-vpu.yaml |  7 ++--
 MAINTAINERS                                               |  2 ++
 drivers/media/cec/core/cec-adap.c                         |  8 ++---
 drivers/media/platform/rcar-vin/rcar-csi2.c               |  4 +--
 drivers/media/platform/sunxi/sun8i-di/sun8i-di.c          |  6 ++--
 drivers/media/platform/ti-vpe/cal.c                       | 46 +++++++++++-------------
 drivers/media/test-drivers/vimc/vimc-common.c             | 83 ++++++++++++++++++++++++++++++--------------
 drivers/media/test-drivers/vimc/vimc-common.h             | 13 ++++++-
 drivers/media/test-drivers/vimc/vimc-debayer.c            | 71 ++++++++++++++++++++++++++++---------
 drivers/media/test-drivers/vimc/vimc-scaler.c             | 10 ++++--
 drivers/media/test-drivers/vimc/vimc-sensor.c             |  6 ++--
 drivers/media/usb/cx231xx/cx231xx-avcore.c                |  2 +-
 drivers/staging/media/imx/imx-media-utils.c               |  3 +-
 drivers/staging/media/imx/imx7-mipi-csis.c                | 29 +++-------------
 drivers/staging/media/meson/vdec/codec_vp9.c              | 72 ++++++++++++++++++++++++++++++--------
 drivers/staging/media/meson/vdec/esparser.c               | 24 ++++++-------
 drivers/staging/media/rkisp1/rkisp1-capture.c             |  6 +++-
 drivers/staging/media/rkisp1/rkisp1-resizer.c             | 26 +++++++++-----
 drivers/staging/media/usbvision/usbvision-core.c          |  2 +-
 19 files changed, 271 insertions(+), 149 deletions(-)

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

* Re: [GIT PULL FOR v5.8] Various fixes (#63605)
  2020-05-05 10:36 [GIT PULL FOR v5.8] Various fixes Hans Verkuil
@ 2020-05-05 10:46 ` Jenkins
  0 siblings, 0 replies; 3+ messages in thread
From: Jenkins @ 2020-05-05 10:46 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/63605/
Build log: https://builder.linuxtv.org/job/patchwork/49612/
Build time: 00:06:45
Link: https://lore.kernel.org/linux-media/0d19d00a-f419-fd67-d844-776720da2613@xs4all.nl

gpg: Signature made Tue 05 May 2020 10:35:23 AM UTC
gpg:                using RSA key AAA7FFBA4D2D77EF4CAEA1421326E0CD23ABDCE5
gpg: Good signature from "Hans Verkuil <hverkuil-cisco@xs4all.nl>" [unknown]
gpg:                 aka "Hans Verkuil <hverkuil@xs4all.nl>" [full]

Summary: 2 patches and/or PDF generation with issues, being 0 at build time

Error/warnings:


Error #256 when running cat patches/0019-media-cec-silence-shift-wrapping-warning-in-__cec_s_.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict:
$ cat patches/0019-media-cec-silence-shift-wrapping-warning-in-__cec_s_.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:30: WARNING: line over 80 characters


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

* [GIT PULL FOR v5.8] Various fixes
@ 2020-04-24 15:51 Hans Verkuil
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Verkuil @ 2020-04-24 15:51 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 4bdbff4da40584ec2225bb429b7c66ad54d19cda:

  media: tuners: Kconfig: add some missing VIDEO_V4L2 dependencies (2020-04-23 07:57:27 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.8d

for you to fetch changes up to c02407e73792d3a1149370314f6cc17de8bed7d2:

  v4l2-ctrls.h: clarify the p_def argument of v4l2_ctrl_new_std_compound (2020-04-24 16:01:33 +0200)

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

----------------------------------------------------------------
Hans Verkuil (3):
      vidioc-reqbufs/create-bufs.rst: fix typo
      cec-gpio: handle gpiod_get_value errors correctly
      v4l2-ctrls.h: clarify the p_def argument of v4l2_ctrl_new_std_compound

Lukas Bulwahn (1):
      MAINTAINERS: adjust entries to moving CEC USB drivers

Niklas Söderlund (1):
      vimc: cap: Report a colorspace

 Documentation/userspace-api/media/v4l/vidioc-create-bufs.rst |  2 +-
 Documentation/userspace-api/media/v4l/vidioc-reqbufs.rst     |  2 +-
 MAINTAINERS                                                  |  4 ++--
 drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c                       |  2 +-
 drivers/media/cec/platform/cec-gpio/cec-gpio.c               | 18 +++++++++++-------
 drivers/media/test-drivers/vimc/vimc-capture.c               |  5 ++++-
 drivers/media/test-drivers/vimc/vimc-debayer.c               |  2 +-
 drivers/media/test-drivers/vimc/vimc-scaler.c                |  2 +-
 drivers/media/test-drivers/vimc/vimc-sensor.c                |  2 +-
 include/media/cec-pin.h                                      | 16 +++++++---------
 include/media/v4l2-ctrls.h                                   |  4 +++-
 11 files changed, 33 insertions(+), 26 deletions(-)

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

end of thread, other threads:[~2020-05-05 10:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05 10:36 [GIT PULL FOR v5.8] Various fixes Hans Verkuil
2020-05-05 10:46 ` [GIT PULL FOR v5.8] Various fixes (#63605) Jenkins
  -- strict thread matches above, loose matches on Subject: below --
2020-04-24 15:51 [GIT PULL FOR v5.8] Various fixes Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).