linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Cc: emil.velikov@collabora.com
Subject: [GIT PULL FOR v5.14] Microchip SAMA5D4 VPU support
Date: Wed, 5 May 2021 16:29:50 +0200	[thread overview]
Message-ID: <d674ef0f-b73d-ca99-6287-66545edc72aa@xs4all.nl> (raw)

Thank you, Emil!

	Hans

The following changes since commit 0b276e470a4d43e1365d3eb53c608a3d208cabd4:

  media: coda: fix macroblocks count control usage (2021-04-15 13:23:26 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.14c

for you to fetch changes up to 9a66affa6ff0d21cafc5af8f21edd328f3eaf009:

  media: hantro: add initial SAMA5D4 support (2021-05-05 16:13:09 +0200)

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

----------------------------------------------------------------
Emil Velikov (8):
      media: hantro: use G1_REG_INTERRUPT directly for the mpeg2
      media: hantro: imx: reuse MB_DIM define
      media: hantro: imx: remove duplicate dec_base init
      media: hantro: imx: remove unused include
      media: hantro: introduce hantro_g1.c for common API
      media: hantro: add fallback handling for single irq/clk
      media: dt-bindings: Document SAMA5D4 VDEC bindings
      media: hantro: add initial SAMA5D4 support

 Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml |  47 +++++++++++++
 drivers/staging/media/hantro/Kconfig                                |  10 ++-
 drivers/staging/media/hantro/Makefile                               |   4 ++
 drivers/staging/media/hantro/hantro_drv.c                           |  40 ++++++++---
 drivers/staging/media/hantro/hantro_g1.c                            |  39 +++++++++++
 drivers/staging/media/hantro/hantro_g1_mpeg2_dec.c                  |   5 +-
 drivers/staging/media/hantro/hantro_hw.h                            |   4 ++
 drivers/staging/media/hantro/imx8m_vpu_hw.c                         |  27 +-------
 drivers/staging/media/hantro/rk3288_vpu_hw.c                        |  36 ++--------
 drivers/staging/media/hantro/sama5d4_vdec_hw.c                      | 117 ++++++++++++++++++++++++++++++++
 10 files changed, 261 insertions(+), 68 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml
 create mode 100644 drivers/staging/media/hantro/hantro_g1.c
 create mode 100644 drivers/staging/media/hantro/sama5d4_vdec_hw.c

             reply	other threads:[~2021-05-05 14:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-05 14:29 Hans Verkuil [this message]
2021-05-05 14:41 ` [GIT PULL FOR v5.14] Microchip SAMA5D4 VPU support (#74084) Jenkins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d674ef0f-b73d-ca99-6287-66545edc72aa@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=emil.velikov@collabora.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).