Implements v2g bridge module for early camera. 80/30780/2
authorFang, Neo <neo.fang@intel.com>
Fri, 21 Nov 2014 16:34:39 +0000 (16:34 +0000)
committerFang, Neo <neo.fang@intel.com>
Thu, 27 Nov 2014 13:35:46 +0000 (13:35 +0000)
commit1deb227114307676db9a67849e3dae9f2680774d
tree5f732f2dc7cf30acf6af1944e17f0b714e4f1b05
parentf07c7831a89a2ea4a288b493437632c2e4be7f0c
Implements v2g bridge module for early camera.

V2G bridge module detects and opens camera devices through V4L2
APIs, and mmaps the camera video on spriteC plane of Intel i915
driver. Currently, this module supports UVC cameras.
For the details, please check wiki page:
https://wiki.tizen.org/wiki/Early_Camera

Change-Id: I9e3a8a7f67f07182076c225ddfe4509130041319
Signed-off-by: Fang, Neo <neo.fang@intel.com>
drivers/media/pci/Makefile
drivers/media/pci/v2g_bridge/Kconfig [new file with mode: 0644]
drivers/media/pci/v2g_bridge/Makefile [new file with mode: 0644]
drivers/media/pci/v2g_bridge/v2g_bridge.c [new file with mode: 0644]
drivers/media/pci/v2g_bridge/v2g_bridge.h [new file with mode: 0644]