OpenCloudOS-Kernel/drivers/staging/greybus
Johan Hovold 6ab1ce4d54 greybus: operation: remove gb_operation_destroy
Remove legacy interface to "destroy" operations, which is now just a
wrapper for gb_operation_put.

The old interface name hides the fact that all operations are refcounted
and may live on even after having "destroyed" them.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2015-09-29 19:14:26 +02:00
..
Documentation greybus: Documentation: Update sysfs-bus-greybus 2015-09-17 14:52:43 -07:00
.gitignore greybus: gitignore: few more additions 2014-11-14 13:14:37 -08:00
Android.mk greybus: build: android: avoid building for targets that don't have kernel binary 2015-09-03 09:54:05 +02:00
LICENSE greybus: Initial commit 2014-08-11 15:29:23 +08:00
Makefile greybus: operation, core: hook tracepoints into message opertions 2015-09-18 14:07:28 -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: connection: call gb_connection_exit() from gb_connection_destroy() 2015-09-03 14:45:09 +02:00
bundle.h greybus: bundles: remove gb_bundle(s)_init() 2015-07-01 16:38:42 -07:00
connection.c greybus: loopback: drop dependency on internal timestamps 2015-09-23 12:39:24 -07:00
connection.h greybus: loopback: drop dependency on internal timestamps 2015-09-23 12:39:24 -07:00
control.c greybus: Add flags to struct gb_protocol 2015-09-14 21:19:46 -07:00
control.h greybus: control: Drop get_version support 2015-08-11 19:33:05 -07:00
core.c greybus: tracepoints: add tracepoints for host_device tx/rx 2015-09-23 12:39:24 -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/2: fix use-after-free in completion callback 2015-09-29 19:09:06 +02:00
es2.c greybus: es1/2: fix use-after-free in completion callback 2015-09-29 19:09:06 +02:00
firmware.c greybus: firmware: Don't send control-disconnected event for firmware protocol 2015-09-24 15:25:03 -07: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: hd: remove connection-create/destroy callbacks 2015-09-17 14:35:47 -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: firmware: drop 'stage' from ready-to-boot request 2015-09-24 15:25:03 -07:00
greybus_trace.h greybus: tracepoints: add tracepoints for host_device tx/rx 2015-09-23 12:39:24 -07:00
hid.c greybus: operation: remove gb_operation_destroy 2015-09-29 19:14:26 +02:00
i2c.c greybus: operation: remove gb_operation_destroy 2015-09-29 19:14:26 +02:00
interface.c greybus: interface: gb_interface_create() isn't called for existing interfaces 2015-09-24 15:25:03 -07:00
interface.h greybus: interface: Pass interface pointer to gb_interface_remove() 2015-09-24 15:25:03 -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: operation: remove gb_operation_destroy 2015-09-29 19:14:26 +02:00
manifest.c greybus: manifest: release cport descriptors to avoid 'excess descriptors' warning 2015-09-14 21:19:46 -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: remove gb_operation_destroy 2015-09-29 19:14:26 +02:00
operation.h greybus: operation: remove gb_operation_destroy 2015-09-29 19:14:26 +02:00
protocol.c greybus: greybus_protocols: add missing version-request definition 2015-09-15 06:15:37 -07:00
protocol.h greybus: Add flags to struct gb_protocol 2015-09-14 21:19:46 -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: fix work-queue leak and use-after-free 2015-09-14 21:57:25 -07:00
spi.c greybus: operation: remove gb_operation_destroy 2015-09-29 19:14:26 +02:00
svc.c greybus: interface: Pass interface pointer to gb_interface_remove() 2015-09-24 15:25:03 -07:00
svc.h greybus: svc: Implement DME peer get/set attributes helpers 2015-09-14 21:52:16 -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: fix tear-down race 2015-09-14 21:57:25 -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>