All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] au0828 vb2 conversion
@ 2015-01-13  2:56 Shuah Khan
  2015-01-13  2:56 ` [PATCH v3 1/3] media: fix au0828 compile error from au0828_boards initialization Shuah Khan
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Shuah Khan @ 2015-01-13  2:56 UTC (permalink / raw)
  To: m.chehab, hans.verkuil, dheitmueller, prabhakar.csengg,
	sakari.ailus, laurent.pinchart, ttmesterr
  Cc: Shuah Khan, linux-media, linux-kernel

This patch series includes patch v3 of the au0828 vb2 conversion,
removing video and vbi buffer timeout handling, and a patch to
fix compile error from au0828_boards initialization which uses a
a define from videobuf-core.h which is no longer included with the
vb2 conversion change.

The following work is in progress and will be done as separate
patches:
- removing users and using v4l2_fh_is_singular_file() instead.
- Changing dynamic allocation of video device structs to static
  which will reduce the overhead to allocate at register time and
  deallocating at unregister.
- New v4l2-compliance tool showed warnings on try_fmt and s_fmt
  because the driver doesn't return error in all cases.

Changes from patch v2:
- Dropped already acked from the v3 series
  [PATCH v2 2/3] media: au0828 change to not zero out fmt.pix.priv
- Split compile error fix and vb2 conversion patches
- Made changes to vb2 conversion patch to address comments on v2
  patch.
- Updated commit log for remove video and vbi buffer timeout
  work-around patch
- Rebased and tested patches on 3.19-rc4

Shuah Khan (3):
  media: fix au0828 compile error from au0828_boards initialization
  media: au0828 - convert to use videobuf2
  media: au0828 remove video and vbi buffer timeout work-around

 drivers/media/usb/au0828/Kconfig        |    2 +-
 drivers/media/usb/au082e/au0828-cards.c |    2 +-
 drivers/media/usb/au0828/au0828-vbi.c   |  122 ++--
 drivers/media/usb/au0828/au0828-video.c | 1005 +++++++++++--------------------
 drivers/media/usb/au0828/au0828.h       |   64 +-
 5 files changed, 414 insertions(+), 781 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2015-01-22 22:27 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-13  2:56 [PATCH v3 0/3] au0828 vb2 conversion Shuah Khan
2015-01-13  2:56 ` [PATCH v3 1/3] media: fix au0828 compile error from au0828_boards initialization Shuah Khan
2015-01-22 12:44   ` Lad, Prabhakar
2015-01-13  2:56 ` [PATCH v3 2/3] media: au0828 - convert to use videobuf2 Shuah Khan
2015-01-22 12:41   ` Lad, Prabhakar
2015-01-22 15:00     ` Devin Heitmueller
2015-01-22 15:05       ` Shuah Khan
2015-01-22 16:16     ` Shuah Khan
2015-01-22 20:47       ` Lad, Prabhakar
2015-01-22 22:27         ` Shuah Khan
2015-01-13  2:56 ` [PATCH v3 3/3] media: au0828 remove video and vbi buffer timeout work-around Shuah Khan
2015-01-13  4:44   ` Devin Heitmueller
2015-01-13 14:12     ` Shuah Khan
2015-01-13 14:19       ` 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.