mbox series

[GIT,PULL,FOR,v6.6] bttv: convert to vb2

Message ID 642a98c6-e50c-1bcb-85f1-f5b3aeb606c5@xs4all.nl
State New
Headers show
Series [GIT,PULL,FOR,v6.6] bttv: convert to vb2 | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.6d

Message

Hans Verkuil Aug. 12, 2023, 4:16 p.m. UTC
I plan to merge this tomorrow...

Regards,

	Hans

The following changes since commit c816786c3b46ebe42c4887933e50a79b35c0a1c3:

  media: i2c: rdacm21: Fix uninitialized value (2023-08-11 13:36:19 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.6d

for you to fetch changes up to 7aa9c2cd2cdf5e1692ae6a52b1442535c33ed08b:

  media: bttv: convert to vb2 (2023-08-12 10:41:43 +0200)

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

----------------------------------------------------------------
Deborah Brouwer (13):
      media: bttv: use video_drvdata to get bttv
      media: bttv: replace BUG with WARN_ON
      media: bttv: radio use v4l2_fh instead of bttv_fh
      media: bttv: copy vid fmt/width/height from fh
      media: bttv: copy vbi_fmt from bttv_fh
      media: bttv: move do_crop flag out of bttv_fh
      media: bttv: remove format field from bttv_buffer
      media: bttv: remove tvnorm field from bttv_buffer
      media: bttv: remove crop info from bttv_buffer
      media: bttv: move vbi_skip/vbi_count out of buffer
      media: bttv: refactor bttv_set_dma()
      media: bttv: use audio defaults for winfast2000
      media: bttv: convert to vb2

 drivers/media/pci/bt8xx/Kconfig           |    2 +-
 drivers/media/pci/bt8xx/bt848.h           |    8 +
 drivers/media/pci/bt8xx/bttv-audio-hook.c |   10 +-
 drivers/media/pci/bt8xx/bttv-driver.c     | 1022 ++++++++++++++++++++++++++-----------------------------------------------------
 drivers/media/pci/bt8xx/bttv-risc.c       |  411 ++++++++++++++++++--------------
 drivers/media/pci/bt8xx/bttv-vbi.c        |  283 +++++++++-------------
 drivers/media/pci/bt8xx/bttvp.h           |   79 ++++---
 7 files changed, 723 insertions(+), 1092 deletions(-)