media: mt9t031: deprecate, move to staging
authorHans Verkuil <hans.verkuil@cisco.com>
Tue, 16 Jan 2018 11:02:45 +0000 (06:02 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 23 Feb 2018 07:31:38 +0000 (02:31 -0500)
commit40de44bbe09bcb9cc7b8dd648ca2cacf752796ec
tree1d524fa8b98cd2b3cbee0003987b90176d44b6ed
parent0f966bec710fd3f113a44e521e796cd225278fd4
media: mt9t031: deprecate, move to staging

This driver is unused and depends on the deprecated soc-camera framework.
Move it to staging in preparation for being removed unless someone does
the work to convert it to a proper V4L2 subdev driver.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/i2c/soc_camera/Kconfig
drivers/media/i2c/soc_camera/Makefile
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/mt9t031/Kconfig [new file with mode: 0644]
drivers/staging/media/mt9t031/Makefile [new file with mode: 0644]
drivers/staging/media/mt9t031/TODO [new file with mode: 0644]
drivers/staging/media/mt9t031/mt9t031.c [moved from drivers/media/i2c/soc_camera/mt9t031.c with 100% similarity]