Skip to content

Commit 755b782

Browse files
committed
Merge remote-tracking branch 'remotes/origin/at91-4.14-trunk/ov7740' into linux-4.14-at91
2 parents d9bd0fb + 9ef6e53 commit 755b782

4 files changed

Lines changed: 1233 additions & 0 deletions

File tree

MAINTAINERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9988,6 +9988,14 @@ S: Maintained
99889988
F: drivers/media/i2c/ov7670.c
99899989
F: Documentation/devicetree/bindings/media/i2c/ov7670.txt
99909990

9991+
OMNIVISION OV7740 SENSOR DRIVER
9992+
M: Wenyou Yang <wenyou.yang@microchip.com>
9993+
L: linux-media@vger.kernel.org
9994+
T: git git://linuxtv.org/media_tree.git
9995+
S: Maintained
9996+
F: drivers/media/i2c/ov7740.c
9997+
F: Documentation/devicetree/bindings/media/i2c/ov7740.txt
9998+
99919999
ONENAND FLASH DRIVER
999210000
M: Kyungmin Park <kyungmin.park@samsung.com>
999310001
L: linux-mtd@lists.infradead.org

drivers/media/i2c/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,14 @@ config VIDEO_OV7670
649649
OV7670 VGA camera. It currently only works with the M88ALP01
650650
controller.
651651

652+
config VIDEO_OV7740
653+
tristate "OmniVision OV7740 sensor support"
654+
depends on I2C && VIDEO_V4L2
655+
depends on MEDIA_CAMERA_SUPPORT
656+
---help---
657+
This is a Video4Linux2 sensor-level driver for the OmniVision
658+
OV7740 VGA camera sensor.
659+
652660
config VIDEO_OV9650
653661
tristate "OmniVision OV9650/OV9652 sensor support"
654662
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

drivers/media/i2c/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ obj-$(CONFIG_VIDEO_OV5670) += ov5670.o
6868
obj-$(CONFIG_VIDEO_OV6650) += ov6650.o
6969
obj-$(CONFIG_VIDEO_OV7640) += ov7640.o
7070
obj-$(CONFIG_VIDEO_OV7670) += ov7670.o
71+
obj-$(CONFIG_VIDEO_OV7740) += ov7740.o
7172
obj-$(CONFIG_VIDEO_OV9650) += ov9650.o
7273
obj-$(CONFIG_VIDEO_OV13858) += ov13858.o
7374
obj-$(CONFIG_VIDEO_MT9M032) += mt9m032.o

0 commit comments

Comments
 (0)