[GIT PULL FOR v7.3] i.MX NXP CSI driver for changes
[email protected] Fri, 31 Jul 2026 10:27:20 -0400
| Newsgroups | dev.linux.lists.imx,org.kernel.vger.linux-media |
|---|---|
| Message-ID | <[email protected]> |
The following changes since commit 95f76f51937fdfb0fc1e14cae606b1ef574a56f3:
media: em28xx: defer audio-only extension registration (2026-07-28 16:48:20 +0200)
are available in the Git repository at:
https://gitlab.freedesktop.org/linux-media/users/frankl.git tags/media-nxp-20260729
for you to fetch changes up to 5a3dcb7633c873602a8f665524dc21bdb19d980f:
media: nxp: Add i.MX95 CSI pixel formatter v4l2 driver (2026-07-29 11:11:27 -0400)
----------------------------------------------------------------
NXP i.MX media updates for v7.3
- Add i.MX95 CSI pixel formatter V4L2 driver and DT bindings
- imx-jpeg: fix hang on close and use-after-free on timeout worker (stable)
- MAINTAINERS: add Bryan O'Donoghue as reviewer for imx8mq-mipi-csi2 and rockchip dw-mipi-csi2rx
- dt-bindings: fix endpoint label typo in imx8mq-mipi-csi2 example
----------------------------------------------------------------
Bryan O'Donoghue (2):
MAINTAINERS: media: imx: imx8mq-mipi-csi2: Add myself as reviewer to imx8mq-mipi-csi2
MAINTAINERS: media: rockchip: dw-mipi-csi2rx: Add myself to the reviewers list
Fan Wu (2):
media: imx-jpeg: cancel timeout worker when streaming stops
media: imx-jpeg: finish the job on device_run() error paths
Guoniu Zhou (3):
media: dt-bindings: Add CSI Pixel Formatter DT bindings
dt-bindings: clock: imx95-blk-ctl: Define formatter child node schema
media: nxp: Add i.MX95 CSI pixel formatter v4l2 driver
Robby Cai (1):
media: dt-bindings: nxp,imx8mq-mipi-csi2: Fix example endpoint label typo
.../bindings/clock/nxp,imx95-blk-ctl.yaml | 71 ++
.../bindings/media/fsl,imx95-csi-formatter.yaml | 88 +++
.../bindings/media/nxp,imx8mq-mipi-csi2.yaml | 4 +-
MAINTAINERS | 10 +
drivers/media/platform/nxp/Kconfig | 16 +
drivers/media/platform/nxp/Makefile | 1 +
drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c | 23 +-
drivers/media/platform/nxp/imx95-csi-formatter.c | 758 +++++++++++++++++++++
8 files changed, 963 insertions(+), 8 deletions(-)
create mode 100644 Documentation/devicetree/bindings/media/fsl,imx95-csi-formatter.yaml
create mode 100644 drivers/media/platform/nxp/imx95-csi-formatter.c