[PATCH v3 0/3] media: nxp: imx8-isi: Add ISI support for i.MX95
From: Guoniu Zhou <hidden>
Date: 2025-11-05 05:54:46
Also in:
imx, linux-devicetree, linux-media, lkml
Add basic functions support for i.MX95 ISI. The ISI in i.MX95 supports eight channels and interface up to 4 pixel link sources to obtain the image data for processing in its pipelines. Signed-off-by: Guoniu Zhou <redacted> --- Changes in v3: - Remove "else" block since each variant already constrain the interrupts in its if-then block. - Update commit message in patch 3. - Link to v2: https://lore.kernel.org/r/20251104-isi_imx95-v2-0-c05b7cb104cd@nxp.com (local) Changes in v2: - Change maxItems to minItems for the fsl,imx95-isi conditional block. - Add minItems for the fsl,imx8mp-isi conditional block. - Add "else" block to keep the same restriction for existed compatible string. - Update commit message in patch 2. - Remove gasket callbacks since icc driver still under development and ISI could work well without QoS setting when system loading is normal(no buffer overflow). - Rebased on latest media/next. - Link to v1: https://lore.kernel.org/r/20251024-isi_imx95-v1-0-3ad1af7c3d61@nxp.com (local) --- Guoniu Zhou (3): media: dt-bindings: nxp,imx8-isi: Add i.MX95 ISI compatible string media: nxp: imx8-isi: Keep the default value for BLANK_PXL field media: nxp: imx8-isi: Add ISI support for i.MX95 .../devicetree/bindings/media/nxp,imx8-isi.yaml | 27 +++++++++++++++++++++- .../media/platform/nxp/imx8-isi/imx8-isi-core.c | 12 ++++++++++ .../media/platform/nxp/imx8-isi/imx8-isi-core.h | 1 + drivers/media/platform/nxp/imx8-isi/imx8-isi-hw.c | 6 ++--- 4 files changed, 41 insertions(+), 5 deletions(-) --- base-commit: 163917839c0eea3bdfe3620f27f617a55fd76302 change-id: 20250915-isi_imx95-1e3163fde962 Best regards, -- Guoniu Zhou [off-list ref]