greybus: connection: drop the svc quiescing operation
authorJohan Hovold <johan@hovoldconsulting.com>
Tue, 19 Jul 2016 15:21:27 +0000 (17:21 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 20 Jul 2016 01:27:35 +0000 (18:27 -0700)
commit042fd749abab492ae02452cf675f7bc146814955
treec6af2bd1807bfd888816e8ebde4d9e3745acf0e7
parentd53cc1c37e5a4006fb23df8e54dc4a50e01732d9
greybus: connection: drop the svc quiescing operation

Connection tear down is being reworked, and the SVC quiescing operation
is going away.

Let's remove this operation now along with the coupled second ping from
our intermediate tear down implementation.

This both avoids unnecessary noise in the logs resulting from the fact
that the SVC side of the quiescing operation was never merged, and
speeds up connection tear down slightly.

Testing done: Tested on EVT2 using runtime PM.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Sandeep Patil <sspatil@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/connection.c
drivers/staging/greybus/greybus_protocols.h
drivers/staging/greybus/svc.c
drivers/staging/greybus/svc.h