summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/greybus_manifest.h
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2015-05-22 13:02:08 -0500
committerGreg Kroah-Hartman <gregkh@google.com>2015-05-23 16:54:39 -0700
commit30c6d9d753724bc616ee1e2ca5cadc03747b8b07 (patch)
treefa6a48fe512e7ace459b160273973b7ae3b1221b /drivers/staging/greybus/greybus_manifest.h
parent4441f4759cfdf12840999676d2428a56f6248d8e (diff)
downloadop-kernel-dev-30c6d9d753724bc616ee1e2ca5cadc03747b8b07.zip
op-kernel-dev-30c6d9d753724bc616ee1e2ca5cadc03747b8b07.tar.gz
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>
Diffstat (limited to 'drivers/staging/greybus/greybus_manifest.h')
-rw-r--r--drivers/staging/greybus/greybus_manifest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/greybus/greybus_manifest.h b/drivers/staging/greybus/greybus_manifest.h
index de1b1db..d6175ce 100644
--- a/drivers/staging/greybus/greybus_manifest.h
+++ b/drivers/staging/greybus/greybus_manifest.h
@@ -42,6 +42,7 @@ enum greybus_protocol {
GREYBUS_PROTOCOL_LOOPBACK = 0x11,
GREYBUS_PROTOCOL_I2S_RECEIVER = 0x12,
GREYBUS_PROTOCOL_I2S_TRANSMITTER = 0x13,
+ GREYBUS_PROTOCOL_SVC = 0x14,
/* ... */
GREYBUS_PROTOCOL_RAW = 0xfe,
GREYBUS_PROTOCOL_VENDOR = 0xff,
OpenPOWER on IntegriCloud