]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: atomisp: Remove atomisp-mt9m114 driver
authorHans de Goede <hdegoede@redhat.com>
Thu, 1 May 2025 09:00:16 +0000 (11:00 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 5 May 2025 07:47:28 +0000 (09:47 +0200)
commit6e769fd53d25df5353150628ac0b149ae65d9cbd
treec41a01256b07a9ae88e456aac377d47ab947c69e
parent1e8c2aa905e50a331f2d52bf1e72594f27113c6e
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: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/i2c/Kconfig
drivers/staging/media/atomisp/i2c/Makefile
drivers/staging/media/atomisp/i2c/atomisp-mt9m114.c [deleted file]
drivers/staging/media/atomisp/i2c/mt9m114.h [deleted file]