mbox series

[GIT,PULL,FOR,v5.13] Various fixes

Message ID 2b1c3894-0de4-fdbb-5fd5-004765a5a5ea@xs4all.nl (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.13] Various fixes | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.13j

Message

Hans Verkuil March 16, 2021, 8:28 a.m. UTC
The following changes since commit 1c5ab1e2286f4ca6347744e9d4cace5fad5ffa39:

  Merge tag 'v5.12-rc2' into patchwork (2021-03-07 17:46:50 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.13j

for you to fetch changes up to a19a42501dcae664335e7377bd421a2a823077ad:

  radio-si476x: rectify spelling and grammar (2021-03-16 09:23:47 +0100)

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

----------------------------------------------------------------
Bhaskar Chowdhury (1):
      media: pci: saa7164: Rudimentary spelling fixes in the file saa7164-types.h

Daniel Niv (1):
      media/saa7164: fix saa7164_encoder_register() memory leak bugs

Fabio Estevam (2):
      media: camera-mx2: Remove unused header file
      media: camera-mx3: Remove unused header file

Hans Verkuil (6):
      media/usb/gspca/w996Xcf.c: /** -> /*
      v4l2-dev.c: show which events are requested by poll()
      v4l2-ioctl.c: fix timestamp format
      gspca/sq905.c: fix uninitialized variable
      v4l2-ctrls.c: initialize flags field of p_fwht_params
      ext-ctrls-codec.rst: fix typos

Liu Ying (1):
      media: docs: Fix data organization of MEDIA_BUS_FMT_RGB101010_1X30

Ricardo Ribalda (1):
      media: videobuf2: Explicitly state max size of planes

Xiaofeng Cao (2):
      media: Correct 'so'
      radio-si476x: rectify spelling and grammar

 Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst | 12 +++++------
 Documentation/userspace-api/media/v4l/subdev-formats.rst  |  4 ++--
 drivers/media/Kconfig                                     |  2 +-
 drivers/media/pci/saa7164/saa7164-encoder.c               | 20 +++++++++--------
 drivers/media/pci/saa7164/saa7164-types.h                 |  4 ++--
 drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c     |  2 +-
 drivers/media/radio/radio-si476x.c                        |  6 +++---
 drivers/media/usb/gspca/sq905.c                           |  2 +-
 drivers/media/usb/gspca/w996Xcf.c                         |  3 +--
 drivers/media/v4l2-core/v4l2-ctrls.c                      |  2 ++
 drivers/media/v4l2-core/v4l2-dev.c                        |  5 +++--
 drivers/media/v4l2-core/v4l2-ioctl.c                      |  2 +-
 include/linux/platform_data/media/camera-mx2.h            | 31 --------------------------
 include/linux/platform_data/media/camera-mx3.h            | 43 -------------------------------------
 include/media/videobuf2-core.h                            |  6 ++++--
 15 files changed, 38 insertions(+), 106 deletions(-)
 delete mode 100644 include/linux/platform_data/media/camera-mx2.h
 delete mode 100644 include/linux/platform_data/media/camera-mx3.h

Comments

Jenkins March 16, 2021, 8:51 a.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/2b1c3894-0de4-fdbb-5fd5-004765a5a5ea@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/94498/
Build time: 00:09:18
Link: https://lore.kernel.org/linux-media/2b1c3894-0de4-fdbb-5fd5-004765a5a5ea@xs4all.nl

gpg: Signature made Tue 16 Mar 2021 08:27:35 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]
gpg: Note: This key has expired!
Primary key fingerprint: 052C DE7B C215 053B 689F  1BCA BD2D 6148 6614 3B4C
     Subkey fingerprint: AAA7 FFBA 4D2D 77EF 4CAE  A142 1326 E0CD 23AB DCE5

Summary: got 3/14 patches with issues, being 0 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0007-v4l2-ioctl.c-fix-timestamp-format.patch:

   checkpatch.pl:
	$ cat patches/0007-v4l2-ioctl.c-fix-timestamp-format.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:23: WARNING: Avoid logging continuation uses where feasible
	-:24: CHECK: Alignment should match open parenthesis

patches/0012-media-camera-mx2-Remove-unused-header-file.patch:

   checkpatch.pl:
	$ cat patches/0012-media-camera-mx2-Remove-unused-header-file.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:17: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

patches/0013-media-camera-mx3-Remove-unused-header-file.patch:

   checkpatch.pl:
	$ cat patches/0013-media-camera-mx3-Remove-unused-header-file.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:17: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


Error #512 when building PDF docs