linux/drivers/media/platform/sunxi/sun4i-csi
Hans Verkuil f4ab5d0bf9 media: media/platform: drop vb2_queue_release()
This is only needed for drivers that do not use vb2_fop_release().
Note that vb2_queue_release() is *not* the counterpart of vb2_queue_init()
as some drivers here seem to think.

Also use vb2_video_unregister_device() to automatically stop streaming
at unregister time for those drivers that set vdev->queue.

Note that sun4i-csi didn't unregister the video device at all. That's
now fixed.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-08-28 15:02:26 +02:00
..
Kconfig media: Kconfig files: use select for V4L2 subdevs and MC 2020-04-14 10:29:05 +02:00
Makefile media: add SPDX headers on Kconfig and Makefile files 2020-04-14 10:29:05 +02:00
sun4i_csi.c media: media/platform: drop vb2_queue_release() 2020-08-28 15:02:26 +02:00
sun4i_csi.h media: sun4i-csi: Add support for A10 CSI1 camera sensor interface 2020-01-04 08:21:35 +01:00
sun4i_dma.c media: media/platform: drop vb2_queue_release() 2020-08-28 15:02:26 +02:00
sun4i_v4l2.c sun4i-csi: call _vb2_fop_release instead of v4l2_fh_release 2020-07-19 07:45:55 +02:00