mbox

[PATCH/RFC,v1,0/7] Videobuf2 framework

Message ID 4C88A841.5090207@samsung.com (mailing list archive)
State RFC, archived
Headers

Pull-request

git://git.infradead.org/users/kmpark/linux-2.6-samsung

Message

Pawel Osciak Sept. 9, 2010, 9:26 a.m. UTC
  On 09/09/2010 06:19 PM, Pawel Osciak wrote:
> Hello,
>
> These patches add a new driver framework for Video for Linux 2 driver
> - Videobuf2.

Sorry, I failed to mention that these patches depend on the multi-planar
API extensions, but do not require multi-planar support in drivers and 
in vivi.

Videobuf2 supports multi-planes, but can be used normally with current,
single-planar API and drivers.

Multi-planar API is available on this list and can also be pulled from here:

The following changes since commit 67ac062a5138ed446a821051fddd798a01478f85:

    V4L/DVB: Fix regression for BeholdTV Columbus (2010-08-24 10:39:32 
-0300)

are available in the git repository at:
    git://git.infradead.org/users/kmpark/linux-2.6-samsung 
v4l/multiplane-api

Pawel Osciak (4):
        v4l: Add multi-planar API definitions to the V4L2 API
        v4l: Add multi-planar ioctl handling code
        v4l: Add compat functions for the multi-planar API
        v4l: fix copy sizes in compat32 for ext controls

   drivers/media/video/v4l2-compat-ioctl32.c |  229 +++++++++++++---
   drivers/media/video/v4l2-ioctl.c          |  420 
++++++++++++++++++++++++++---
   include/linux/videodev2.h                 |  124 +++++++++-
   include/media/v4l2-ioctl.h                |   16 ++
   4 files changed, 709 insertions(+), 80 deletions(-)