Alex Elder 36561f23a8 greybus: define connection state
Define the state of a connection.  A connection will not be
enabled until it has been successfully set up.  Once it starts
getting torn down its state will move to "being destroyed".

Don't send any operation request messages unless the connection is
enabled.  And drop any incoming messages if if the connection is
not enabled.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
2014-10-22 17:20:28 +08:00
..
2014-10-21 06:22:32 +08:00
2014-10-22 17:20:28 +08:00
2014-10-22 17:20:28 +08:00
2014-09-22 17:32:08 -07:00
2014-08-11 15:29:23 +08:00
2014-10-02 21:22:45 -07:00
2014-10-03 19:00:10 -07:00
2014-10-22 13:57:49 +08:00
2014-10-22 13:57:49 +08:00
2014-10-22 17:20:28 +08:00
2014-10-22 17:20:28 +08:00
2014-10-02 21:22:04 -07:00
2014-10-02 21:17:20 -07:00

Greybus kernel code

To build against the running kernel (odds are you don't want this):
	make

To build against a specific kernel source tree (odds are you want this):
	KERNELDIR=/home/some/random/place make

Any questions / concerns about this code base, please email:
	Greg Kroah-Hartman <greg@kroah.com>