diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2020-09-01 08:22:47 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-09-10 14:06:27 +0200 |
commit | 50044aa715177b336acca01d711bf8edc19162c7 (patch) | |
tree | 3a3f860a821080efb4cdab23d4f44d8fac75e4e7 /MAINTAINERS | |
parent | media: vivid: fix compile warning/error (diff) | |
download | linux-50044aa715177b336acca01d711bf8edc19162c7.tar.xz linux-50044aa715177b336acca01d711bf8edc19162c7.zip |
media: usbvision: remove deprecated driver
To quote the TODO of this driver:
--------------------------------------------------------------
The driver is deprecated and scheduled for removal by the end
of 2020.
In order to prevent removal the following actions would have to
be taken:
- clean up the code
- convert to the vb2 framework
- fix the disconnect and free-on-last-user handling (i.e., add
a release callback for struct v4l2_device and rework the code
to use that correctly).
--------------------------------------------------------------
Nobody picked this up, so it's time to retire this driver.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6ac3b993cb86..4e68598c16fa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18116,14 +18116,6 @@ T: git git://linuxtv.org/media_tree.git F: drivers/media/usb/uvc/ F: include/uapi/linux/uvcvideo.h -USB VISION DRIVER -M: Hans Verkuil <hverkuil@xs4all.nl> -L: linux-media@vger.kernel.org -S: Odd Fixes -W: https://linuxtv.org -T: git git://linuxtv.org/media_tree.git -F: drivers/staging/media/usbvision/ - USB WEBCAM GADGET M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> L: linux-usb@vger.kernel.org |