summaryrefslogtreecommitdiff
path: root/bpf_insns.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-15bpf: use Linux' define of BPF_MAXINSNSDaniel Borkmann1-0/+4
2013-06-04bpf: split up instructions and extensions from headerDaniel Borkmann1-0/+58
t>mode:
authorJacopo Mondi <jacopo.mondi@linaro.org>2016-07-15 11:03:42 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2016-07-17 10:31:21 +0900
commitfdf73c00c8872f6f59730955d54b2cdc963e2485 (patch)
treee5729f16b423eef5a7888fc4d750427c039637cb /drivers
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')
-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