All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.6] v2: Various fixes
@ 2020-01-08 12:50 Hans Verkuil
  2020-01-08 13:12 ` Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2020-01-08 12:50 UTC (permalink / raw)
  To: Linux Media Mailing List

Changes since v1 (https://patchwork.linuxtv.org/patch/60987/):

Added missing Signed-off-by for my revert patch.

Regards,

	Hans

The following changes since commit 1dc8b65c944e5cfce3d830a5b97b42be185a1984:

  media: v4l2-core: only zero-out ioctl-read buffers (2020-01-08 13:27:58 +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 15ae773937f42867ea965cf6d0358b7bf88d05c2:

  cec: remove unused functions (2020-01-08 13:46:29 +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(-)

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

* Re: [GIT PULL FOR v5.6] v2: Various fixes
  2020-01-08 12:50 [GIT PULL FOR v5.6] v2: Various fixes Hans Verkuil
@ 2020-01-08 13:12 ` Jenkins
  0 siblings, 0 replies; 2+ messages in thread
From: Jenkins @ 2020-01-08 13:12 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/61063/
Build log: https://builder.linuxtv.org/job/patchwork/32763/
Build time: 00:12:20
Link: https://lore.kernel.org/linux-media/8dc5aad1-ae76-85f5-de05-8a7d2b340a3e@xs4all.nl

gpg: Signature made Wed 08 Jan 2020 12:46:41 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


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

end of thread, other threads:[~2020-01-08 13:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-08 12:50 [GIT PULL FOR v5.6] v2: Various fixes Hans Verkuil
2020-01-08 13:12 ` Jenkins

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.