All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: Linux Media Mailing List <linux-media@vger.kernel.org>,
	Rick Chang <rick.chang@mediatek.com>,
	Matthias Brugger <matthias.bgg@gmail.com>
Subject: [GIT PULL FOR v4.11] MediaTek JPEG encoder
Date: Mon, 13 Feb 2017 11:52:07 +0100	[thread overview]
Message-ID: <0e07065d-9e0a-6ce7-9b39-197b04f4f67c@xs4all.nl> (raw)

Hi Mauro,

This adds the MediaTek JPEG encoder to the media subsystem.

This patch https://patchwork.linuxtv.org/patch/38645/ needs to go through
Matthias Brugger, so you need to coordinate with him for which kernel this
driver will be merged. This pull request is for 4.11, but since it is so
late in the cycle I can understand if this slips to 4.12.

In any case, this should be coordinated.

Regards,

	Hans

The following changes since commit 9eeb0ed0f30938f31a3d9135a88b9502192c18dd:

  [media] mtk-vcodec: fix build warnings without DEBUG (2017-02-08 12:08:20 -0200)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v4.11e

for you to fetch changes up to 0f492f30d15aec43248fbdd4d6ceea8f495f4457:

  vcodec: mediatek: Add Maintainers entry for Mediatek JPEG driver (2017-02-13 11:35:29 +0100)

----------------------------------------------------------------
Rick Chang (3):
      dt-bindings: mediatek: Add a binding for Mediatek JPEG Decoder
      vcodec: mediatek: Add Mediatek JPEG Decoder Driver
      vcodec: mediatek: Add Maintainers entry for Mediatek JPEG driver

 Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt |   37 +
 MAINTAINERS                                                       |    7 +
 drivers/media/platform/Kconfig                                    |   15 +
 drivers/media/platform/Makefile                                   |    2 +
 drivers/media/platform/mtk-jpeg/Makefile                          |    2 +
 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c                   | 1306 +++++++++++++++++++++++++++++++++
 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.h                   |  139 ++++
 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.c                     |  417 +++++++++++
 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.h                     |   91 +++
 drivers/media/platform/mtk-jpeg/mtk_jpeg_parse.c                  |  160 ++++
 drivers/media/platform/mtk-jpeg/mtk_jpeg_parse.h                  |   25 +
 drivers/media/platform/mtk-jpeg/mtk_jpeg_reg.h                    |   58 ++
 12 files changed, 2259 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
 create mode 100644 drivers/media/platform/mtk-jpeg/Makefile
 create mode 100644 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c
 create mode 100644 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.h
 create mode 100644 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.c
 create mode 100644 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.h
 create mode 100644 drivers/media/platform/mtk-jpeg/mtk_jpeg_parse.c
 create mode 100644 drivers/media/platform/mtk-jpeg/mtk_jpeg_parse.h
 create mode 100644 drivers/media/platform/mtk-jpeg/mtk_jpeg_reg.h

             reply	other threads:[~2017-02-13 10:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-13 10:52 Hans Verkuil [this message]
2017-02-13 12:00 ` [GIT PULL FOR v4.11] MediaTek JPEG encoder Mauro Carvalho Chehab
2017-02-16 10:51   ` Matthias Brugger

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=0e07065d-9e0a-6ce7-9b39-197b04f4f67c@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=rick.chang@mediatek.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.