All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Hans Verkuil <hans@jjverkuil.nl>,
	Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: "Frank Li" <Frank.Li@nxp.com>,
	"Guoniu Zhou" <guoniu.zhou@oss.nxp.com>,
	"Laurentiu Palcu" <laurentiu.palcu@oss.nxp.com>,
	🐧-media <linux-media@vger.kernel.org>
Subject: [GIT PULL FOR v7.3] media: nxp: imx8-isi driver changes
Date: Fri, 31 Jul 2026 03:16:43 +0300	[thread overview]
Message-ID: <20260731001643.GA1759773@killaraus.ideasonboard.com> (raw)

Hi Hans, Mauro,

The following changes since commit 465425926ff36b9f5fb1f069e4277918e6109f5a:

  media: rppx1: lin: Add support for gamma sensor linearization (2026-07-30 20:51:35 +0300)

are available in the Git repository at:

  https://gitlab.freedesktop.org/linux-media/users/pinchartl.git tags/next-media-nxp-20260731

for you to fetch changes up to c4c23b711cb536fe13f0ddb50572f6a431401567:

  media: nxp: imx8-isi: Add additional 32-bit RGB format support (2026-07-31 02:52:37 +0300)

----------------------------------------------------------------
imx8-isi driver changes:

- Add new reviewer
- Fix routing validation
- Support virtual channels routing
- Add missing pixel formats

----------------------------------------------------------------
Frank Li (1):
      MAINTAINERS: media: nxp: imx8-isi: Add Frank Li as reviewer and i.MX mailing list

Guoniu Zhou (8):
      media: dt-bindings: nxp,imx8-isi: Drop fsl,blk-ctrl requirement for i.MX8ULP
      media: nxp: imx8-isi: Add virtual channel support
      media: nxp: imx8-isi: Fix stream ID validation bypass in crossbar routing
      media: nxp: imx8-isi: Add stream ID validation for crossbar routing
      media: nxp: imx8-isi: Correct color map between V4L2 and ISI
      media: nxp: imx8-isi: Use BIT_ULL() for 64-bit stream masks
      media: nxp: imx8-isi: Implement per-stream reference counting for multiplexed streams
      media: nxp: imx8-isi: Add additional 32-bit RGB format support

Guoniu.zhou (1):
      media: nxp: imx8-isi: crossbar: Add get_frame_desc operation

Laurent Pinchart (1):
      media: nxp: imx8-isi: Drop unneeded downscaling factor clamping

Laurentiu Palcu (1):
      media: nxp: imx8-isi: Add 16-bit raw Bayer format support

 .../devicetree/bindings/media/nxp,imx8-isi.yaml    |   4 +-
 MAINTAINERS                                        |   2 +
 .../media/platform/nxp/imx8-isi/imx8-isi-core.c    |   3 +
 .../media/platform/nxp/imx8-isi/imx8-isi-core.h    |  12 ++-
 .../platform/nxp/imx8-isi/imx8-isi-crossbar.c      | 113 ++++++++++++++++-----
 drivers/media/platform/nxp/imx8-isi/imx8-isi-hw.c  |  22 ++--
 drivers/media/platform/nxp/imx8-isi/imx8-isi-m2m.c |   2 +-
 .../media/platform/nxp/imx8-isi/imx8-isi-pipe.c    |  79 +++++++++++++-
 .../media/platform/nxp/imx8-isi/imx8-isi-regs.h    |  12 ++-
 .../media/platform/nxp/imx8-isi/imx8-isi-video.c   |  98 +++++++++++++++++-
 10 files changed, 306 insertions(+), 41 deletions(-)

-- 
Regards,

Laurent Pinchart

                 reply	other threads:[~2026-07-31  0:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20260731001643.GA1759773@killaraus.ideasonboard.com \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=Frank.Li@nxp.com \
    --cc=guoniu.zhou@oss.nxp.com \
    --cc=hans@jjverkuil.nl \
    --cc=laurentiu.palcu@oss.nxp.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@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 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.