1
0
Fork 0
alistair23-linux/drivers/staging/greybus
Viresh Kumar 530430b717 greybus: uart: s/REQ/TYPE
Request type for all other protocols is defined like: GB_<protocol>_TYPE_<operation>,
but for UART is like: GB_<protocol>_REQ_<operation>.

Replace REQ with TYPE to make it consistent. It will also be useful in a later
patch that creates get_version() routines with the help of a macro.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
2015-01-22 11:29:39 +08:00
..
Documentation greybus: Move the es1_ap_desc.c file to Documentation directory 2015-01-14 21:10:31 -08: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
LICENSE greybus: Initial commit 2014-08-11 15:29:23 +08:00
Makefile greybus: Remove "gb-" prefix from .c files 2015-01-22 11:27:20 +08:00
README greybus: update README with info on how to build and contact me. 2014-08-11 15:44:51 +08:00
ap.c greybus: interface: we really are creating/destroying interfaces not modules. 2014-12-19 15:37:50 -08:00
battery.c greybus: Remove "gb-" prefix from .c files 2015-01-22 11:27:20 +08:00
bundle.c greybus: sysfs: put a \n at the end of all sysfs files 2015-01-02 13:08:03 -08:00
bundle.h greybus: bundle: create GB_DEVICE_ID_BAD 2015-01-02 13:05:42 -08:00
connection.c greybus: sysfs: put a \n at the end of all sysfs files 2015-01-02 13:08:03 -08:00
connection.h greybus: protocol: split binding of prototcols to connections out of init 2014-12-23 21:04:02 -08:00
core.c greybus: gpb: Create a "GP Bridge" kernel module 2015-01-02 13:05:42 -08: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.c greybus: Remove "gb-" prefix from .c files 2015-01-22 11:27:20 +08:00
es2.c greybus: Remove "gb-" prefix from .c files 2015-01-22 11:27:20 +08:00
gpb.c greybus: i2c-gb: move i2c protocol into the gpbridge driver 2015-01-02 13:05:42 -08:00
gpio.c greybus: Remove "-gb" suffix from .c files 2015-01-22 11:27:20 +08:00
greybus.h greybus: add module support 2014-12-23 15:30:00 -08:00
greybus_id.h greybus: greybus_id.h: minor typo fixes 2014-12-19 15:36:32 -08:00
greybus_manifest.h greybus: bundle: s/gb_interface/gb_bundle/g 2014-12-13 13:37:49 -05:00
i2c.c greybus: Remove "-gb" suffix from .c files 2015-01-22 11:27:20 +08:00
interface.c greybus: interface: remove global manifest_descs list 2014-12-23 21:00:33 -08:00
interface.h greybus: interface: remove global manifest_descs list 2014-12-23 21:00:33 -08:00
kernel_ver.h greybus: add module support 2014-12-23 15:30:00 -08:00
manifest.c greybus: interface: remove global manifest_descs list 2014-12-23 21:00:33 -08:00
manifest.h greybus: interface: s/gb_interface_block/gb_interface/g 2014-12-19 15:35:44 -08:00
module.c greybus: module: get rid of global list of modules 2015-01-02 13:05:42 -08:00
module.h greybus: module: get rid of global list of modules 2015-01-02 13:05:42 -08:00
operation.c greybus: gb_operation: drop operation refcount on cancel 2015-01-16 11:09:45 -08:00
operation.h greybus: gb_operation: replace timeout workqueue 2015-01-16 11:09:45 -08:00
protocol.c greybus: protocol: dedup protocol find code 2015-01-21 09:45:59 +08:00
protocol.h greybus: protocol: name protocols. 2015-01-02 13:06:48 -08:00
pwm.c greybus: Remove "-gb" suffix from .c files 2015-01-22 11:27:20 +08:00
sdio.c greybus: Remove "-gb" suffix from .c files 2015-01-22 11:27:20 +08:00
svc_msg.h greybus: interface: s/gb_interface_block/gb_interface/g 2014-12-19 15:35:44 -08:00
uart.c greybus: uart: s/REQ/TYPE 2015-01-22 11:29:39 +08:00
usb.c greybus: Remove "-gb" suffix from .c files 2015-01-22 11:27:20 +08:00
vibrator.c greybus: Remove "gb-" prefix from .c files 2015-01-22 11:27:20 +08:00

README

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>