summaryrefslogtreecommitdiff
path: root/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-22bpf: Remove unncessary #include <xmalloc.h> from bpf.hTobias Klauser1-1/+1
2013-07-09configure: fix multiple issues in build configurationDaniel Borkmann1-1/+2
2013-06-04bpf: split up instructions and extensions from headerDaniel Borkmann1-98/+2
2013-06-04misc: cleanup header commentsDaniel Borkmann1-6/+0
2013-05-24misc: fix some minor compile warnings all overDaniel Borkmann1-2/+3
2013-03-19bpfc: filter: add poff ancillary operationDaniel Borkmann1-0/+3
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+135
>
greybus: firmware: Add 'status' byte to backend fw version response
The backend processor may not be ready to return the version of firmware it is running by the time AP requests for it. The greybus specification is updated to return 1-byte 'status' to return the error type, RETRY is one of them. This patch implements that in greybus now. Note that the version structure was common across interface and backend version requests earlier, but that is changing as well. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers')