Commit dfe571ca authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab
Browse files

media: soc_camera: Remove leftover files, add TODO



Remove a few files left over from the mt9t031 driver. While at it, add a
TODO file for the SoC camera framework as a whole.

Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 95db3cc9
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
config SOC_CAMERA_MT9T031
	tristate "mt9t031 support (DEPRECATED)"
	depends on SOC_CAMERA && I2C
	help
	  This driver supports MT9T031 cameras from Micron.
+0 −1
Original line number Diff line number Diff line
obj-$(CONFIG_SOC_CAMERA_MT9T031)		+= mt9t031.o
+0 −5
Original line number Diff line number Diff line
This sensor driver needs to be converted to a regular
v4l2 subdev driver. The soc_camera framework is deprecated and
will be removed in the future. Unless someone does this work this
sensor driver will be deleted when the soc_camera framework is
deleted.
+4 −0
Original line number Diff line number Diff line
The SoC camera framework is obsolete and scheduled for removal in the near
future. Developers are encouraged to convert the drivers to use the
regular V4L2 API if these drivers are still needed (and if someone has the
hardware).