OSDN Git Service

greybus: introduce SVC protocol
authorAlex Elder <elder@linaro.org>
Fri, 22 May 2015 18:02:08 +0000 (13:02 -0500)
committerGreg Kroah-Hartman <gregkh@google.com>
Sat, 23 May 2015 23:54:39 +0000 (16:54 -0700)
commit30c6d9d753724bc616ee1e2ca5cadc03747b8b07
treefa6a48fe512e7ace459b160273973b7ae3b1221b
parent4441f4759cfdf12840999676d2428a56f6248d8e
greybus: introduce SVC protocol

This patch adds support for the Greybus SVC protocol.  We may want
to rearrange protocol numbers at some point, since this is a pretty
fundamental protocol.

Note:  It has only been compile tested; no SVC CPorts have yet been
defined, so this code is not yet exercised.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/Makefile
drivers/staging/greybus/greybus.h
drivers/staging/greybus/greybus_manifest.h
drivers/staging/greybus/greybus_protocols.h
drivers/staging/greybus/svc.c [new file with mode: 0644]
drivers/staging/greybus/svc.h [new file with mode: 0644]