All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR 3.9] em28xx videobuf2 support and v4l2-compliance fixes
@ 2013-01-04 19:41 Devin Heitmueller
  2013-01-04 19:59 ` Ezequiel Garcia
  2013-01-05 12:51 ` Frank Schäfer
  0 siblings, 2 replies; 5+ messages in thread
From: Devin Heitmueller @ 2013-01-04 19:41 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Hans Verkuil

Hello Mauro,

Please pull the following series for 3.9, which ports em28xx to VB2 as
well as applying Hans Verkuil's v4l2-compliance fixes for em28xx.

Thanks,

Devin

The following changes since commit 8cd7085ff460ead3aba6174052a408f4ad52ac36:

  [media] get_dvb_firmware: Fix the location of firmware for Terratec
HTC (2013-01-01 11:18:26 -0200)

are available in the git repository at:

  git://git.kernellabs.com/dheitmueller/linuxtv.git v39staging

for you to fetch changes up to 381abfc158c2dad81a558a3d3ff924fc7f80d277:

  em28xx: convert to videobuf2 (2013-01-04 14:16:24 -0500)

----------------------------------------------------------------
Devin Heitmueller (1):
      em28xx: convert to videobuf2

Hans Verkuil (14):
      em28xx: fix querycap.
      em28xx: remove bogus input/audio ioctls for the radio device.
      em28xx: fix VIDIOC_DBG_G_CHIP_IDENT compliance errors.
      em28xx: fix tuner/frequency handling
      v4l2-ctrls: add a notify callback.
      em28xx: convert to the control framework.
      em28xx: convert to v4l2_fh, fix priority handling.
      em28xx: add support for control events.
      em28xx: fill in readbuffers and fix incorrect return code.
      em28xx: fix broken TRY_FMT.
      tvp5150: remove compat control ops.
      em28xx: std fixes: don't implement in webcam mode, and fix std changes.
      em28xx: remove sliced VBI support.
      em28xx: zero vbi_format reserved array and add try_vbi_fmt.

 Documentation/video4linux/v4l2-controls.txt |   22 +-
 drivers/media/i2c/tvp5150.c                 |    7 -
 drivers/media/usb/em28xx/Kconfig            |    3 +-
 drivers/media/usb/em28xx/em28xx-cards.c     |   31 +-
 drivers/media/usb/em28xx/em28xx-dvb.c       |    4 +-
 drivers/media/usb/em28xx/em28xx-vbi.c       |  123 ++-
 drivers/media/usb/em28xx/em28xx-video.c     | 1159 ++++++++-------------------
 drivers/media/usb/em28xx/em28xx.h           |   38 +-
 drivers/media/v4l2-core/v4l2-ctrls.c        |   18 +
 include/media/v4l2-ctrls.h                  |   25 +
 10 files changed, 504 insertions(+), 926 deletions(-)


-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-01-05 12:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-04 19:41 [GIT PULL FOR 3.9] em28xx videobuf2 support and v4l2-compliance fixes Devin Heitmueller
2013-01-04 19:59 ` Ezequiel Garcia
2013-01-04 20:59   ` Devin Heitmueller
2013-01-05 12:49     ` Frank Schäfer
2013-01-05 12:51 ` Frank Schäfer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.