linux-stable/drivers/staging/greybus
Johan Hovold d7849bffc6 greybus: vibrator: fix tear-down race
Do not release the minor number until after the device has been
deregistered.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2015-09-14 21:57:25 -07:00
..
Documentation greybus: connection: Add sysfs 'ap_cport_id' file for connections 2015-09-14 21:29:01 -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
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: connection: Add sysfs 'ap_cport_id' file for connections 2015-09-14 21:29:01 -07:00
connection.h greybus: connection: fail to bind if connection init fails 2015-09-03 14:46:52 +02: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: connection: call gb_connection_exit() from gb_connection_destroy() 2015-09-03 14:45:09 +02: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: fix build-time cport constraint 2015-09-03 09:45:04 +02:00
es2.c greybus: es2: update the bulk_ep_set value accepted by map_to_cpor_ep() 2015-09-04 14:49:09 -07:00
firmware.c greybus: firmware: Send AP-ready operation 2015-09-14 21:52:16 -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: Greybus driver: add a new callbacks to driver 2015-09-04 14:49:09 -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: Send AP-ready operation 2015-09-14 21:52:16 -07: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: add num_cports field to greybus hd 2015-09-02 16:21:54 +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
LICENSE greybus: Initial commit 2014-08-11 15:29:23 +08:00
light.c greybus: lights: add lights implementation 2015-08-14 14:47:07 -07:00
loopback.c greybus: loopback: use dev_name to populate sysfsname 2015-09-14 21:45:46 -07:00
Makefile greybus: makefile: use POSIX functions for kernel cmp 2015-08-18 09:27:48 -07: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: 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: 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
README greybus: update README with info on how to build and contact me. 2014-08-11 15:44:51 +08:00
sdio.c greybus: sdio: Drop get_version support 2015-08-11 19:33:05 -07:00
spi.c greybus: spi: Allow spi-core to allocate bus numbers dynamically 2015-09-04 12:20:08 +02:00
svc.c greybus: svc: Implement DME peer get/set attributes helpers 2015-09-14 21:52:16 -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

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>