mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 07:36:44 +07:00
769afd212b
A V4L2 driver for Renesas R-Car MIPI CSI-2 receiver. The driver supports the R-Car Gen3 SoCs where separate CSI-2 hardware blocks are connected between the video sources and the video grabbers (VIN). Driver is based on a prototype by Koji Matsuoka in the Renesas BSP. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
5 lines
140 B
Makefile
5 lines
140 B
Makefile
rcar-vin-objs = rcar-core.o rcar-dma.o rcar-v4l2.o
|
|
|
|
obj-$(CONFIG_VIDEO_RCAR_CSI2) += rcar-csi2.o
|
|
obj-$(CONFIG_VIDEO_RCAR_VIN) += rcar-vin.o
|