aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/interface.h
diff options
context:
space:
mode:
authorGravatar Viresh Kumar <viresh.kumar@linaro.org> 2015-07-01 12:13:58 +0530
committerGravatar Greg Kroah-Hartman <gregkh@google.com> 2015-07-01 16:38:42 -0700
commitc3add7883c70b625b99c37ca89e6ec8733037ce3 (patch)
treef5fe6f2f17ffdd6f482b6c8c5204ac69f37c7ab0 /drivers/staging/greybus/interface.h
parentgreybus: svc: Drop svc_set_route_send() (diff)
downloadlinux-c3add7883c70b625b99c37ca89e6ec8733037ce3.tar.gz
linux-c3add7883c70b625b99c37ca89e6ec8733037ce3.tar.bz2
linux-c3add7883c70b625b99c37ca89e6ec8733037ce3.zip
greybus: interface: device_id belongs to the interface
While introducing bundles, the device_id also got moved to the bundle, whereas it identifies an interface block to the AP. Move it back to interface instead of bundle. Calls to gb_bundle(s)_init() are dropped as connections will be initialized while they are created now, as device_id will be valid. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/interface.h')
-rw-r--r--drivers/staging/greybus/interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/greybus/interface.h b/drivers/staging/greybus/interface.h
index 90dbff13e977..86eb8947a3d6 100644
--- a/drivers/staging/greybus/interface.h
+++ b/drivers/staging/greybus/interface.h
@@ -19,6 +19,7 @@ struct gb_interface {
struct list_head links; /* greybus_host_device->interfaces */
struct list_head manifest_descs;
u8 interface_id; /* Physical location within the Endo */
+ u8 device_id; /* Device id allocated for the interface block by the SVC */
/* Information taken from the manifest descriptor */
u16 vendor;