Alex Elder c7f82d5dc0 greybus: start using struct gb_message
This converts some of the operation code to start leveraging the
new gb_message type.  Instead of creating the request and response
gbufs, we initialize (and tear down with a new function) the
request and response message structures.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
2014-11-17 17:19:20 -08:00
..
2014-11-17 10:41:19 -08:00
2014-11-14 13:32:27 -08:00
2014-11-17 17:19:20 -08:00
2014-11-17 17:19:20 -08:00
2014-11-17 17:19:20 -08:00
2014-08-11 15:29:23 +08:00
2014-11-14 13:10:21 -08:00
2014-10-03 19:00:10 -07:00
2014-11-15 12:12:16 -08:00
2014-11-17 17:19:20 -08:00
2014-11-14 13:10:21 -08:00
2014-11-17 17:19:20 -08:00
2014-11-17 17:19:20 -08: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>