linux-stable/drivers/staging/greybus
2014-08-30 16:47:26 -07:00
..
.gitignore greybus: README and .gitignore updates 2014-08-11 15:32:12 +08:00
core.c greybus: hook up sdio, gpio, and tty into the greybus core. 2014-08-30 16:47:26 -07:00
gbuf.c greybus: add framework for 'struct gbuf' 2014-08-11 19:03:20 +08:00
gpio-gb.c greybus: hook up sdio, gpio, and tty into the greybus core. 2014-08-30 16:47:26 -07:00
greybus.h greybus: hook up sdio, gpio, and tty into the greybus core. 2014-08-30 16:47:26 -07:00
greybus_id.h greybus: Import most recent greybus code to new repo. 2014-08-11 15:30:45 +08:00
i2c-gb.c greybus: start moving the function types into the greybus core 2014-08-30 16:20:22 -07:00
LICENSE greybus: Initial commit 2014-08-11 15:29:23 +08:00
Makefile greybus: hook up sdio, gpio, and tty into the greybus core. 2014-08-30 16:47:26 -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: hook up sdio, gpio, and tty into the greybus core. 2014-08-30 16:47:26 -07:00
uart-gb.c greybus: hook up sdio, gpio, and tty into the greybus core. 2014-08-30 16:47:26 -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>