alistair23-linux/drivers/staging/greybus
Greg Kroah-Hartman a93938a23d greybus: rename interface_block.[c|h] -> interface.[c|h]
Interface_block is being renamed to interface, so move the file first.

Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
2014-12-19 15:35:44 -08:00
..
Documentation greybus: bundle: s/gb_interface/gb_bundle/g 2014-12-13 13:37:49 -05:00
.gitignore greybus: gitignore: few more additions 2014-11-14 13:14:37 -08:00
Android.mk greybus: build: Add -fno-pic for 32bit arm as well 2014-10-30 15:33:38 -07:00
ap.c greybus: bundle: s/gb_interface/gb_bundle/g 2014-12-13 13:37:49 -05:00
battery-gb.c greybus: bundle: s/gb_interface/gb_bundle/g 2014-12-13 13:37:49 -05:00
bundle.c greybus: interface_block.c: rename the "interfaces" list "bundles" 2014-12-19 15:35:44 -08:00
bundle.h greybus: bundle: s/gb_interface/gb_bundle/g 2014-12-13 13:37:49 -05:00
connection.c greybus: bundle: s/gb_interface/gb_bundle/g 2014-12-13 13:37:49 -05:00
connection.h greybus: bundle: s/gb_interface/gb_bundle/g 2014-12-13 13:37:49 -05:00
core.c greybus: bundle: s/gb_interface/gb_bundle/g 2014-12-13 13:37:49 -05:00
debugfs.c greybus: add Linaro copyrights 2014-12-12 14:15:55 -05:00
devices greybus: devices: endpoint description of device 2014-09-13 17:31:27 -07:00
es1-ap-usb.c greybus: es1-ap-usb: don't protest when getting -EPROTO USB errors 2014-12-13 13:35:33 -05:00
es1_ap_desc.c greybus: es1 endpoint descriptor: minor fixes to get the config right 2014-09-13 16:15:07 -07:00
gpio-gb.c greybus: add Linaro copyrights 2014-12-12 14:15:55 -05:00
greybus.h greybus: rename interface_block.[c|h] -> interface.[c|h] 2014-12-19 15:35:44 -08:00
greybus_id.h greybus: driver matching: Greybus drivers bind to interface blocks, not modules 2014-12-11 19:53:59 -05:00
greybus_manifest.h greybus: bundle: s/gb_interface/gb_bundle/g 2014-12-13 13:37:49 -05:00
i2c-gb.c greybus: add Linaro copyrights 2014-12-12 14:15:55 -05:00
interface.c greybus: rename interface_block.[c|h] -> interface.[c|h] 2014-12-19 15:35:44 -08:00
interface.h greybus: rename interface_block.[c|h] -> interface.[c|h] 2014-12-19 15:35:44 -08:00
kernel_ver.h greybus: add Linaro copyrights 2014-12-12 14:15:55 -05:00
LICENSE greybus: Initial commit 2014-08-11 15:29:23 +08:00
Makefile greybus: rename interface_block.[c|h] -> interface.[c|h] 2014-12-19 15:35:44 -08:00
manifest.c greybus: bundle: s/gb_interface/gb_bundle/g 2014-12-13 13:37:49 -05:00
manifest.h greybus: add Linaro copyrights 2014-12-12 14:15:55 -05:00
operation.c greybus: add Linaro copyrights 2014-12-12 14:15:55 -05:00
operation.h greybus: add Linaro copyrights 2014-12-12 14:15:55 -05:00
protocol.c greybus: add Linaro copyrights 2014-12-12 14:15:55 -05:00
protocol.h greybus: add Linaro copyrights 2014-12-12 14:15:55 -05:00
pwm-gb.c greybus: set up connection->private properly 2014-12-03 15:08:17 -08: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: add Linaro copyrights 2014-12-12 14:15:55 -05:00
svc_msg.h greybus: add Linaro copyrights 2014-12-12 14:15:55 -05:00
uart-gb.c greybus: add Linaro copyrights 2014-12-12 14:15:55 -05:00
usb-gb.c greybus: add Linaro copyrights 2014-12-12 14:15:55 -05:00
vibrator-gb.c greybus: add Linaro copyrights 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>