media: remove the old videobuf framework
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Sun, 13 Aug 2023 08:22:54 +0000 (10:22 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 27 Sep 2023 07:40:01 +0000 (09:40 +0200)
commit2a2fffb488a3c5ea9c06d0b572c90c4aa78709b6
tree9ac3d17c5e928b040797a54223af057a1d4c64f0
parent785c4aa400cb81cb96793771bb629c6582c71f21
media: remove the old videobuf framework

The last driver that still used this old framework has been converted
to the videobuf2 framework. So it is now time to delete the old videobuf
code.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
14 files changed:
Documentation/driver-api/media/v4l2-core.rst
Documentation/driver-api/media/v4l2-dev.rst
Documentation/driver-api/media/v4l2-videobuf.rst [deleted file]
Documentation/translations/zh_CN/video4linux/v4l2-framework.txt
drivers/media/v4l2-core/Kconfig
drivers/media/v4l2-core/Makefile
drivers/media/v4l2-core/videobuf-core.c [deleted file]
drivers/media/v4l2-core/videobuf-dma-contig.c [deleted file]
drivers/media/v4l2-core/videobuf-dma-sg.c [deleted file]
drivers/media/v4l2-core/videobuf-vmalloc.c [deleted file]
include/media/videobuf-core.h [deleted file]
include/media/videobuf-dma-contig.h [deleted file]
include/media/videobuf-dma-sg.h [deleted file]
include/media/videobuf-vmalloc.h [deleted file]