All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Cc: Jacopo Mondi <jacopo+renesas@jmondi.org>,
	Nicolas Dufresne <nicolas@ndufresne.ca>
Subject: [GIT PULL FOR v5.18] De-stage imx7-mipi-csis & some fixes
Date: Tue, 22 Feb 2022 16:57:10 +0100	[thread overview]
Message-ID: <234e557c-69b9-b4fe-44c4-7995739cd6ed@xs4all.nl> (raw)

The following changes since commit 2b891d3980f6c255459d0e1c29ce2152ec7cf678:

  media: xilinx: csi2rxss: Use mipi-csi2.h (2022-02-17 10:32:26 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.18q

for you to fetch changes up to d889819d68088a5c02e0d51625fead9b18902795:

  doc: media: Document VP9 reference_mode miss-placement (2022-02-22 16:51:35 +0100)

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

----------------------------------------------------------------
Jacopo Mondi (8):
      media: imx: De-stage imx7-mipi-csis
      media: imx: Rename imx7-mipi-csis.c to imx-mipi-csis.c
      media: imx: imx7-media-csi: Use dual sampling for YUV 1X16
      media: imx: imx-mipi-csis: Set PIXEL_MODE for YUV422
      media: imx: imx-mipi-csis: Add RGB565_1X16
      media: imx: imx-mipi-csis: Add BGR888
      media: imx: imx-mipi-csis: Add output format
      media: imx: imx8mq-mipi-csi2: Remove YUV422 2X8

Nicolas Dufresne (3):
      media: v4l2-core: Initialize h264 scaling matrix
      doc: media: Document MM21 tiled format
      doc: media: Document VP9 reference_mode miss-placement

 Documentation/admin-guide/media/imx7.rst                                                  |  2 +-
 .../devicetree/bindings/media/{nxp,imx7-mipi-csi2.yaml => nxp,imx-mipi-csi2.yaml}         |  2 +-
 Documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst                       |  7 ++++-
 Documentation/userspace-api/media/v4l/pixfmt-reserved.rst                                 | 15 +++-------
 Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst                               |  6 ++++
 MAINTAINERS                                                                               |  4 +--
 drivers/media/platform/Kconfig                                                            |  1 +
 drivers/media/platform/Makefile                                                           |  1 +
 drivers/media/platform/imx/Kconfig                                                        | 24 ++++++++++++++++
 drivers/media/platform/imx/Makefile                                                       |  1 +
 drivers/{staging/media/imx/imx7-mipi-csis.c => media/platform/imx/imx-mipi-csis.c}        | 67 ++++++++++++++++++++++++++++++++++++++++++---
 drivers/media/v4l2-core/v4l2-ctrls-core.c                                                 | 10 +++++++
 drivers/staging/media/imx/Makefile                                                        |  1 -
 drivers/staging/media/imx/TODO                                                            | 25 +++++++++++++++++
 drivers/staging/media/imx/imx7-media-csi.c                                                | 32 +++++++++++++++++++---
 drivers/staging/media/imx/imx8mq-mipi-csi2.c                                              |  7 +++--
 16 files changed, 177 insertions(+), 28 deletions(-)
 rename Documentation/devicetree/bindings/media/{nxp,imx7-mipi-csi2.yaml => nxp,imx-mipi-csi2.yaml} (98%)
 create mode 100644 drivers/media/platform/imx/Kconfig
 create mode 100644 drivers/media/platform/imx/Makefile
 rename drivers/{staging/media/imx/imx7-mipi-csis.c => media/platform/imx/imx-mipi-csis.c} (94%)

             reply	other threads:[~2022-02-22 15:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-22 15:57 Hans Verkuil [this message]
2022-02-22 16:22 ` [GIT PULL FOR v5.18] De-stage imx7-mipi-csis & some fixes (#80898) 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=234e557c-69b9-b4fe-44c4-7995739cd6ed@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=jacopo+renesas@jmondi.org \
    --cc=linux-media@vger.kernel.org \
    --cc=nicolas@ndufresne.ca \
    /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.