greybus: interface: Update gb_create_control_connection() to support SVC protocol
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 21 Jul 2015 12:14:17 +0000 (17:44 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 22 Jul 2015 17:12:41 +0000 (10:12 -0700)
commit7a24a3f6ce507a3169bbc38fc70b9d0919a44cd5
treee28621711507520f441f9d1b66591b7224904c61
parent75662e5ca9e0d85fd3e94e51712e79c18c10064f
greybus: interface: Update gb_create_control_connection() to support SVC protocol

We need to create bundle/connection for svc cport after the endo layout
and interface id is known to the AP. gb_create_control_connection() can
be reused for this, but it should be renamed to something more
appropriate, as its not about control-connection anymore.

Lets name it gb_create_bundle_connection().

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/interface.c
drivers/staging/greybus/interface.h