summaryrefslogtreecommitdiff
path: root/staging/mops_ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'staging/mops_ext.c')
0 files changed, 0 insertions, 0 deletions
h=nds-private-remove&id=6cc270483c550f1d3f7098bb7fb0de20537947a2'>6cc270483c550f1d3f7098bb7fb0de20537947a2 (diff)
greybus: camera: Add wrapper for sync operation with flags
The greybus operation core synchronous operation call doesn't support operation flags. Create a new synchronous operation wrapper with flags, and modify the capabilities operation implementation to use it. The code could be later moved to the greybus core if other drivers have a similar need. Signed-off-by: Jacopo Mondi <jacopo.mondi@linaro.org> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/greybus/camera.c60
1 files changed, 41 insertions, 19 deletions
diff --git a/drivers/staging/greybus/camera.c b/drivers/staging/greybus/camera.c