mbox series

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

Message ID e47a67f8-da88-b0af-d59a-bf54f28e56c1@xs4all.nl (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.6] Various fixes/enhancements | expand

Pull-request

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

Message

Hans Verkuil Dec. 13, 2019, 10:48 a.m. UTC
The following changes since commit da090bf60370c9ad6ede4e76adbf37ce79b84791:

  media: Drop superfluous ioctl PCM ops (2019-12-13 09:33:22 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 425738b4771df9c973bf8d233835b198ba141677:

  media: vimc: Implement get/set selection in sink (2019-12-13 11:37:05 +0100)

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

----------------------------------------------------------------
Eugen Hristev (8):
      media: atmel: atmel-isc-base: allow 8 bit direct dump
      media: atmel: atmel-isc-base: add support for Y10 format
      media: atmel: atmel-isc-base: properly initialize pad_cfg
      media: atmel: atmel-isc-base: fix enum calls default format
      media: atmel: atmel-isc-base: initialize the try_crop for the pads in try_fmt
      media: atmel: atmel-isi: add support for mono sensors, GRAY and Y16
      media: atmel: atmel-isi: properly initialize pad_cfg
      media: atmel: atmel-isi: initialize the try_crop for the pads in try_fmt

Guilherme Alcarde Gallo (1):
      media: vimc: Implement get/set selection in sink

Hans Verkuil (1):
      pixfmt-tch-td16/tu16.rst: document that this is little endian

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

Maxime Jourdan (1):
      media: meson: vdec: add g12a platform

Neil Armstrong (4):
      dt-bindings: media: amlogic,vdec: convert to yaml
      dt-bindings: media: amlogic,gx-vdec: add bindings for G12A family
      dt-bindings: media: amlogic,gx-vdec: add bindings for SM1 family
      media: meson: vdec: add sm1 platform

Niklas Söderlund (2):
      dt-bindings: rcar-vin: Remove paragraph about aliases
      dt-bindings: rcar-vin: Document compatibility string for R8A77470

Philipp Zabel (6):
      media: coda: do not skip finish_run if aborting
      media: coda: jpeg: merge Huffman table bits and values
      media: coda: jpeg: add JPEG register definitions for CODA960
      media: coda: jpeg: add CODA960 JPEG encoder support
      media: coda: remove redundant platform_get_irq error message
      media: coda: avoid hardware lockups with more than 13 capture buffers

Rui Miguel Silva (1):
      media: imx7-mipi-csis: remove subdev_notifier

Wei Yongjun (1):
      media: sun8i: Remove redundant dev_err call in deinterlace_probe()

 Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml | 141 ++++++++
 Documentation/devicetree/bindings/media/amlogic,vdec.txt     |  72 ----
 Documentation/devicetree/bindings/media/renesas,vin.txt      |   4 +-
 Documentation/media/uapi/v4l/pixfmt-tch-td16.rst             |  34 +-
 Documentation/media/uapi/v4l/pixfmt-tch-tu16.rst             |  34 +-
 drivers/media/platform/atmel/atmel-isc-base.c                |  94 ++++--
 drivers/media/platform/atmel/atmel-isi.c                     |  42 ++-
 drivers/media/platform/atmel/atmel-isi.h                     |   2 +
 drivers/media/platform/coda/coda-bit.c                       |  29 +-
 drivers/media/platform/coda/coda-common.c                    |  45 ++-
 drivers/media/platform/coda/coda-jpeg.c                      | 746 ++++++++++++++++++++++++++++++++++++++++--
 drivers/media/platform/coda/coda.h                           |   3 +
 drivers/media/platform/coda/coda_regs.h                      |  83 +++++
 drivers/media/platform/coda/trace.h                          |  10 +
 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c           |   9 +-
 drivers/media/platform/sunxi/sun8i-di/sun8i-di.c             |   5 +-
 drivers/media/platform/vimc/vimc-scaler.c                    | 166 +++++++++-
 drivers/staging/media/imx/imx7-mipi-csis.c                   |   3 -
 drivers/staging/media/meson/vdec/vdec.c                      |  16 +-
 drivers/staging/media/meson/vdec/vdec.h                      |   1 +
 drivers/staging/media/meson/vdec/vdec_1.c                    |  29 +-
 drivers/staging/media/meson/vdec/vdec_platform.c             |  60 ++++
 drivers/staging/media/meson/vdec/vdec_platform.h             |   4 +
 23 files changed, 1427 insertions(+), 205 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml
 delete mode 100644 Documentation/devicetree/bindings/media/amlogic,vdec.txt

Comments

Jenkins Dec. 13, 2019, 11:06 a.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/60699/
Build log: https://builder.linuxtv.org/job/patchwork/29010/
Build time: 00:16:07
Link: https://lore.kernel.org/linux-media/e47a67f8-da88-b0af-d59a-bf54f28e56c1@xs4all.nl

gpg: Signature made Fri 13 Dec 2019 10:46:44 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]

Summary: 4 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/0004-media-coda-jpeg-add-CODA960-JPEG-encoder-support.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0004-media-coda-jpeg-add-CODA960-JPEG-encoder-support.patch
patches/0004-media-coda-jpeg-add-CODA960-JPEG-encoder-support.patch:38: WARNING: line over 80 characters
patches/0004-media-coda-jpeg-add-CODA960-JPEG-encoder-support.patch:890: CHECK: Alignment should match open parenthesis
patches/0004-media-coda-jpeg-add-CODA960-JPEG-encoder-support.patch:895: CHECK: Alignment should match open parenthesis

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0007-dt-bindings-media-amlogic-vdec-convert-to-yaml.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0007-dt-bindings-media-amlogic-vdec-convert-to-yaml.patch
patches/0007-dt-bindings-media-amlogic-vdec-convert-to-yaml.patch:22: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
patches/0007-dt-bindings-media-amlogic-vdec-convert-to-yaml.patch:138: 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/0013-media-atmel-atmel-isc-base-add-support-for-Y10-forma.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0013-media-atmel-atmel-isc-base-add-support-for-Y10-forma.patch
patches/0013-media-atmel-atmel-isc-base-add-support-for-Y10-forma.patch:51: CHECK: Macro argument reuse 'mbus_code' - possible side-effects?

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0017-media-atmel-atmel-isi-add-support-for-mono-sensors-G.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0017-media-atmel-atmel-isi-add-support-for-mono-sensors-G.patch
patches/0017-media-atmel-atmel-isi-add-support-for-mono-sensors-G.patch:61: CHECK: Prefer using the BIT macro