media: meye: deprecate this driver
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 11 Aug 2022 09:17:43 +0000 (11:17 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 29 Aug 2022 14:42:52 +0000 (16:42 +0200)
commit9a97cc155cc75571db72adf6992d11aa1de0c83a
tree316b41a218edc841630f732ebc923eeae603cda6
parentbe8cebc46d9d38166a1b3fda22a018ae52b0928e
media: meye: deprecate this driver

Deprecate the meye driver. This driver does not use the vb2 framework
for video streaming, instead it implements its own version.

We want to get rid of these old drivers, so deprecated it for future
removal.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
14 files changed:
MAINTAINERS
drivers/media/pci/Kconfig
drivers/media/pci/Makefile
drivers/media/pci/meye/Kconfig [deleted file]
drivers/media/pci/meye/Makefile [deleted file]
drivers/media/pci/meye/meye.c [deleted file]
drivers/media/pci/meye/meye.h [deleted file]
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/deprecated/meye/Kconfig [new file with mode: 0644]
drivers/staging/media/deprecated/meye/Makefile [new file with mode: 0644]
drivers/staging/media/deprecated/meye/TODO [new file with mode: 0644]
drivers/staging/media/deprecated/meye/meye.c [new file with mode: 0644]
drivers/staging/media/deprecated/meye/meye.h [new file with mode: 0644]