mbox series

[GIT,PULL,FOR,v5.5] Add AllWinner deinterlace driver

Message ID 53668630-da7b-fc23-dd05-275234d7a0d3@xs4all.nl (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.5] Add AllWinner deinterlace driver | expand

Pull-request

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

Message

Hans Verkuil Oct. 24, 2019, 7:41 a.m. UTC
The following changes since commit 6ce1d376d33eb775331b36a38afa28f9f08945e3:

  media: docs-rst: Document m2m stateless video decoder interface (2019-10-21 07:43:45 -0300)

are available in the Git repository at:

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

for you to fetch changes up to 79ed94cde557d2bc7fb27b9d2ab42d40891e98d9:

  media: sun4i: Add H3 deinterlace driver (2019-10-24 09:28:00 +0200)

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

----------------------------------------------------------------
Jernej Skrabec (2):
      dt-bindings: media: Add Allwinner H3 Deinterlace binding
      media: sun4i: Add H3 deinterlace driver

 .../devicetree/bindings/media/allwinner,sun8i-h3-deinterlace.yaml    |   76 +++
 MAINTAINERS                                                          |    8 +
 drivers/media/platform/Kconfig                                       |   13 +
 drivers/media/platform/sunxi/Makefile                                |    1 +
 drivers/media/platform/sunxi/sun8i-di/Makefile                       |    2 +
 drivers/media/platform/sunxi/sun8i-di/sun8i-di.c                     | 1028 ++++++++++++++++++++++++++++++
 drivers/media/platform/sunxi/sun8i-di/sun8i-di.h                     |  237 +++++++
 7 files changed, 1365 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/allwinner,sun8i-h3-deinterlace.yaml
 create mode 100644 drivers/media/platform/sunxi/sun8i-di/Makefile
 create mode 100644 drivers/media/platform/sunxi/sun8i-di/sun8i-di.c
 create mode 100644 drivers/media/platform/sunxi/sun8i-di/sun8i-di.h

Comments

Jenkins Oct. 24, 2019, 7:52 a.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/59618/
Build log: https://builder.linuxtv.org/job/patchwork/21797/
Build time: 00:02:27
Link: https://lore.kernel.org/linux-media/53668630-da7b-fc23-dd05-275234d7a0d3@xs4all.nl

gpg: Signature made Thu 24 Oct 2019 07:31:02 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: 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/0001-dt-bindings-media-Add-Allwinner-H3-Deinterlace-bindi.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0001-dt-bindings-media-Add-Allwinner-H3-Deinterlace-bindi.patch
patches/0001-dt-bindings-media-Add-Allwinner-H3-Deinterlace-bindi.patch:19: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0002-media-sun4i-Add-H3-deinterlace-driver.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0002-media-sun4i-Add-H3-deinterlace-driver.patch
patches/0002-media-sun4i-Add-H3-deinterlace-driver.patch:68: WARNING: please write a paragraph that describes the config symbol fully
patches/0002-media-sun4i-Add-H3-deinterlace-driver.patch:1222: CHECK: Prefer using the BIT macro