summaryrefslogtreecommitdiff
path: root/netsniff-ng.zsh
AgeCommit message (Expand)AuthorFilesLines
2014-08-12netsniff-ng: Add command line option to disable hardware time stampingTobias Klauser1-0/+1
2014-03-23zsh: Unify completion help messages for --version and --helpTobias Klauser1-1/+1
2013-05-13zsh: add netsniff-ng zsh auto completion supportDaniel Borkmann1-0/+69
ion value='0' selected='selected'>unified
Diffstat (limited to 'drivers/staging/greybus')
-rw-r--r--drivers/staging/greybus/camera.c126
1 files changed, 91 insertions, 35 deletions
diff --git a/drivers/staging/greybus/camera.c b/drivers/staging/greybus/camera.c> /drivers/staging/greybus
parent6cc270483c550f1d3f7098bb7fb0de20537947a2 (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/staging/greybus')
-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