aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/greybus.h
diff options
context:
space:
mode:
authorPerry Hung <perry@leaflabs.com>2015-07-24 19:02:33 -0400
committerGreg Kroah-Hartman <gregkh@google.com>2015-07-27 14:13:07 -0700
commit9c1552d7c4a97acb759ab41635197d213d677c9e (patch)
tree0a337f763879ca8688f11338e28660e34505e5ab /drivers/staging/greybus/greybus.h
parentgreybus: svc: create bidirectional routes on hotplug request (diff)
downloadlinux-dev-9c1552d7c4a97acb759ab41635197d213d677c9e.tar.xz
linux-dev-9c1552d7c4a97acb759ab41635197d213d677c9e.zip
greybus: svc: connection: ask SVC to create connections
Ask the SVC to do all the necessary bits for creating a new connection. This is skipped for the initial SVC connection. Tested-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Perry Hung <perry@leaflabs.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/greybus.h')
-rw-r--r--drivers/staging/greybus/greybus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h
index 90f996276ca4..ef11b960d1b7 100644
--- a/drivers/staging/greybus/greybus.h
+++ b/drivers/staging/greybus/greybus.h
@@ -103,6 +103,7 @@ struct greybus_host_device {
struct gb_endo *endo;
struct gb_connection *initial_svc_connection;
+ struct gb_svc *svc;
/* Private data for the host driver */
unsigned long hd_priv[0] __aligned(sizeof(s64));