mbox series

[GIT,FIXES,FOR,v6.8] Two wave5 fixes and two vb2 fixes for 6.8

Message ID 9a626cf7-2a8b-42dc-8cda-076dce0a5d0b@xs4all.nl
State New
Headers show
Series [GIT,FIXES,FOR,v6.8] Two wave5 fixes and two vb2 fixes for 6.8 | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-f6.8a

Message

Hans Verkuil Jan. 24, 2024, 8:40 a.m. UTC
Two wave5 patches, dropping the K3 prefix so that this won't turn up in
the final release.

Two vb2 patches to fix a bug in vb2_ioctl_create_bufs() where the
MAX_NUM_BUFFERS capability was not exposed to userspace.

I plan to push this to the fixes branch by the end of today.

Regards,

	Hans

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-f6.8a

for you to fetch changes up to 79c8849053d3f316da3d61a0bd7a4aa86ef1526a:

  media: vb2: refactor setting flags and caps, fix missing cap (2024-01-22 16:38:01 +0100)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Benjamin Gaignard (1):
      media: media videobuf2: Stop direct calls to queue num_buffers field

Brandon Brnich (2):
      dt-bindings: media: Remove K3 Family Prefix from Compatible
      media: chips-media: wave5: Remove K3 References

Hans Verkuil (1):
      media: vb2: refactor setting flags and caps, fix missing cap

 Documentation/devicetree/bindings/media/cnm,wave521c.yaml |  4 ++--
 drivers/media/common/videobuf2/videobuf2-core.c           |  2 +-
 drivers/media/common/videobuf2/videobuf2-v4l2.c           | 55 +++++++++++++++++++++++++---------------------------
 drivers/media/platform/chips-media/wave5/wave5-vpu.c      |  2 +-
 4 files changed, 30 insertions(+), 33 deletions(-)