media: cpia2: remove deprecated driver
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Tue, 10 Jan 2023 09:33:52 +0000 (10:33 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 22 Jan 2023 08:55:00 +0000 (09:55 +0100)
commit9ea8a9c72a9b4d24e6045ee25f5e465dc22f9f55
tree698976acb2b9d554bdac7d377d5ab764aa0322ac
parentba47652ba65523ccadac3f8d50dc0e0d560477b2
media: cpia2: remove deprecated driver

The cpia2 driver does not use the vb2 framework for streaming
video, instead it implements this in the driver. This is error prone,
and nobody stepped in to convert this driver to that framework.

The hardware is very old, so the decision was made to remove it
altogether.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
16 files changed:
Documentation/admin-guide/media/cpia2.rst [deleted file]
Documentation/admin-guide/media/other-usb-cardlist.rst
Documentation/admin-guide/media/usb-cardlist.rst
Documentation/admin-guide/media/v4l-drivers.rst
Documentation/driver-api/media/drivers/cpia2_devel.rst [deleted file]
Documentation/driver-api/media/drivers/index.rst
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/deprecated/cpia2/Kconfig [deleted file]
drivers/staging/media/deprecated/cpia2/Makefile [deleted file]
drivers/staging/media/deprecated/cpia2/TODO [deleted file]
drivers/staging/media/deprecated/cpia2/cpia2.h [deleted file]
drivers/staging/media/deprecated/cpia2/cpia2_core.c [deleted file]
drivers/staging/media/deprecated/cpia2/cpia2_registers.h [deleted file]
drivers/staging/media/deprecated/cpia2/cpia2_usb.c [deleted file]
drivers/staging/media/deprecated/cpia2/cpia2_v4l.c [deleted file]