media: staging: max96712: Add basic support for MAX96712 GMSL2 deserializer
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Sun, 12 Sep 2021 16:51:40 +0000 (17:51 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 15 Nov 2021 08:11:43 +0000 (08:11 +0000)
commit5814f32fef137e34577c4f053272c53e7ca33cd9
tree7dc71cc2866b70e30dead43dff448a5a4a9c94a8
parent819d679b58bc4f3171b838c7914d55aff65a9f0d
media: staging: max96712: Add basic support for MAX96712 GMSL2 deserializer

Add basic support for Maxim MAX96712 quad GMSL2 deserializers. The
driver is capable of powering on the device and configuring the MIPI
CSI-2 bus in a DPHY 4-lane configuration as well as operating the
internal VTG (Video Timing Generator) and VPG (Video Pattern Generator).

Using these features the driver is able to act as a 1080p @ 30 fps V4L2
video source. Producing either a checkerboard or gradient pattern on the
CSI-2 bus, selectable thru a V4L2 control.

While the driver is useful as-is and have been used to prove the correct
operation of the MAX96712 itself and "downstream" devices using the
MAX96712 as a video source there are a lot of features missing. Most
notably the ability to operate the GMSL bus.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
MAINTAINERS
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/max96712/Kconfig [new file with mode: 0644]
drivers/staging/media/max96712/Makefile [new file with mode: 0644]
drivers/staging/media/max96712/max96712.c [new file with mode: 0644]