[GIT,PULL,FOR,v5.5] Various fixes and enhancements

Message ID ff5eacbd-f3c5-f5d9-88a1-a74ff6ff36f7@xs4all.nl (mailing list archive)
State Accepted, archived
Headers
Series [GIT,PULL,FOR,v5.5] Various fixes and enhancements |

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.5r

Message

Hans Verkuil Nov. 9, 2019, 3:01 p.m. UTC
  The following changes since commit b0b1c88f1c19aeedb260d1889a7d19838617c97c:

  media: arm64: dts: allwinner: beelink-gs1: Add rc-beelink-gs1 keymap (2019-11-09 09:17:26 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.5r

for you to fetch changes up to abcad34ef8966113959c8deed3592ae661fb2f1d:

  vicodec: media_device_cleanup was called too early (2019-11-09 15:29:09 +0100)

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

----------------------------------------------------------------
Chuhong Yuan (1):
      media: si470x-i2c: add missed operations in remove

Dafna Hirschfeld (1):
      media: vimc: upon streaming, check that the pipeline starts with a source entity

Hans Verkuil (3):
      v4l2-ioctl.c: zero reserved fields for S/TRY_FMT
      vim2m: media_device_cleanup was called too early
      vicodec: media_device_cleanup was called too early

Hirokazu Honda (1):
      media: mtk-vcodec: Remove extra area allocation in an input buffer on encoding

Jernej Skrabec (3):
      media: cedrus: Properly signal size in mode register
      media: cedrus: Fix H264 4k support
      media: cedrus: Increase maximum supported size

Navid Emamdoost (1):
      media: aspeed-video: Fix memory leaks in aspeed_video_probe

Philipp Zabel (2):
      media: coda: disable encoder compose selections
      media: coda: disable decoder crop selections

Pi-Hsun Shih (1):
      media: v4l2-ctrl: Lock main_hdl on operations of requests_queued.

Pragnesh Patel (1):
      media: dt-bindings: Fix building error for dt_binding_check

Simon Horman (1):
      dt-bindings: sh-mobile-ceu: Remove now unimplemented bindings documentation

zhong jiang (1):
      media: v4l2: Use FIELD_SIZEOF directly

 Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml |  2 +-
 Documentation/devicetree/bindings/media/sh_mobile_ceu.txt            | 17 ------
 drivers/media/platform/aspeed-video.c                                |  3 +-
 drivers/media/platform/coda/coda-common.c                            |  6 ++-
 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c                   |  9 ++--
 drivers/media/platform/vicodec/vicodec-core.c                        |  4 +-
 drivers/media/platform/vim2m.c                                       |  4 +-
 drivers/media/platform/vimc/vimc-common.c                            | 10 ++++
 drivers/media/platform/vimc/vimc-common.h                            |  8 +++
 drivers/media/platform/vimc/vimc-streamer.c                          | 13 ++++-
 drivers/media/radio/si470x/radio-si470x-i2c.c                        |  2 +
 drivers/media/v4l2-core/v4l2-ctrls.c                                 |  7 +++
 drivers/media/v4l2-core/v4l2-ioctl.c                                 | 26 ++++-----
 drivers/staging/media/sunxi/cedrus/cedrus.h                          |  7 +++
 drivers/staging/media/sunxi/cedrus/cedrus_h264.c                     | 93 ++++++++++++++++++++++++++++----
 drivers/staging/media/sunxi/cedrus/cedrus_h265.c                     |  2 +-
 drivers/staging/media/sunxi/cedrus/cedrus_hw.c                       |  9 +++-
 drivers/staging/media/sunxi/cedrus/cedrus_hw.h                       |  2 +-
 drivers/staging/media/sunxi/cedrus/cedrus_mpeg2.c                    |  2 +-
 drivers/staging/media/sunxi/cedrus/cedrus_regs.h                     | 13 +++++
 drivers/staging/media/sunxi/cedrus/cedrus_video.c                    |  4 +-
 21 files changed, 183 insertions(+), 60 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/media/sh_mobile_ceu.txt
  

Comments

Jenkins Nov. 9, 2019, 3:21 p.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/59983/
Build log: https://builder.linuxtv.org/job/patchwork/24142/
Build time: 00:10:32
Link: https://lore.kernel.org/linux-media/ff5eacbd-f3c5-f5d9-88a1-a74ff6ff36f7@xs4all.nl

gpg: Signature made Sat 09 Nov 2019 02:56:59 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: 3 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/0001-dt-bindings-sh-mobile-ceu-Remove-now-unimplemented-b.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0001-dt-bindings-sh-mobile-ceu-Remove-now-unimplemented-b.patch
patches/0001-dt-bindings-sh-mobile-ceu-Remove-now-unimplemented-b.patch:10: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)
patches/0001-dt-bindings-sh-mobile-ceu-Remove-now-unimplemented-b.patch:10: ERROR: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 43a445f188e1 ("media: sh_mobile_ceu_camera: remove obsolete soc_camera driver")'
patches/0001-dt-bindings-sh-mobile-ceu-Remove-now-unimplemented-b.patch:22: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
patches/0001-dt-bindings-sh-mobile-ceu-Remove-now-unimplemented-b.patch:25: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.txt

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0015-vim2m-media_device_cleanup-was-called-too-early.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0015-vim2m-media_device_cleanup-was-called-too-early.patch
patches/0015-vim2m-media_device_cleanup-was-called-too-early.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/0016-vicodec-media_device_cleanup-was-called-too-early.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0016-vicodec-media_device_cleanup-was-called-too-early.patch
patches/0016-vicodec-media_device_cleanup-was-called-too-early.patch:6: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)