]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
media: zr364xx: remove deprecated driver
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Tue, 10 Jan 2023 09:49:14 +0000 (10:49 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 22 Jan 2023 08:56:18 +0000 (09:56 +0100)
commit3673237b62a845e49c3e55e8fdbabb20178429a7
tree605a3b7a15446fa8af26563b3084157b74e1f88a
parentaa68bf90a6288aeed02937523328740c07d14043
media: zr364xx: remove deprecated driver

The zr364xx driver does not use the vb2 framework for streaming
video, instead it uses the old vb1 framework and nobody stepped in to
convert this driver to vb2.

The hardware is very old, so the decision was made to remove it
altogether since we want to get rid of the old vb1 framework.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Documentation/admin-guide/media/dvb-drivers.rst
Documentation/admin-guide/media/other-usb-cardlist.rst
Documentation/admin-guide/media/usb-cardlist.rst
Documentation/admin-guide/media/zr364xx.rst [deleted file]
MAINTAINERS
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/deprecated/zr364xx/Kconfig [deleted file]
drivers/staging/media/deprecated/zr364xx/Makefile [deleted file]
drivers/staging/media/deprecated/zr364xx/TODO [deleted file]
drivers/staging/media/deprecated/zr364xx/zr364xx.c [deleted file]