Greg Kroah-Hartman 86cad66677 greybus: interface: remove global manifest_descs list
The list was global and had no locking.  It's not like we were ever
parsing more than one manifest at the same time right now, but we might
in the future.  And we really want this to be local to the interface
itself, for future work redoing how to bind protocols to bundles, so
move the list to the interface structure.

Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
2014-12-23 21:00:33 -08:00
..
2014-12-23 15:30:00 -08:00
2014-12-23 15:30:00 -08:00
2014-12-23 15:30:00 -08:00
2014-12-12 14:15:55 -05:00
2014-12-12 14:15:55 -05:00
2014-12-23 15:30:00 -08:00
2014-12-12 14:15:55 -05:00
2014-12-23 15:30:00 -08:00
2014-08-11 15:29:23 +08:00
2014-12-23 15:30:00 -08:00
2014-12-23 15:30:00 -08:00
2014-12-23 15:30:00 -08:00
2014-12-12 14:15:55 -05:00
2014-12-12 14:15:55 -05:00
2014-12-12 14:15:55 -05:00
2014-12-12 14:15:55 -05:00
2014-12-12 14:15:55 -05:00
2014-12-12 14:15:55 -05:00
2014-12-12 14:15:55 -05:00
2014-12-12 14:15:55 -05: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>