mbox series

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

Message ID 2337b954-6d92-319f-91d9-caa66713571e@xs4all.nl (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.6] Various fixes | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.6h

Message

Hans Verkuil Jan. 6, 2020, 1:36 p.m. UTC
The following changes since commit 51e40a0dbe53cebe1f4b85bb47e250dc5a89b254:

  media: sun4i-csi: Add support for A10 CSI1 camera sensor interface (2020-01-04 08:21:35 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.6h

for you to fetch changes up to ab568ba9fc3fd0b262e925fefa199320584a7d98:

  cec: remove unused functions (2020-01-06 14:06:05 +0100)

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

----------------------------------------------------------------
Aditya Pakki (2):
      media: cx231xx: replace BUG_ON with recovery code
      media: saa7146: Avoid using BUG_ON as an assertion

Daniel Gomez (1):
      media: v4l2: Fix fourcc names for 12b and 14b packed bayer

Dmitry Osipenko (3):
      media: staging: tegra-vde: Select IOVA unconditionally in Kconfig
      media: staging: tegra-vde: Sort headers alphabetically
      media: staging: tegra-vde: Use __maybe_unused attribute instead of ifdef

Hans Verkuil (2):
      Revert "media: v4l2: Fix fourcc names for BAYER12P"
      cec: remove unused functions

Helen Koike (1):
      media: v4l2-rect.h: fix v4l2_rect_map_inside() top/left adjustments

Jia-Ju Bai (1):
      media: sti: bdisp: fix a possible sleep-in-atomic-context bug in bdisp_device_run()

Ma Feng (1):
      media: pvrusb2: Remove unneeded semicolon and add newline

Wolfram Sang (5):
      media: pci: cx23885: convert to i2c_new_scanned_device
      media: pci: cx88: convert to i2c_new_scanned_device
      media: pci: bt8xx: convert to i2c_new_scanned_device
      media: pci: cx18: convert to i2c_new_scanned_device
      media: pci: ivtv: convert to i2c_new_scanned_device

 Documentation/media/uapi/v4l/pixfmt-srggb12p.rst |  2 +-
 Documentation/media/uapi/v4l/pixfmt-srggb14p.rst |  2 +-
 drivers/media/cec/cec-core.c                     | 21 +--------------------
 drivers/media/cec/cec-notifier.c                 | 37 ++-----------------------------------
 drivers/media/cec/cec-priv.h                     |  2 +-
 drivers/media/common/saa7146/saa7146_video.c     |  6 ++++--
 drivers/media/pci/bt8xx/bttv-input.c             |  6 +++---
 drivers/media/pci/cx18/cx18-i2c.c                |  2 +-
 drivers/media/pci/cx23885/cx23885-i2c.c          |  4 ++--
 drivers/media/pci/cx88/cx88-input.c              |  2 +-
 drivers/media/pci/ivtv/ivtv-i2c.c                |  6 +++---
 drivers/media/pci/ivtv/ivtv-i2c.h                |  2 +-
 drivers/media/platform/sti/bdisp/bdisp-hw.c      |  6 +++---
 drivers/media/usb/cx231xx/cx231xx-i2c.c          |  3 ++-
 drivers/media/usb/pvrusb2/pvrusb2-encoder.c      |  4 ++--
 drivers/staging/media/tegra-vde/Kconfig          |  2 +-
 drivers/staging/media/tegra-vde/vde.c            |  6 ++----
 drivers/staging/media/tegra-vde/vde.h            |  2 +-
 include/media/cec-notifier.h                     | 27 ---------------------------
 include/media/cec.h                              | 46 ----------------------------------------------
 include/media/v4l2-rect.h                        |  8 ++++----
 21 files changed, 36 insertions(+), 160 deletions(-)

Comments

Jenkins Jan. 6, 2020, 1:54 p.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/60987/
Build log: https://builder.linuxtv.org/job/patchwork/32479/
Build time: 00:13:30
Link: https://lore.kernel.org/linux-media/2337b954-6d92-319f-91d9-caa66713571e@xs4all.nl

gpg: Signature made Mon 06 Jan 2020 01:34:08 PM 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 ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0002-media-v4l2-Fix-fourcc-names-for-12b-and-14b-packed-b.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0002-media-v4l2-Fix-fourcc-names-for-12b-and-14b-packed-b.patch
patches/0002-media-v4l2-Fix-fourcc-names-for-12b-and-14b-packed-b.patch:6: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0010-media-pci-bt8xx-convert-to-i2c_new_scanned_device.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0010-media-pci-bt8xx-convert-to-i2c_new_scanned_device.patch
patches/0010-media-pci-bt8xx-convert-to-i2c_new_scanned_device.patch:35: WARNING: line over 80 characters