linux-stable/drivers/media/usb/stk1160
Hans Verkuil 30e932f5d9 media: usb: drop vb2_ops_wait_prepare/finish
Since commit 88785982a1 ("media: vb2: use lock if wait_prepare/finish
are NULL") it is no longer needed to set the wait_prepare/finish
vb2_ops callbacks as long as the lock field in vb2_queue is set.

Since the vb2_ops_wait_prepare/finish callbacks already rely on that field,
we can safely drop these callbacks.

This simplifies the code and this is a step towards the goal of deleting
these callbacks.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2024-10-28 09:19:56 +01:00
..
Kconfig media: stk1160: Simplify the build config definition 2023-05-25 16:21:20 +02:00
Makefile media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
stk1160-ac97.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
stk1160-core.c media: stk1160: If start stream fails, return buffers with VB2_BUF_STATE_QUEUED 2022-03-07 10:59:11 +01:00
stk1160-i2c.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
stk1160-reg.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
stk1160-v4l.c media: usb: drop vb2_ops_wait_prepare/finish 2024-10-28 09:19:56 +01:00
stk1160-video.c media: stk1160: Use min macro 2024-05-03 11:14:15 +01:00
stk1160.h media: stk1160: use dma_alloc_noncontiguous API 2022-03-07 11:01:22 +01:00