alistair23-linux/drivers/staging/greybus
Greg Kroah-Hartman f9b1df64a9 greybus: es1-ap-usb: don't protest when getting -EPROTO USB errors
-EPROTO happens when devices are starting to go away in a system, or
there is something wrong on the USB connection.  Either way, it's safe
to resubmit the urb for this error, don't complain to userspace about
this, as the user will see this for every device removed, which looks
scary, but means nothing.

Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Reviewed-by: Alex Elder <elder@linaro.org>
2014-12-13 13:35:33 -05:00
..
Documentation greybus: interface: document sysfs files 2014-12-11 19:53:59 -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: add Linaro copyrights 2014-12-12 14:15:55 -05:00
battery-gb.c greybus: add Linaro copyrights 2014-12-12 14:15:55 -05:00
bundle.c greybus: bundle: rename interface.[c|h] to bundle.[c|h] 2014-12-13 13:35:33 -05:00
bundle.h greybus: bundle: rename interface.[c|h] to bundle.[c|h] 2014-12-13 13:35:33 -05:00
connection.c greybus: add Linaro copyrights 2014-12-12 14:15:55 -05:00
connection.h greybus: add Linaro copyrights 2014-12-12 14:15:55 -05:00
core.c greybus: add Linaro copyrights 2014-12-12 14:15:55 -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: bundle: rename interface.[c|h] to bundle.[c|h] 2014-12-13 13:35:33 -05: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: add Linaro copyrights 2014-12-12 14:15:55 -05:00
i2c-gb.c greybus: add Linaro copyrights 2014-12-12 14:15:55 -05:00
interface_block.c greybus: add Linaro copyrights 2014-12-12 14:15:55 -05:00
interface_block.h greybus: add Linaro copyrights 2014-12-12 14:15:55 -05: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: bundle: rename interface.[c|h] to bundle.[c|h] 2014-12-13 13:35:33 -05:00
manifest.c greybus: add Linaro copyrights 2014-12-12 14:15:55 -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>