summaryrefslogtreecommitdiff
path: root/iosched.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-03iosched: break out io scheduling functions from xutilsDaniel Borkmann1-0/+8
tion value='7'>7space:mode:
authorGeorgi Dobrev <gdobrev@mm-sol.com>2016-08-09 14:37:32 -0700
committerGreg Kroah-Hartman <gregkh@google.com>2016-08-10 15:44:03 +0200
commit57fa2de1e5671c3632c5666ce08e03f1e3dc0242 (patch)
treed55ded5b87d145f9eb8e546f438b7c7adcb118aa /drivers/staging
parent127bada1a1951d9624c08eeab99234ced0df900e (diff)
greybus: greybus-driver: Add intf_oops operation
Add intf_oops operation to SVC Protocol. This operation will notify the AP about a fatal error in a module. The request has two arguments: -u8 intf - the interface in question -u8 reason - reason of the error The response has no payload. Upon receiving the Request, the driver disables the Interface. Signed-off-by: Georgi Dobrev <gdobrev@mm-sol.com> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Ashwin Chaugule <ashwinch@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/greybus/greybus_protocols.h7
-rw-r--r--drivers/staging/greybus/svc.c50
2 files changed, 57 insertions, 0 deletions
diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h