linux-stable/drivers/staging/greybus
2014-09-01 18:41:39 -07:00
..
.gitignore greybus: README and .gitignore updates 2014-08-11 15:32:12 +08:00
ap.c greybus: export gb_new_ap_msg so that the es1 module can use it 2014-09-01 14:39:34 -07:00
core.c greybus: serial number attribute added 2014-09-01 18:41:39 -07:00
debugfs.c greybus: ap message loop added. 2014-08-31 16:17:04 -07:00
es1-ap-usb.c greybus: turn off warnings for es1-ap-usb.c to make it easier to build for now... 2014-09-01 14:39:14 -07:00
gbuf.c greybus: start parsing descriptor fields 2014-09-01 16:03:31 -07:00
gpio-gb.c greybus: s/greybus_device_id/greybus_module_id/g 2014-09-01 13:31:31 -07:00
greybus.h greybus: sysfs attributes for functions and more driver core integration. 2014-09-01 18:34:28 -07:00
greybus_desc.h greybus: sysfs attributes for functions and more driver core integration. 2014-09-01 18:34:28 -07:00
greybus_id.h greybus: get field names right for descriptors 2014-09-01 13:42:43 -07:00
i2c-gb.c greybus: s/greybus_device_id/greybus_module_id/g 2014-09-01 13:31:31 -07:00
LICENSE greybus: Initial commit 2014-08-11 15:29:23 +08:00
Makefile greybus: ap message loop added. 2014-08-31 16:17:04 -07:00
README greybus: update README with info on how to build and contact me. 2014-08-11 15:44:51 +08:00
sdio-gb.c greybus: s/greybus_device_id/greybus_module_id/g 2014-09-01 13:31:31 -07:00
svc_msg.h greybus: more changes due to name changes in the greybus document 2014-09-01 10:59:08 -07:00
uart-gb.c greybus: s/greybus_device_id/greybus_module_id/g 2014-09-01 13:31:31 -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>