media: usbvision: remove deprecated driver
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Tue, 1 Sep 2020 06:22:47 +0000 (08:22 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 10 Sep 2020 12:06:27 +0000 (14:06 +0200)
commit50044aa715177b336acca01d711bf8edc19162c7
tree3a3f860a821080efb4cdab23d4f44d8fac75e4e7
parentd034731bb4b4f2bf5f378231a6d99e59c2cb59f6
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>
14 files changed:
Documentation/admin-guide/media/usb-cardlist.rst
Documentation/admin-guide/media/usbvision-cardlist.rst [deleted file]
MAINTAINERS
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/usbvision/Kconfig [deleted file]
drivers/staging/media/usbvision/Makefile [deleted file]
drivers/staging/media/usbvision/TODO [deleted file]
drivers/staging/media/usbvision/usbvision-cards.c [deleted file]
drivers/staging/media/usbvision/usbvision-cards.h [deleted file]
drivers/staging/media/usbvision/usbvision-core.c [deleted file]
drivers/staging/media/usbvision/usbvision-i2c.c [deleted file]
drivers/staging/media/usbvision/usbvision-video.c [deleted file]
drivers/staging/media/usbvision/usbvision.h [deleted file]