mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
[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>
This commit is contained in:
parent
64bd1971de
commit
1913722808
@ -7,6 +7,9 @@ config VIDEO_MX2
|
||||
---help---
|
||||
This is a v4l2 driver for the i.MX27 Camera Sensor Interface
|
||||
|
||||
This driver is deprecated and will be removed soon unless someone
|
||||
will start the work to convert this driver to the vb2 framework
|
||||
and remove the soc-camera dependency.
|
||||
This driver is deprecated: it should become a stand-alone driver
|
||||
instead of using the soc-camera framework.
|
||||
|
||||
Unless someone is willing to take this on (unlikely with such
|
||||
ancient hardware) it is going to be removed from the kernel
|
||||
soon.
|
||||
|
10
drivers/staging/media/mx2/TODO
Normal file
10
drivers/staging/media/mx2/TODO
Normal file
@ -0,0 +1,10 @@
|
||||
This driver is deprecated: it should become a stand-alone driver instead of
|
||||
using the soc-camera framework.
|
||||
|
||||
Unless someone is willing to take this on (unlikely with such ancient
|
||||
hardware) it is going to be removed from the kernel soon.
|
||||
|
||||
Note that trivial patches will not be accepted anymore, only a full conversion.
|
||||
|
||||
If you want to convert this driver, please contact the linux-media mailinglist
|
||||
(see http://linuxtv.org/lists.php).
|
10
drivers/staging/media/mx3/TODO
Normal file
10
drivers/staging/media/mx3/TODO
Normal file
@ -0,0 +1,10 @@
|
||||
This driver is deprecated: it should become a stand-alone driver instead of
|
||||
using the soc-camera framework.
|
||||
|
||||
Unless someone is willing to take this on (unlikely with such ancient
|
||||
hardware) it is going to be removed from the kernel soon.
|
||||
|
||||
Note that trivial patches will not be accepted anymore, only a full conversion.
|
||||
|
||||
If you want to convert this driver, please contact the linux-media mailinglist
|
||||
(see http://linuxtv.org/lists.php).
|
8
drivers/staging/media/omap1/TODO
Normal file
8
drivers/staging/media/omap1/TODO
Normal file
@ -0,0 +1,8 @@
|
||||
This driver is deprecated and will be removed soon unless someone will start
|
||||
the work to convert this driver to the vb2 framework and remove the
|
||||
soc-camera dependency.
|
||||
|
||||
Note that trivial patches will not be accepted anymore, only a full conversion.
|
||||
|
||||
If you want to convert this driver, please contact the linux-media mailinglist
|
||||
(see http://linuxtv.org/lists.php).
|
Loading…
Reference in New Issue
Block a user