greybus: camera: HACK: Export GB camera interface
authorGjorgji Rosikopulos <grosikopulos@mm-sol.com>
Wed, 13 Jan 2016 19:52:37 +0000 (21:52 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 13 Jan 2016 23:29:59 +0000 (15:29 -0800)
commitfc0ddf5adbc2636365b1f8c3c21cd3adf0a8c252
tree2cd709f9be22d799b9eb84770ccbb298289870a7
parent9c06c6a2b9ec4cfa78a4cf5ab123bfca0285e083
greybus: camera: HACK: Export GB camera interface

Gb camera need to communicate with HOST driver.
as temporary solution there will be shared header
between gb camera HOST camera.
Both need to be in sync since gb drivers are compiled
out of the kernel tree.

Gb camera register camera operation functions when is created.
Currently unregister is not supported.

Signed-off-by: Gjorgji Rosikopulos <grosikopulos@mm-sol.com>
Acked-by: Laurent Pinchart <laurent.pinchart@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/gb-camera.h [new file with mode: 0644]