linux-stable/drivers/staging/greybus
Fabien Parent e074a2e287 greybus: es2: rename misnamed CPORT_MAX into CPORT_COUNT
Rename the misnamed macro CPORT_MAX into CPORT_COUNT. CPORT_MAX could let
people think that the macro is holding the value of the last CPort ID
usable.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
Reviewed-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
2015-09-02 16:11:11 +02:00
..
Documentation greybus: interface: device_id belongs to the interface 2015-07-01 16:38:42 -07:00
.gitignore greybus: gitignore: few more additions 2014-11-14 13:14:37 -08:00
Android.mk greybus: build: android: Fix script which locates .ko files and moves them into ramdisk 2015-01-27 14:49:04 -08:00
LICENSE greybus: Initial commit 2014-08-11 15:29:23 +08:00
Makefile greybus: makefile: use POSIX functions for kernel cmp 2015-08-18 09:27:48 -07:00
README greybus: update README with info on how to build and contact me. 2014-08-11 15:44:51 +08:00
audio-dai.c greybus: add copyright statements 2015-05-23 16:47:56 -07:00
audio-gb-cmds.c greybus: audio: Drop get_version support 2015-08-11 19:33:05 -07:00
audio-pcm.c greybus: gb-audio: Reset sample count when CPort deactivated 2015-06-10 10:35:03 -07:00
audio.c greybus: audio: Drop get_version support 2015-08-11 19:33:05 -07:00
audio.h greybus: audio: Drop get_version support 2015-08-11 19:33:05 -07:00
battery.c greybus: battery: Move request/response structure/definitions to greybus_protocols.h 2015-08-12 20:57:56 -07:00
bundle.c greybus: bundles: remove gb_bundle(s)_init() 2015-07-01 16:38:42 -07:00
bundle.h greybus: bundles: remove gb_bundle(s)_init() 2015-07-01 16:38:42 -07:00
connection.c greybus: connection: Don't free resources freed by gb_connection_release() 2015-08-13 19:19:31 -07:00
connection.h greybus: connection: add a timestamp kfifo to track connection handoff 2015-08-11 20:00:40 -07:00
control.c greybus: Drop protocol specific _PROTOCOL_VERSION and _INVALID macros 2015-08-14 14:34:14 -07:00
control.h greybus: control: Drop get_version support 2015-08-11 19:33:05 -07:00
core.c greybus: Merge branch 'master' into branch 'svc'. 2015-08-11 22:14:06 -07:00
debugfs.c greybus: tag core init and exit functions 2015-06-10 10:38:23 -07:00
devices greybus: devices: endpoint description of device 2014-09-13 17:31:27 -07:00
endo.c greybus: endo: fix endo-id allocation flag 2015-09-02 10:47:06 +02:00
endo.h greybus: remove __init from .h files 2015-06-11 09:35:00 -07:00
es1.c greybus: es1/es2: set transfer flag to send a zero-length packet 2015-09-01 14:36:52 +02:00
es2.c greybus: es2: rename misnamed CPORT_MAX into CPORT_COUNT 2015-09-02 16:11:11 +02:00
firmware.c greybus: firmware: fix potential stack corruption 2015-09-01 14:42:02 +02:00
firmware.h greybus: Add firmware protocol driver 2015-08-11 22:12:59 -07:00
gpbridge.c greybus: gpbridge: rename gpb.c to gpbridge.c 2015-05-20 22:43:05 -07:00
gpio.c greybus: gpio: Drop get_version support 2015-08-11 19:33:05 -07:00
greybus.h greybus: Merge branch 'master' into branch 'svc'. 2015-08-11 22:14:06 -07:00
greybus_id.h greybus: bundle: s/class_type/class 2015-04-06 12:47:06 +02:00
greybus_manifest.h greybus: Add firmware protocol driver 2015-08-11 22:12:59 -07:00
greybus_protocols.h greybus: sdio: fix command type defines 2015-09-01 14:54:41 +02:00
hid.c greybus: hid: Move request/response structure/definitions to greybus_protocols.h 2015-08-12 20:57:56 -07:00
i2c.c greybus: i2c: Drop get_version support 2015-08-11 19:33:05 -07:00
interface.c greybus: interface: fix potential attribute-buffer overflow 2015-09-02 10:47:55 +02:00
interface.h greybus: interface: Preserve data received during hotplug event 2015-08-11 21:57:12 -07:00
kernel_ver.h greybus: lights: add lights implementation 2015-08-14 14:47:07 -07:00
light.c greybus: lights: add lights implementation 2015-08-14 14:47:07 -07:00
loopback.c greybus: loopback: fix typo in comment 2015-08-18 09:45:23 -07:00
manifest.c greybus: manifest: convert pr_err to dev_err 2015-07-22 10:17:26 -07:00
manifest.h greybus: manifest: Use interface descriptor instead of module descriptor to get information 2015-04-06 12:05:58 +02:00
module.c greybus: Prefix module-id with endo id 2015-06-08 15:18:02 -07:00
module.h greybus: endo: Create modules after validating Endo ID 2015-05-11 13:30:09 -07:00
operation.c greybus: operation: Fix wrong order of arguments 2015-08-18 09:31:07 -07:00
operation.h greybus: operation: Move operation header to greybus_protocols.h 2015-08-03 19:57:40 -07:00
protocol.c greybus: protocol: send own protocol version while requesting it 2015-08-12 20:55:01 -07:00
protocol.h greybus: protocol: send own protocol version while requesting it 2015-08-12 20:55:01 -07:00
pwm.c greybus: pwm: replace pr_err with dev_err 2015-09-02 10:48:31 +02:00
raw.c greybus: raw: Move request/response structure/definitions to greybus_protocols.h 2015-08-13 19:19:30 -07:00
sdio.c greybus: sdio: Drop get_version support 2015-08-11 19:33:05 -07:00
spi.c greybus: spi: Drop get_version support 2015-08-11 19:33:05 -07:00
svc.c greybus: svc: get hd directly from connection 2015-09-02 12:09:55 +02:00
svc.h greybus: svc: remove interface->svc pointer 2015-07-24 16:33:20 -07:00
uart.c greybus: uart: Drop get_version support 2015-08-11 19:33:05 -07:00
usb.c greybus: usb: Drop get_version support 2015-08-11 19:33:05 -07:00
vibrator.c greybus: vibrator: Drop get_version support 2015-08-11 19:33:05 -07: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>