From: Fabien Parent Date: Tue, 23 Feb 2016 17:46:09 +0000 (+0100) Subject: greybus: apba: add fct flow usb control requests X-Git-Tag: v4.9.8~1233^2~378^2~21^2~657 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48a173030545472e4d0aa1b432b389ef59bf5cf0;p=platform%2Fkernel%2Flinux-rpi3.git greybus: apba: add fct flow usb control requests Add control requests to enable/disable the flow of unipro FCT tokens Reviewed-by: Johan Hovold Signed-off-by: Fabien Parent Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h index 1a90dc2..f283912 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 */