OSDN Git Service

media: nxp: Add i.MX8 ISI driver
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 21 Jan 2019 02:58:49 +0000 (02:58 +0000)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 16 Apr 2023 06:35:06 +0000 (07:35 +0100)
commitcf21f328fcafacf4f96e7a30ef9dceede1076378
tree98fd608e1e75775d8f40d22fc47bf23d10f3b035
parentb28e24180258d8ac8a4544c8b4e7743424fd01fe
media: nxp: Add i.MX8 ISI driver

The Image Sensing Interface (ISI) combines image processing pipelines
with DMA engines to process and capture frames originating from a
variety of sources. The inputs to the ISI go through Pixel Link
interfaces, and their number and nature is SoC-dependent. They cover
both capture interfaces (MIPI CSI-2 RX, HDMI RX) and memory inputs.

Signed-off-by: Christian Hemp <c.hemp@phytec.de>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Guoniu Zhou <guoniu.zhou@nxp.com>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de>
Tested-by: Adam Ford <aford173@gmail.com> #imx8mn-beacon
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
14 files changed:
MAINTAINERS
drivers/media/platform/nxp/Kconfig
drivers/media/platform/nxp/Makefile
drivers/media/platform/nxp/imx8-isi/Kconfig [new file with mode: 0644]
drivers/media/platform/nxp/imx8-isi/Makefile [new file with mode: 0644]
drivers/media/platform/nxp/imx8-isi/imx8-isi-core.c [new file with mode: 0644]
drivers/media/platform/nxp/imx8-isi/imx8-isi-core.h [new file with mode: 0644]
drivers/media/platform/nxp/imx8-isi/imx8-isi-crossbar.c [new file with mode: 0644]
drivers/media/platform/nxp/imx8-isi/imx8-isi-debug.c [new file with mode: 0644]
drivers/media/platform/nxp/imx8-isi/imx8-isi-hw.c [new file with mode: 0644]
drivers/media/platform/nxp/imx8-isi/imx8-isi-m2m.c [new file with mode: 0644]
drivers/media/platform/nxp/imx8-isi/imx8-isi-pipe.c [new file with mode: 0644]
drivers/media/platform/nxp/imx8-isi/imx8-isi-regs.h [new file with mode: 0644]
drivers/media/platform/nxp/imx8-isi/imx8-isi-video.c [new file with mode: 0644]