linux-stable/drivers/staging/greybus
Viresh Kumar c16b63e851 greybus: module: name routines consistently
Routines should be named this way: gb_<object>_<operation>. Fix all
routines that don't match this.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2015-05-20 22:39:18 -07:00
..
Documentation greybus: bundle: add state sysfs file 2015-04-17 16:12:49 +02: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
ap.c greybus: interface: name routines consistently 2015-05-20 22:39:18 -07:00
audio-dai.c greybus: audio: fix some sparse static warnings 2015-05-12 10:21:56 -07:00
audio-gb-cmds.c greybus: audio: fix a bunch of endian issues 2015-05-12 10:21:56 -07:00
audio-pcm.c greybus: audio: fix some sparse static warnings 2015-05-12 10:21:56 -07:00
audio.c greybus: audio: fix some sparse static warnings 2015-05-12 10:21:56 -07:00
audio.h greybus: gb-audio: Add integrated greybus audio driver 2015-05-08 22:23:58 +02:00
battery.c greybus: battery: use feature tag rather than kernel version 2015-05-07 22:55:43 +02:00
bundle.c greybus: bundle: use kstrdup() for state file 2015-05-01 16:41:11 +02:00
bundle.h greybus: bundle: add state sysfs file 2015-04-17 16:12:49 +02:00
connection.c greybus: connection: name routines consistently 2015-05-20 22:39:18 -07:00
connection.h greybus: connection: name routines consistently 2015-05-20 22:39:18 -07:00
core.c greybus: interface: name routines consistently 2015-05-20 22:39:18 -07:00
debugfs.c greybus: debugfs: we shouldn't care if debugfs is working or not 2015-03-30 15:01:56 +02:00
devices greybus: devices: endpoint description of device 2014-09-13 17:31:27 -07:00
endo.c greybus: endo: name routines consistently 2015-05-20 22:39:18 -07:00
endo.h greybus: endo: Add code to validate Endo ID 2015-05-11 13:30:09 -07:00
es1.c greybus: MODULE_LICENSE cleanup 2015-04-17 16:12:49 +02:00
es2.c greybus: es2: fix driver name collision with es1 2015-05-05 23:14:17 +02:00
gpb.c greybus: gb-audio: Add integrated greybus audio driver 2015-05-08 22:23:58 +02:00
gpbridge.h greybus: spi: Move structure definitions into gpbridge.h 2015-05-20 22:36:03 -07:00
gpio.c greybus: gpio: fix tab/space mistake 2015-05-20 22:36:03 -07:00
greybus.h greybus: endo: hook up endos into the device tree 2015-04-09 22:50:09 +02:00
greybus_id.h greybus: bundle: s/class_type/class 2015-04-06 12:47:06 +02:00
greybus_manifest.h greybus: raw: add raw greybus kernel driver 2015-05-19 11:00:44 -07:00
hid.c greybus: eliminate extra response flag definitions 2015-05-07 22:57:31 +02:00
i2c.c greybus: Move briged phy structure definitions into gpbridge.h 2015-04-10 11:17:20 +02:00
interface.c greybus: interface: name routines consistently 2015-05-20 22:39:18 -07:00
interface.h greybus: interface: name routines consistently 2015-05-20 22:39:18 -07:00
kernel_ver.h greybus: battery: use feature tag rather than kernel version 2015-05-07 22:55:43 +02:00
LICENSE greybus: Initial commit 2014-08-11 15:29:23 +08:00
loopback.c greybus: loopback: add more clean up when init connection fails 2015-05-14 09:49:04 -07:00
Makefile greybus: raw: add raw greybus kernel driver 2015-05-19 11:00:44 -07:00
manifest.c greybus: Remove class descriptor 2015-05-01 21:08:05 +02: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: module: name routines consistently 2015-05-20 22:39:18 -07:00
module.h greybus: endo: Create modules after validating Endo ID 2015-05-11 13:30:09 -07:00
operation.c greybus: eliminate extra response flag definitions 2015-05-07 22:57:31 +02:00
operation.h greybus: eliminate extra response flag definitions 2015-05-07 22:57:31 +02:00
protocol.c greybus: protocol: remove leading underscore from _gb_protocol_find() 2015-05-20 22:39:18 -07:00
protocol.h greybus: gb-audio: Add integrated greybus audio driver 2015-05-08 22:23:58 +02:00
pwm.c greybus: Move briged phy structure definitions into gpbridge.h 2015-04-10 11:17:20 +02:00
raw.c greybus: raw: include uaccess.h to fix warning 2015-05-20 22:36:03 -07:00
README greybus: update README with info on how to build and contact me. 2014-08-11 15:44:51 +08:00
sdio.c greybus: Remove "-gb" suffix from .c files 2015-01-22 11:27:20 +08:00
spi.c greybus: spi: Move structure definitions into gpbridge.h 2015-05-20 22:36:03 -07:00
svc_msg.h greybus: Explicitly mark structures as packed 2015-04-29 15:51:38 +02:00
uart.c greybus: eliminate extra response flag definitions 2015-05-07 22:57:31 +02:00
usb.c greybus: usb: silence compiler warning 2015-03-19 17:27:08 +01:00
vibrator.c greybus: vibrator: convert idr to be an ida 2015-05-14 13:35:10 -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>