forked from mirrors/linux
		
	[media] ov13858: add support for OV13858 sensor
This patch adds driver for Omnivision's ov13858 sensor, the driver supports following features: - manual exposure/gain(analog and digital) control support - two link frequencies - VBLANK/HBLANK support - test pattern support - media controller support - runtime pm support - supported resolutions + 4224x3136 at 30FPS + 2112x1568 at 30FPS(default) and 60FPS + 2112x1188 at 30FPS(default) and 60FPS + 1056x784 at 30FPS(default) and 60FPS [Sakari Ailus: use V4L2_CID_DIGITAL_GAIN instead, add MAINTAINERS entry.] Signed-off-by: Hyungwoo Yang <hyungwoo.yang@intel.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
		
							parent
							
								
									371f94490e
								
							
						
					
					
						commit
						5fcf092e0c
					
				
					 4 changed files with 1832 additions and 0 deletions
				
			
		| 
						 | 
					@ -9473,6 +9473,13 @@ S:	Maintained
 | 
				
			||||||
F:	drivers/media/i2c/ov7670.c
 | 
					F:	drivers/media/i2c/ov7670.c
 | 
				
			||||||
F:	Documentation/devicetree/bindings/media/i2c/ov7670.txt
 | 
					F:	Documentation/devicetree/bindings/media/i2c/ov7670.txt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					OMNIVISION OV13858 SENSOR DRIVER
 | 
				
			||||||
 | 
					M:	Sakari Ailus <sakari.ailus@linux.intel.com>
 | 
				
			||||||
 | 
					L:	linux-media@vger.kernel.org
 | 
				
			||||||
 | 
					T:	git git://linuxtv.org/media_tree.git
 | 
				
			||||||
 | 
					S:	Maintained
 | 
				
			||||||
 | 
					F:	drivers/media/i2c/ov13858.c
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ONENAND FLASH DRIVER
 | 
					ONENAND FLASH DRIVER
 | 
				
			||||||
M:	Kyungmin Park <kyungmin.park@samsung.com>
 | 
					M:	Kyungmin Park <kyungmin.park@samsung.com>
 | 
				
			||||||
L:	linux-mtd@lists.infradead.org
 | 
					L:	linux-mtd@lists.infradead.org
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -610,6 +610,14 @@ config VIDEO_OV9650
 | 
				
			||||||
	  This is a V4L2 sensor-level driver for the Omnivision
 | 
						  This is a V4L2 sensor-level driver for the Omnivision
 | 
				
			||||||
	  OV9650 and OV9652 camera sensors.
 | 
						  OV9650 and OV9652 camera sensors.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					config VIDEO_OV13858
 | 
				
			||||||
 | 
						tristate "OmniVision OV13858 sensor support"
 | 
				
			||||||
 | 
						depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
 | 
				
			||||||
 | 
						depends on MEDIA_CAMERA_SUPPORT
 | 
				
			||||||
 | 
						---help---
 | 
				
			||||||
 | 
						  This is a Video4Linux2 sensor-level driver for the OmniVision
 | 
				
			||||||
 | 
						  OV13858 camera.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
config VIDEO_VS6624
 | 
					config VIDEO_VS6624
 | 
				
			||||||
	tristate "ST VS6624 sensor support"
 | 
						tristate "ST VS6624 sensor support"
 | 
				
			||||||
	depends on VIDEO_V4L2 && I2C
 | 
						depends on VIDEO_V4L2 && I2C
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -64,6 +64,7 @@ obj-$(CONFIG_VIDEO_OV5647) += ov5647.o
 | 
				
			||||||
obj-$(CONFIG_VIDEO_OV7640) += ov7640.o
 | 
					obj-$(CONFIG_VIDEO_OV7640) += ov7640.o
 | 
				
			||||||
obj-$(CONFIG_VIDEO_OV7670) += ov7670.o
 | 
					obj-$(CONFIG_VIDEO_OV7670) += ov7670.o
 | 
				
			||||||
obj-$(CONFIG_VIDEO_OV9650) += ov9650.o
 | 
					obj-$(CONFIG_VIDEO_OV9650) += ov9650.o
 | 
				
			||||||
 | 
					obj-$(CONFIG_VIDEO_OV13858) += ov13858.o
 | 
				
			||||||
obj-$(CONFIG_VIDEO_MT9M032) += mt9m032.o
 | 
					obj-$(CONFIG_VIDEO_MT9M032) += mt9m032.o
 | 
				
			||||||
obj-$(CONFIG_VIDEO_MT9M111) += mt9m111.o
 | 
					obj-$(CONFIG_VIDEO_MT9M111) += mt9m111.o
 | 
				
			||||||
obj-$(CONFIG_VIDEO_MT9P031) += mt9p031.o
 | 
					obj-$(CONFIG_VIDEO_MT9P031) += mt9p031.o
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										1816
									
								
								drivers/media/i2c/ov13858.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1816
									
								
								drivers/media/i2c/ov13858.c
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
		Loading…
	
		Reference in a new issue