Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] staging/media: add missing TODO files

Add TODO files for mx2/mx3/omap1 to explain the status of these drivers
and what needs to be done in order to keep them from being removed soon.

Also a small fix for the mx2/Kconfig that mistakingly mentioned a vb2
conversion. That's not needed for that driver.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
19137228 64bd1971

+34 -3
+6 -3
drivers/staging/media/mx2/Kconfig
··· 7 7 ---help--- 8 8 This is a v4l2 driver for the i.MX27 Camera Sensor Interface 9 9 10 - This driver is deprecated and will be removed soon unless someone 11 - will start the work to convert this driver to the vb2 framework 12 - and remove the soc-camera dependency. 10 + This driver is deprecated: it should become a stand-alone driver 11 + instead of using the soc-camera framework. 12 + 13 + Unless someone is willing to take this on (unlikely with such 14 + ancient hardware) it is going to be removed from the kernel 15 + soon.
+10
drivers/staging/media/mx2/TODO
··· 1 + This driver is deprecated: it should become a stand-alone driver instead of 2 + using the soc-camera framework. 3 + 4 + Unless someone is willing to take this on (unlikely with such ancient 5 + hardware) it is going to be removed from the kernel soon. 6 + 7 + Note that trivial patches will not be accepted anymore, only a full conversion. 8 + 9 + If you want to convert this driver, please contact the linux-media mailinglist 10 + (see http://linuxtv.org/lists.php).
+10
drivers/staging/media/mx3/TODO
··· 1 + This driver is deprecated: it should become a stand-alone driver instead of 2 + using the soc-camera framework. 3 + 4 + Unless someone is willing to take this on (unlikely with such ancient 5 + hardware) it is going to be removed from the kernel soon. 6 + 7 + Note that trivial patches will not be accepted anymore, only a full conversion. 8 + 9 + If you want to convert this driver, please contact the linux-media mailinglist 10 + (see http://linuxtv.org/lists.php).
+8
drivers/staging/media/omap1/TODO
··· 1 + This driver is deprecated and will be removed soon unless someone will start 2 + the work to convert this driver to the vb2 framework and remove the 3 + soc-camera dependency. 4 + 5 + Note that trivial patches will not be accepted anymore, only a full conversion. 6 + 7 + If you want to convert this driver, please contact the linux-media mailinglist 8 + (see http://linuxtv.org/lists.php).