summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/greybus_protocols.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2016-05-27 17:26:41 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2016-05-27 12:24:17 -0700
commit8ccf389b1909a644e5941217e243ca1c663c8160 (patch)
treeb905e18193faa34097340b0d9ce6622da69b0106 /drivers/staging/greybus/greybus_protocols.h
parent55742d2a071a569bf20f90d37b1b5b8a25a3f882 (diff)
downloadop-kernel-dev-8ccf389b1909a644e5941217e243ca1c663c8160.zip
op-kernel-dev-8ccf389b1909a644e5941217e243ca1c663c8160.tar.gz
greybus: svc: remove deprecated hotplug operations
Now that firmware has made the switch to the new interface boot sequence, we can remove support for the deprecated hotplug and hot-unplug operations. Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/greybus_protocols.h')
-rw-r--r--drivers/staging/greybus/greybus_protocols.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h
index 6afd0a6..77ac3f2 100644
--- a/drivers/staging/greybus/greybus_protocols.h
+++ b/drivers/staging/greybus/greybus_protocols.h
@@ -908,8 +908,6 @@ struct gb_spi_transfer_response {
#define GB_SVC_TYPE_PROTOCOL_VERSION 0x01
#define GB_SVC_TYPE_SVC_HELLO 0x02
#define GB_SVC_TYPE_INTF_DEVICE_ID 0x03
-#define GB_SVC_TYPE_INTF_HOTPLUG 0x04
-#define GB_SVC_TYPE_INTF_HOT_UNPLUG 0x05
#define GB_SVC_TYPE_INTF_RESET 0x06
#define GB_SVC_TYPE_CONN_CREATE 0x07
#define GB_SVC_TYPE_CONN_DESTROY 0x08
@@ -983,23 +981,6 @@ struct gb_svc_intf_device_id_request {
} __packed;
/* device id response has no payload */
-struct gb_svc_intf_hotplug_request {
- __u8 intf_id;
- struct {
- __le32 ddbl1_mfr_id;
- __le32 ddbl1_prod_id;
- __le32 ara_vend_id;
- __le32 ara_prod_id;
- __le64 serial_number;
- } data;
-} __packed;
-/* hotplug response has no payload */
-
-struct gb_svc_intf_hot_unplug_request {
- __u8 intf_id;
-} __packed;
-/* hot unplug response has no payload */
-
struct gb_svc_intf_reset_request {
__u8 intf_id;
} __packed;
OpenPOWER on IntegriCloud