Staging: most: add MOST driver's aim-v4l2 module
authorChristian Gromm <christian.gromm@microchip.com>
Fri, 24 Jul 2015 14:11:52 +0000 (16:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Jul 2015 20:49:17 +0000 (13:49 -0700)
commit3d31c0cb6c127b1d943b610065a05decf821998c
tree9352acbadad9917ea249bd156d258366a90a87e5
parent54b4856fb3624609dd5d9ed013bfec7d67083622
Staging: most: add MOST driver's aim-v4l2 module

This patch adds the aim-v4l2 module of the MOST driver to the kernel's
driver staging area. This module is part of the MOST driver and handles
user space interaction by means of V4L2.

This patch is needed in order to have access to MOST isochronous AVP data
through V4L2 devices.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/Kconfig
drivers/staging/most/Makefile
drivers/staging/most/aim-v4l2/Kconfig [new file with mode: 0644]
drivers/staging/most/aim-v4l2/Makefile [new file with mode: 0644]
drivers/staging/most/aim-v4l2/video.c [new file with mode: 0644]