linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.13] Various fixes
@ 2021-03-25  8:53 Hans Verkuil
  2021-03-25  9:19 ` [GIT PULL FOR v5.13] Various fixes (#72624) Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2021-03-25  8:53 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 97b34809ec240d82c82af97626c2071a4062e0e6:

  media: staging: atomisp: reduce kernel stack usage (2021-03-23 16:55:52 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 50e4b86dc9d649e4c1348feec131d12bc5758d28:

  vivid: update EDID (2021-03-25 09:52:09 +0100)

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

----------------------------------------------------------------
Bhaskar Chowdhury (3):
      media: atomisp: fix a typo
      media: entity: A typo fix
      media: cx88: Fix a typo

Colin Ian King (2):
      media: imx-jpeg: Fix spelling mistake "Canot" -> "Cannot"
      media: imx-jpeg: Pass the v4l2_jpeg_header header argument by reference

Dafna Hirschfeld (1):
      media: rkisp1: uapi: document which flags/structs relate to statistics config

Ezequiel Garcia (1):
      media: hantro: fix kernel-doc warnings and style

Hans Verkuil (8):
      allegro-dvt/nal-h264.h: fix kernel-doc: hdr -> hrd
      s3c-camif/camif-core.h: fix kernel-doc warnings
      s5p-jpeg/jpeg-core.h: fix kernel-doc warnings
      exynos-gsc/gsc-core.h: fix kernel-doc warnings
      exynos4-is: fix kernel-doc warnings
      s5p-mfc/s5p_mfc_common.h: fix kernel-doc warnings
      cobalt: fix initial EDID
      vivid: update EDID

Muhammad Usama Anjum (1):
      media: em28xx: fix memory leak

Wei Yongjun (2):
      media: imx-jpeg: Fix error return code in mxc_jpeg_probe()
      media: imx-jpeg: Fix return value check in mxc_jpeg_attach_pm_domains()

Xiaofeng Cao (1):
      drivers/media/pci/bt8xx/bttv-cards: fix typos

 drivers/media/pci/bt8xx/bttv-cards.c            | 20 ++++++++++----------
 drivers/media/pci/cobalt/cobalt-driver.c        | 10 +++++-----
 drivers/media/pci/cx88/cx88-cards.c             |  2 +-
 drivers/media/platform/allegro-dvt/nal-h264.h   |  2 +-
 drivers/media/platform/exynos-gsc/gsc-core.h    | 19 +++++++++++++------
 drivers/media/platform/exynos4-is/fimc-core.h   | 10 ++++++++--
 drivers/media/platform/exynos4-is/fimc-isp.h    | 17 ++++++++++++-----
 drivers/media/platform/exynos4-is/fimc-lite.h   |  2 ++
 drivers/media/platform/exynos4-is/fimc-reg.h    |  1 +
 drivers/media/platform/exynos4-is/media-dev.h   |  7 ++++++-
 drivers/media/platform/imx-jpeg/mxc-jpeg.c      | 22 ++++++++++++----------
 drivers/media/platform/s3c-camif/camif-core.h   | 16 +++++++++++++---
 drivers/media/platform/s5p-jpeg/jpeg-core.h     |  5 ++++-
 drivers/media/platform/s5p-mfc/s5p_mfc_common.h | 28 ++++++++++++++--------------
 drivers/media/test-drivers/vivid/vivid-core.c   |  6 +++---
 drivers/media/usb/em28xx/em28xx-dvb.c           |  1 +
 drivers/staging/media/atomisp/i2c/gc2235.h      |  2 +-
 drivers/staging/media/hantro/hantro_hw.h        | 12 ++++++++++++
 include/media/media-entity.h                    |  2 +-
 include/uapi/linux/rkisp1-config.h              | 16 ++++++++--------
 20 files changed, 128 insertions(+), 72 deletions(-)

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

* Re: [GIT PULL FOR v5.13] Various fixes (#72624)
  2021-03-25  8:53 [GIT PULL FOR v5.13] Various fixes Hans Verkuil
@ 2021-03-25  9:19 ` Jenkins
  0 siblings, 0 replies; 2+ messages in thread
From: Jenkins @ 2021-03-25  9:19 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/040ce89b-442d-3a2a-f574-6ec223df245a@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/95795/
Build time: 00:13:25
Link: https://lore.kernel.org/linux-media/040ce89b-442d-3a2a-f574-6ec223df245a@xs4all.nl

gpg: Signature made Thu 25 Mar 2021 08:52:18 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/19 patches with issues, being 0 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0014-cobalt-fix-initial-EDID.patch:

   checkpatch.pl:
	$ cat patches/0014-cobalt-fix-initial-EDID.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:9: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)

patches/0015-drivers-media-pci-bt8xx-bttv-cards-fix-typos.patch:

   checkpatch.pl:
	$ cat patches/0015-drivers-media-pci-bt8xx-bttv-cards-fix-typos.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:60: WARNING: space prohibited between function name and open parenthesis '('

patches/0019-vivid-update-EDID.patch:

   checkpatch.pl:
	$ cat patches/0019-vivid-update-EDID.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


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

end of thread, other threads:[~2021-03-25  9:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25  8:53 [GIT PULL FOR v5.13] Various fixes Hans Verkuil
2021-03-25  9:19 ` [GIT PULL FOR v5.13] Various fixes (#72624) Jenkins

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).