mbox series

[GIT,PULL,FOR,v5.7] Various fixes, add i.MX8MQ hantro support

Message ID 270c0340-e052-7466-4a7b-2155a643d35f@xs4all.nl (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.7] Various fixes, add i.MX8MQ hantro support | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.7m

Message

Hans Verkuil March 24, 2020, 1:07 p.m. UTC
Various fixes that should go into v5.7.

Also add hantro support for the i.MX8MQ. It's a bit late in the cycle, but it
is similar to adding a card for a USB or PCI driver in that it doesn't touch
the existing hardware that supports the hantro IP.

Regards,

	Hans

The following changes since commit af72bc8cd6ab32be2105129f05eb4502f45577df:

  media: siano: Use scnprintf() for avoiding potential buffer overflow (2020-03-20 16:28:07 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.7m

for you to fetch changes up to 2bcbf79e4823f48c2546251271fd7b86bc38107c:

  media: mtk-vpu: load vpu firmware from the new location (2020-03-24 13:50:59 +0100)

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

----------------------------------------------------------------
Ezequiel Garcia (1):
      hantro: Add linux-rockchip mailing list to MAINTAINERS

Hans Verkuil (1):
      vivid: fix incorrect PA assignment to HDMI outputs

Jernej Skrabec (1):
      media: cedrus: h264: Fix 4K decoding on H6

Matt Ranostay (1):
      media: i2c: video-i2c: fix build errors due to 'imply hwmon'

Philipp Zabel (3):
      media: dt-bindings: Document i.MX8MQ VPU bindings
      media: hantro: add initial i.MX8MQ support
      media: MAINTAINERS: add myself to co-maintain Hantro G1/G2 for i.MX8MQ

Rui Wang (1):
      media: mtk-vpu: load vpu firmware from the new location

 Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml |  77 +++++++++++++++
 MAINTAINERS                                                 |   3 +
 drivers/media/i2c/video-i2c.c                               |   2 +-
 drivers/media/platform/mtk-vpu/mtk_vpu.c                    |  16 ++-
 drivers/media/platform/vivid/vivid-core.c                   |   4 +-
 drivers/staging/media/hantro/Kconfig                        |  16 ++-
 drivers/staging/media/hantro/Makefile                       |   3 +
 drivers/staging/media/hantro/hantro_drv.c                   |   3 +
 drivers/staging/media/hantro/hantro_hw.h                    |   1 +
 drivers/staging/media/hantro/imx8m_vpu_hw.c                 | 220 +++++++++++++++++++++++++++++++++++++++++
 drivers/staging/media/sunxi/cedrus/cedrus_h264.c            |   6 +-
 11 files changed, 340 insertions(+), 11 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml
 create mode 100644 drivers/staging/media/hantro/imx8m_vpu_hw.c

Comments

Jenkins March 24, 2020, 1:16 p.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/62458/
Build log: https://builder.linuxtv.org/job/patchwork/43704/
Build time: 00:06:13
Link: https://lore.kernel.org/linux-media/270c0340-e052-7466-4a7b-2155a643d35f@xs4all.nl

gpg: Signature made Tue 24 Mar 2020 01:02:38 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: 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/0003-vivid-fix-incorrect-PA-assignment-to-HDMI-outputs.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0003-vivid-fix-incorrect-PA-assignment-to-HDMI-outputs.patch
patches/0003-vivid-fix-incorrect-PA-assignment-to-HDMI-outputs.patch:28: WARNING: line over 80 characters

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0004-media-dt-bindings-Document-i.MX8MQ-VPU-bindings.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0004-media-dt-bindings-Document-i.MX8MQ-VPU-bindings.patch
patches/0004-media-dt-bindings-Document-i.MX8MQ-VPU-bindings.patch:17: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0005-media-hantro-add-initial-i.MX8MQ-support.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0005-media-hantro-add-initial-i.MX8MQ-support.patch
patches/0005-media-hantro-add-initial-i.MX8MQ-support.patch:45: WARNING: please write a paragraph that describes the config symbol fully
patches/0005-media-hantro-add-initial-i.MX8MQ-support.patch:97: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0007-media-i2c-video-i2c-fix-build-errors-due-to-imply-hw.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0007-media-i2c-video-i2c-fix-build-errors-due-to-imply-hw.patch
patches/0007-media-i2c-video-i2c-fix-build-errors-due-to-imply-hw.patch:12: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)