media: i2c: Drop unused mt9t001 camera sensor driver
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 25 Jan 2023 18:29:48 +0000 (18:29 +0000)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 15 Apr 2023 08:38:21 +0000 (09:38 +0100)
commit95a9ea8a13885ef540f851091e87c78594c08829
tree6f2be3754aefbbe639a42f90746eaa0444349208
parenta22eabc825738dfcf06b7fcfe2cd6d020b832786
media: i2c: Drop unused mt9t001 camera sensor driver

The mt9t001 camera sensor driver doesn't support DT and relies on
platform data. No board file has ever provided platform data for that
device. The driver has thus never been used in the mainline kernel since
its introduction in v3.2. Drop it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Documentation/admin-guide/media/i2c-cardlist.rst
MAINTAINERS
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/i2c/mt9t001.c [deleted file]
include/media/i2c/mt9t001.h [deleted file]