mbox series

[GIT,PULL,for,v6.8-rc2] media fixes

Message ID 20240126110338.2d1063f4@coco.lan
State New
Headers show
Series [GIT,PULL,for,v6.8-rc2] media fixes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.8-3

Message

Mauro Carvalho Chehab Jan. 26, 2024, 10:03 a.m. UTC
Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.8-3


For:
- removal of K3 DT prefix from wave5;
- vb2 core: fix missing caps on VIDIO_CREATE_BUFS under certain circumstances;
- videobuf2: Stop direct calls to queue num_buffers field

Regards,
Mauro

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://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.8-3

for you to fetch changes up to b32431b753217d8d45b018443b1a7aac215921fb:

  media: vb2: refactor setting flags and caps, fix missing cap (2024-01-24 17:27:51 +0100)

----------------------------------------------------------------
media fixes for v6.8-rc2

----------------------------------------------------------------
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

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