media: fsl-viu: remove deprecated driver
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Tue, 10 Jan 2023 09:39:53 +0000 (10:39 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 22 Jan 2023 08:55:25 +0000 (09:55 +0100)
commitb136c90957784fdb631d123e6c3865d249717dc9
tree1455b7bd3322e0eadc8ca6beae12c584ac694c46
parent9ea8a9c72a9b4d24e6045ee25f5e465dc22f9f55
media: fsl-viu: remove deprecated driver

The fsl-viu 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/platform-cardlist.rst
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/deprecated/fsl-viu/Kconfig [deleted file]
drivers/staging/media/deprecated/fsl-viu/Makefile [deleted file]
drivers/staging/media/deprecated/fsl-viu/TODO [deleted file]
drivers/staging/media/deprecated/fsl-viu/fsl-viu.c [deleted file]