Commit 6e769fd5 authored by Hans de Goede's avatar Hans de Goede Committed by Mauro Carvalho Chehab
Browse files

media: atomisp: Remove atomisp-mt9m114 driver



The "media: atomisp: Add support for sensors with a separate ISP
v4l2_subdev" combined with some pending drivers/media/i2c/mt9m114.c changes
makes the atomisp work nicely with the standard V4L2 mt9m114.c driver,
avoiding the need for the atomisp specific atomisp-mt9m114 driver.

The normal driver actually works better since the atomisp-mt9m114 driver
does not have working exposure control, leading to a much too dark image.

Remove the no longer necessary atomisp-mt9m114 driver.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Reviewed-by: default avatarAndy Shevchenko <andy@kernel.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 1e8c2aa9
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -27,18 +27,6 @@ config VIDEO_ATOMISP_GC2235

	  It currently only works with the atomisp driver.

config VIDEO_ATOMISP_MT9M114
	tristate "Aptina mt9m114 sensor support"
	depends on ACPI
	depends on I2C && VIDEO_DEV
	help
	  This is a Video4Linux2 sensor-level driver for the Micron
	  mt9m114 1.3 Mpixel camera.

	  mt9m114 is video camera sensor.

	  It currently only works with the atomisp driver.

config VIDEO_ATOMISP_GC0310
	tristate "GC0310 sensor support"
	depends on ACPI
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
# Makefile for sensor drivers
#

obj-$(CONFIG_VIDEO_ATOMISP_MT9M114)    += atomisp-mt9m114.o
obj-$(CONFIG_VIDEO_ATOMISP_GC2235)     += atomisp-gc2235.o
obj-$(CONFIG_VIDEO_ATOMISP_OV2722)     += atomisp-ov2722.o
obj-$(CONFIG_VIDEO_ATOMISP_GC0310)     += atomisp-gc0310.o
+0 −1612

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −1768

File deleted.

Preview size limit exceeded, changes collapsed.