mbox series

[GIT,PULL,FOR,v5.18] v2: Various fixes/enhancements

Message ID cc4a6246-0aa1-1b7f-6acf-99ac1f61bbff@xs4all.nl (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.18] v2: Various fixes/enhancements | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.18l

Message

Hans Verkuil Feb. 22, 2022, 8:45 a.m. UTC
Changes since v1:

- Updated Daniel's cx88 patch to the v2 he posted.
- Rebased to latest staging tree

Regards,

	Hans

The following changes since commit 2b891d3980f6c255459d0e1c29ce2152ec7cf678:

  media: xilinx: csi2rxss: Use mipi-csi2.h (2022-02-17 10:32:26 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.18l

for you to fetch changes up to a4aadde0e87ed10ccd4580c1c4ee6344c7f1a984:

  media: meson-ir-tx: remove incorrect doc comment (2022-02-22 09:41:13 +0100)

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

----------------------------------------------------------------
Benjamin Gaignard (1):
      media: platform: mtk-vcodec: Do not force /dev/videoX node number

Christian Hewitt (1):
      drivers: meson: vdec: add VP9 support to GXM

Colin Ian King (5):
      media: saa7115: make static read-only array lcr2vbi const
      media: gspca: remove redundant assignment of variable n
      media: mtk-jpeg: remove redundant initialization of variable plane_fmt
      media: saa7134: remove redundant assignment to variable id
      media: saa7164: remove redundant assignment to variable idx

Dan Carpenter (1):
      media: usb: go7007: s2250-board: fix leak in probe()

Daniel González Cabanelas (1):
      media: cx88-mpeg: clear interrupt status register before streaming video

Dongliang Mu (1):
      media: em28xx: initialize refcount before kref_get

Gustavo A. R. Silva (1):
      media: usb: pwc-uncompress: Use struct_size() helper in pwc_decompress()

Hans Verkuil (1):
      pixfmt-yuv-planar.rst: fix typo: 'Cr, Cr' -> 'Cr, Cb'

Jammy Huang (5):
      media: aspeed: add comments and macro
      media: aspeed: Add macro for the fields of the mode-detect registers
      media: aspeed: Fix unstable timing detection
      media: aspeed: Use full swing as JFIF to fix incorrect color
      media: aspeed: Use of_device_get_match_data() helper

Jernej Skrabec (3):
      media: cedrus: Add watchdog for job completion
      media: cedrus: H265: Fix neighbour info buffer size
      media: cedrus: h264: Fix neighbour info buffer size

Julia Lawall (2):
      media: cx18: use GFP_KERNEL
      media: fsl-viu: use GFP_KERNEL

Mikhail Rudenko (1):
      media: sun6i-csi: fix colorspace in sun6i_video_try_fmt()

Ming Qian (2):
      media: imx-jpeg: fix a bug of accessing array out of bounds
      media: imx-jpeg: Set V4L2_BUF_FLAG_LAST at eos

Niklas Söderlund (3):
      media: rcar-vin: Refactor link notify
      media: rcar-vin: Breakout media link creation
      media: rcar-{csi2,vin}: Move to full Virtual Channel routing per CSI-2 IP

Rikard Falkeborn (1):
      media: go7007: Constify static struct snd_device_ops

Sean Young (1):
      media: meson-ir-tx: remove incorrect doc comment

Wang Qing (5):
      media: si21xx: use time_is_before_jiffies() instead of open coding it
      media: stv0299: use time_is_before_jiffies() instead of open coding it
      media: tda8083: use time_is_after_jiffies() instead of open coding it
      media: wl128x: use time_is_before_jiffies() instead of open coding it
      media: vivid: use time_is_after_jiffies() instead of open coding it

Xose Vazquez Perez (1):
      stkwebcam: add new Asus laptop to upside_down table

Yang Li (2):
      media: aspeed: Remove duplicated include in aspeed-video.c
      media: imx-jpeg: Remove unnecessary print function dev_err()

Yunfei Dong (1):
      media: uapi: Init VP9 stateless decode params

 Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst |  10 +-
 drivers/media/dvb-frontends/si21xx.c                        |   2 +-
 drivers/media/dvb-frontends/stv0299.c                       |   4 +-
 drivers/media/dvb-frontends/tda8083.c                       |   2 +-
 drivers/media/i2c/saa7115.c                                 |   2 +-
 drivers/media/pci/cx18/cx18-driver.c                        |   2 +-
 drivers/media/pci/cx88/cx88-mpeg.c                          |   3 +
 drivers/media/pci/saa7134/saa7134-video.c                   |   2 -
 drivers/media/pci/saa7164/saa7164-cmd.c                     |   1 -
 drivers/media/platform/aspeed-video.c                       |  86 ++++++++++++++---
 drivers/media/platform/fsl-viu.c                            |   2 +-
 drivers/media/platform/imx-jpeg/mxc-jpeg.c                  |  41 +++++++-
 drivers/media/platform/imx-jpeg/mxc-jpeg.h                  |   1 +
 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c             |   2 +-
 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c      |  27 +++---
 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_drv.c      |   2 +-
 drivers/media/platform/rcar-vin/rcar-core.c                 | 387 ++++++++++++++++++++++----------------------------------------------------
 drivers/media/platform/rcar-vin/rcar-csi2.c                 |  57 ++++++++++-
 drivers/media/platform/rcar-vin/rcar-dma.c                  |   2 +-
 drivers/media/platform/rcar-vin/rcar-vin.h                  |  18 +---
 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c        |   6 +-
 drivers/media/radio/wl128x/fmdrv_common.c                   |   3 +-
 drivers/media/rc/meson-ir-tx.c                              |   2 +-
 drivers/media/test-drivers/vivid/vivid-kthread-cap.c        |   3 +-
 drivers/media/test-drivers/vivid/vivid-kthread-out.c        |   3 +-
 drivers/media/test-drivers/vivid/vivid-kthread-touch.c      |   3 +-
 drivers/media/test-drivers/vivid/vivid-sdr-cap.c            |   3 +-
 drivers/media/usb/em28xx/em28xx-cards.c                     |   8 +-
 drivers/media/usb/go7007/s2250-board.c                      |  10 +-
 drivers/media/usb/go7007/snd-go7007.c                       |   2 +-
 drivers/media/usb/gspca/pac7302.c                           |   1 -
 drivers/media/usb/pwc/pwc-uncompress.c                      |   2 +-
 drivers/media/usb/stkwebcam/stk-webcam.c                    |   7 ++
 drivers/media/v4l2-core/v4l2-ctrls-core.c                   |   8 ++
 drivers/staging/media/meson/vdec/vdec_platform.c            |  12 +++
 drivers/staging/media/sunxi/cedrus/cedrus.c                 |   2 +
 drivers/staging/media/sunxi/cedrus/cedrus.h                 |   3 +
 drivers/staging/media/sunxi/cedrus/cedrus_dec.c             |   4 +
 drivers/staging/media/sunxi/cedrus/cedrus_h264.c            |   2 +-
 drivers/staging/media/sunxi/cedrus/cedrus_h265.c            |   2 +-
 drivers/staging/media/sunxi/cedrus/cedrus_hw.c              |  25 +++++
 drivers/staging/media/sunxi/cedrus/cedrus_hw.h              |   2 +
 42 files changed, 403 insertions(+), 363 deletions(-)

Comments

Jenkins Feb. 22, 2022, 9:29 a.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/cc4a6246-0aa1-1b7f-6acf-99ac1f61bbff@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/185097/
Build time: 00:27:24
Link: https://lore.kernel.org/linux-media/cc4a6246-0aa1-1b7f-6acf-99ac1f61bbff@xs4all.nl

gpg: Signature made Tue 22 Feb 2022 08:42:58 AM UTC
gpg:                using EDDSA key 52ADCAAE8A4F70B99ACD8D726B425DF79B1C1E76
gpg: Can't check signature: No public key

Summary: got 2/39 patches with issues, being 1 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0001-media-rcar-vin-Refactor-link-notify.patch:

    allyesconfig: return code #0:
	../scripts/genksyms/parse.y: warning: 9 shift/reduce conflicts [-Wconflicts-sr]
	../scripts/genksyms/parse.y: warning: 5 reduce/reduce conflicts [-Wconflicts-rr]
	../scripts/genksyms/parse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples

    allyesconfig: return code #0:
	../drivers/media/rc/meson-ir-tx.c:22: warning: expecting prototype for meson(). Prototype was for DEVICE_NAME() instead
	SMATCH:../drivers/media/usb/siano/smsusb.c ../drivers/media/usb/siano/smsusb.c:53:38: :warning: array of flexible structures
	SPARSE:../drivers/media/usb/siano/smsusb.c ../drivers/media/usb/siano/smsusb.c:53:38: warning: array of flexible structures
	../drivers/media/platform/qcom/venus/helpers.c: ../drivers/media/platform/qcom/venus/helpers.c:658 venus_helper_get_bufreq() error: we previously assumed 'req' could be null (see line 654)

   checkpatch.pl:
	$ cat patches/0001-media-rcar-vin-Refactor-link-notify.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:119: CHECK: Lines should not end with a '('

patches/0027-drivers-meson-vdec-add-VP9-support-to-GXM.patch:

   checkpatch.pl:
	$ cat patches/0027-drivers-meson-vdec-add-VP9-support-to-GXM.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:9: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)


Error #512 when building PDF docs