summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorFabien Parent <fparent@baylibre.com>2016-02-23 18:46:09 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2016-02-24 17:21:58 -0800
commit48a173030545472e4d0aa1b432b389ef59bf5cf0 (patch)
treebba8235b2df2bdff9772ad81a6102088ef6d02ea /drivers
parent9ed5e1ba33d12dfcc693c87779f39b91c16c15b9 (diff)
greybus: apba: add fct flow usb control requests
Add control requests to enable/disable the flow of unipro FCT tokens Reviewed-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Fabien Parent <fparent@baylibre.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/greybus/greybus_protocols.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h
index 1a90dc2d9c3a..f28391279555 100644
--- a/drivers/staging/greybus/greybus_protocols.h
+++ b/drivers/staging/greybus/greybus_protocols.h
@@ -195,6 +195,9 @@ struct gb_control_interface_version_response {
/* request to control the CSI transmitter */
#define GB_APB_REQUEST_AUDIO_CONTROL 0x09
+/* vendor requests to enable/disable FCT tokens flow */
+#define GB_APB_REQUEST_FCT_FLOW_EN 0x0b
+#define GB_APB_REQUEST_FCT_FLOW_DIS 0x0c
/* Firmware Protocol */