linux-stable/drivers/staging/greybus
Viresh Kumar a4040ab7e6 greybus: ap: keep all svc function routines together
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>
2014-11-19 10:38:50 -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
ap.c greybus: ap: keep all svc function routines together 2014-11-19 10:38:50 -08:00
battery-gb.c greybus: add an incoming request receive method 2014-11-05 14:23:50 -08:00
connection.c greybus: rework receve handling 2014-11-18 12:50:34 -08:00
connection.h greybus: kill off the last of gbuf.c 2014-11-17 17:19:20 -08:00
core.c greybus: send buffers without gbufs 2014-11-18 12:50:34 -08:00
debugfs.c greybus: nullify dangling pointers 2014-11-14 13:32:27 -08:00
devices greybus: devices: endpoint description of device 2014-09-13 17:31:27 -07:00
es1-ap-usb.c greybus: send buffers without gbufs 2014-11-18 12:50:34 -08: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: define struct gb_message 2014-11-17 17:19:20 -08:00
greybus.h greybus: kill the last gbuf remnants 2014-11-18 12:53:37 -08:00
greybus_id.h greybus: greybus_id.h: checkpatch cleanup 2014-10-06 20:37:08 -07:00
greybus_manifest.h greybus: greybus_manifest.h: update with full list of protocols 2014-11-17 15:19:14 -08:00
i2c-gb.c greybus: define struct gb_message 2014-11-17 17:19:20 -08:00
interface.c greybus: skeleton for future uevents. 2014-11-15 12:12:16 -08:00
interface.h greybus: interface: move gb_module_interface_init() to interface.c 2014-11-14 13:49:04 -08:00
kernel_ver.h greybus: vibrator-gb: fixes based on Marti's review comments. 2014-11-17 16:55:54 -08:00
LICENSE greybus: Initial commit 2014-08-11 15:29:23 +08:00
Makefile greybus: Merge branch 'master' into vibrator-gb 2014-11-18 12:18:35 -08:00
manifest.c greybus: Revert "manifest: remove extra loop for finding module descriptor" 2014-11-14 14:37:56 -08:00
manifest.h greybus: fix module setup 2014-10-03 19:00:10 -07:00
module.c greybus: skeleton for future uevents. 2014-11-15 12:12:16 -08:00
module.h greybus: interface: move gb_module_interface_init() to interface.c 2014-11-14 13:49:04 -08:00
operation.c greybus: pass gfp_flags for message allocation 2014-11-18 12:53:38 -08:00
operation.h greybus: stop storing dest_cport_id in message 2014-11-18 12:53:38 -08:00
protocol.c greybus: vibrator-gb: add vibrator driver 2014-11-17 16:03:34 -08:00
protocol.h greybus: vibrator-gb: add vibrator driver 2014-11-17 16:03:34 -08:00
pwm-gb.c greybus: define struct gb_message 2014-11-17 17:19:20 -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 an incoming request receive method 2014-11-05 14:23:50 -08:00
svc_msg.h greybus: update AP id service message 2014-10-22 18:46:21 +08:00
sysfs.c greybus: sysfs: generalize gb_module_attr() to capture more cases 2014-11-14 13:17:55 -08:00
uart-gb.c greybus: define struct gb_message 2014-11-17 17:19:20 -08:00
vibrator-gb.c greybus: vibrator-gb.c: fix up incorrect comment 2014-11-19 10:36:23 -08: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>