mbox series

[GIT,PULL,FOR,v6.7] One CEC and one videobuf2-core.h patch

Message ID 6d3151e0-4a5d-4449-8d99-4a06f3e9ecfc@xs4all.nl
State New
Headers show
Series [GIT,PULL,FOR,v6.7] One CEC and one videobuf2-core.h patch | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.7p

Message

Hans Verkuil Oct. 16, 2023, 7:15 a.m. UTC
Hi Mauro,

A small PR for 6.7 with one cec patch and one vb2 patch adding the
vb2_get_num_buffers() helper. This last one is picked up from the
DELETE_BUFS series since having this patch in mainline will simplify
converting all drivers to use the new helper instead of directly
accessing q->num_buffers.

Regards,

	Hans

The following changes since commit 94e27fbeca27d8c772fc2bc807730aaee5886055:

  media: cec: meson: always include meson sub-directory in Makefile (2023-10-13 11:33:22 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.7p

for you to fetch changes up to ea1ea11a72c45a157c1c1f6b994a3263ba7a420b:

  media: cec: core: count low-drive, error and arb-lost conditions (2023-10-16 09:03:41 +0200)

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

----------------------------------------------------------------
Benjamin Gaignard (1):
      media: videobuf2: Add helper to get queue number of buffers

Hans Verkuil (1):
      media: cec: core: count low-drive, error and arb-lost conditions

 drivers/media/cec/core/cec-adap.c | 54 +++++++++++++++++++++++++++++++++++++++++++++++++-----
 include/media/cec.h               | 14 ++++++++++++--
 include/media/videobuf2-core.h    | 11 ++++++++++-
 3 files changed, 71 insertions(+), 8 deletions(-)