Commit 14cd15e7 authored by Gerald Loacker's avatar Gerald Loacker Committed by Mauro Carvalho Chehab
Browse files

media: i2c: add imx415 cmos image sensor driver



Add driver for the Sony IMX415 CMOS image sensor.

Signed-off-by: default avatarGerald Loacker <gerald.loacker@wolfvision.net>
Co-developed-by: default avatarMichael Riesch <michael.riesch@wolfvision.net>
Signed-off-by: default avatarMichael Riesch <michael.riesch@wolfvision.net>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 7993dc12
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19511,6 +19511,7 @@ L: linux-media@vger.kernel.org
S:	Maintained
T:	git git://linuxtv.org/media_tree.git
F:	Documentation/devicetree/bindings/media/i2c/sony,imx415.yaml
F:	drivers/media/i2c/imx415.c
SONY MEMORYSTICK SUBSYSTEM
M:	Maxim Levitsky <maximlevitsky@gmail.com>
+14 −0
Original line number Diff line number Diff line
@@ -241,6 +241,20 @@ config VIDEO_IMX412
	  To compile this driver as a module, choose M here: the
	  module will be called imx412.

config VIDEO_IMX415
	tristate "Sony IMX415 sensor support"
	depends on OF_GPIO
	depends on I2C && VIDEO_DEV
	select VIDEO_V4L2_SUBDEV_API
	select MEDIA_CONTROLLER
	select V4L2_FWNODE
	help
	  This is a Video4Linux2 sensor driver for the Sony
	  IMX415 camera.

	  To compile this driver as a module, choose M here: the
	  module will be called imx415.

config VIDEO_MAX9271_LIB
	tristate

+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ obj-$(CONFIG_VIDEO_IMX334) += imx334.o
obj-$(CONFIG_VIDEO_IMX335) += imx335.o
obj-$(CONFIG_VIDEO_IMX355) += imx355.o
obj-$(CONFIG_VIDEO_IMX412) += imx412.o
obj-$(CONFIG_VIDEO_IMX415) += imx415.o
obj-$(CONFIG_VIDEO_IR_I2C) += ir-kbd-i2c.o
obj-$(CONFIG_VIDEO_ISL7998X) += isl7998x.o
obj-$(CONFIG_VIDEO_KS0127) += ks0127.o
+1300 −0

File added.

Preview size limit exceeded, changes collapsed.