diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2023-01-10 10:49:14 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2023-01-22 09:56:18 +0100 |
commit | 3673237b62a845e49c3e55e8fdbabb20178429a7 (patch) | |
tree | 605a3b7a15446fa8af26563b3084157b74e1f88a /MAINTAINERS | |
parent | aa68bf90a6288aeed02937523328740c07d14043 (diff) | |
download | linux-3673237b62a845e49c3e55e8fdbabb20178429a7.tar.gz linux-3673237b62a845e49c3e55e8fdbabb20178429a7.tar.bz2 linux-3673237b62a845e49c3e55e8fdbabb20178429a7.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f814ab594ea4..1a95b9bc6824 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21719,16 +21719,6 @@ S: Orphan W: http://linux-lc100020.sourceforge.net F: drivers/net/wireless/zydas/zd1201.* -USB ZR364XX DRIVER -M: Antoine Jacquet <royale@zerezo.com> -L: linux-usb@vger.kernel.org -L: linux-media@vger.kernel.org -S: Maintained -W: http://royale.zerezo.com/zr364xx/ -T: git git://linuxtv.org/media_tree.git -F: Documentation/admin-guide/media/zr364xx* -F: drivers/staging/media/deprecated/zr364xx/ - USER-MODE LINUX (UML) M: Richard Weinberger <richard@nod.at> M: Anton Ivanov <anton.ivanov@cambridgegreys.com> |