[media] davinci: vpfe: add v4l2 video driver support
authorManjunath Hadli <manjunath.hadli@ti.com>
Wed, 28 Nov 2012 05:03:38 +0000 (02:03 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 21 Dec 2012 16:12:59 +0000 (14:12 -0200)
commit622897da67b38290a2a0fbbebdd13f2448a1b5e0
tree2feae02ea2b1c18d36d7449c7c8abc990e3649b5
parent91825400ba9a8a081d0efe7ac21e55d9fd6545f9
[media] davinci: vpfe: add v4l2 video driver support

Add a generic video driver functionality to be used by all the vpfe
drivers for davinci SoCs. The functionality includes all the
standard v4l2 interfaces including streaming. The video node
interface can be used both as an input and output node for both
continuous and single shot modes. Also supports dv_presets to include
HD modes, wth support for both user pointer IO and mmap. The buffering
mechanism is based on videobuf2 interface.

Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/media/davinci_vpfe/vpfe_video.c [new file with mode: 0644]
drivers/staging/media/davinci_vpfe/vpfe_video.h [new file with mode: 0644]