greybus: Add driver for the camera class protocol
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 15 Dec 2015 01:18:06 +0000 (03:18 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 15 Dec 2015 02:12:30 +0000 (18:12 -0800)
commit3265edaf0d70433699eece915fcca6509332c0e8
treeabe5faee750d99ef45897c46aa7e73b17d41d4b1
parente61a2a7114bc9d87d4db2994bbe49a28f8331a3a
greybus: Add driver for the camera class protocol

Integration with the V4L2 camera drivers isn't available yet, a debugfs
interface is exposed instead to call the camera Greybus operations.

The debugfs interface will be kept for module testing purpose in order
to exercise all the protocol operations with various valid and invalid
parameters.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo.mondi@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/Makefile
drivers/staging/greybus/camera.c [new file with mode: 0644]