All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] em28xx VBI2 port and v4l2-compliance fixes
@ 2013-01-04 20:59 Devin Heitmueller
  2013-01-04 20:59 ` [PATCH 01/15] em28xx: fix querycap Devin Heitmueller
                   ` (15 more replies)
  0 siblings, 16 replies; 22+ messages in thread
From: Devin Heitmueller @ 2013-01-04 20:59 UTC (permalink / raw)
  To: linux-media; +Cc: Devin Heitmueller

This patch series converts the em28xx driver to videobuf2 and fixes
a number of issues found with v4l2-compliance on em28xx.

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

-- 
1.7.9.5


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

end of thread, other threads:[~2013-01-08 18:59 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-04 20:59 [PATCH 00/15] em28xx VBI2 port and v4l2-compliance fixes Devin Heitmueller
2013-01-04 20:59 ` [PATCH 01/15] em28xx: fix querycap Devin Heitmueller
2013-01-04 20:59 ` [PATCH 02/15] em28xx: remove bogus input/audio ioctls for the radio device Devin Heitmueller
2013-01-04 20:59 ` [PATCH 03/15] em28xx: fix VIDIOC_DBG_G_CHIP_IDENT compliance errors Devin Heitmueller
2013-01-04 20:59 ` [PATCH 04/15] em28xx: fix tuner/frequency handling Devin Heitmueller
2013-01-04 20:59 ` [PATCH 05/15] v4l2-ctrls: add a notify callback Devin Heitmueller
2013-01-04 20:59 ` [PATCH 06/15] em28xx: convert to the control framework Devin Heitmueller
2013-01-04 20:59 ` [PATCH 07/15] em28xx: convert to v4l2_fh, fix priority handling Devin Heitmueller
2013-01-04 20:59 ` [PATCH 08/15] em28xx: add support for control events Devin Heitmueller
2013-01-04 20:59 ` [PATCH 09/15] em28xx: fill in readbuffers and fix incorrect return code Devin Heitmueller
2013-01-04 20:59 ` [PATCH 10/15] em28xx: fix broken TRY_FMT Devin Heitmueller
2013-01-05  2:54   ` Mauro Carvalho Chehab
2013-01-05 13:34     ` Hans Verkuil
2013-01-05 15:36       ` Mauro Carvalho Chehab
2013-01-04 20:59 ` [PATCH 11/15] tvp5150: remove compat control ops Devin Heitmueller
2013-01-04 20:59 ` [PATCH 12/15] em28xx: std fixes: don't implement in webcam mode, and fix std changes Devin Heitmueller
2013-01-04 20:59 ` [PATCH 13/15] em28xx: remove sliced VBI support Devin Heitmueller
2013-01-04 20:59 ` [PATCH 14/15] em28xx: zero vbi_format reserved array and add try_vbi_fmt Devin Heitmueller
2013-01-04 20:59 ` [PATCH 15/15] em28xx: convert to videobuf2 Devin Heitmueller
2013-01-08 18:40   ` Frank Schäfer
2013-01-08 18:59     ` Devin Heitmueller
2013-01-04 21:04 ` [PATCH 00/15] em28xx VBI2 port and v4l2-compliance fixes Devin Heitmueller

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.