]> git.karo-electronics.de Git - karo-tx-linux.git/commit
greybus: time out operation requests
authorAlex Elder <elder@linaro.org>
Wed, 22 Oct 2014 07:04:28 +0000 (02:04 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Wed, 22 Oct 2014 09:20:28 +0000 (17:20 +0800)
commite816e3741956746d7a0e1992e4a4e96e8af5ab30
tree78b3527e065f176cb8785ac7a77caf204a5c41ac
parent63e4a8ee8fdd9d86e7d2f16a99d82ee03fa0a785
greybus: time out operation requests

Arrange for operation requests that takke too long to time out.
At the moment, nothing happens when that occurs (other than a silly
message getting printed).  When the connection and operation and
interface and module code are cleaned up properly, this event should
most likely cause the affected module to get torn down.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/connection.c
drivers/staging/greybus/connection.h
drivers/staging/greybus/operation.c