aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2015-01-27greybus: build: android: Fix script which locates .ko files and moves them into ramdiskMichael Scott1-1/+1
2015-01-23greybus: spi: add bridged-PHY spi protocol driverViresh Kumar4-0/+454
2015-01-23greybus: es1.c: wait until the last possible minute to start the svc messagesGreg Kroah-Hartman1-3/+5
2015-01-23greybus: ap.c: our workqueue should be orderedGreg Kroah-Hartman1-1/+1
2015-01-23greybus: build: android: add all greybus modules to the buildMichael Scott1-1/+3
2015-01-23greybus: build: android: replace hard-coded build destination with variableMichael Scott1-3/+5
2015-01-23greybus: Revert "protocol: dedup protocol find code"Greg Kroah-Hartman1-10/+25
2015-01-23greybus: Revert "protocol.c: fix a kernel panic caused by __gb_protocol_register"Greg Kroah-Hartman1-1/+1
2015-01-22greybus: i2c: fix name conflict between function and struct: gb_i2c_transfer_requestViresh Kumar1-3/+3
2015-01-22greybus: i2c: fix name conflict between function and struct: gb_i2c_transfer_responseViresh Kumar1-2/+2
2015-01-22greybus: protocol.c: fix a kernel panic caused by __gb_protocol_registerAlexandre Bailon1-1/+1
2015-01-22greybus: remove unused version-response structsViresh Kumar7-38/+0
2015-01-22greybus: create get_version() routines with the help of a macroViresh Kumar9-175/+77
2015-01-22greybus: uart: s/REQ/TYPEViresh Kumar1-13/+13
2015-01-22greybus: Remove "gb-" prefix from .c filesViresh Kumar5-0/+6
2015-01-22greybus: Remove "-gb" suffix from .c filesViresh Kumar7-6/+6
2015-01-21greybus: es2: add ES2 Greybus Host driverGreg Kroah-Hartman2-0/+619
2015-01-21greybus: es1: no need to assign a variable we return directlyGreg Kroah-Hartman1-3/+1
2015-01-21greybus: protocol: dedup protocol find codeRui Miguel Silva1-25/+10
2015-01-21greybus: es1: release urb on error pathRui Miguel Silva1-19/+24
2015-01-21greybus: es1: remove useless statementRui Miguel Silva1-2/+0
2015-01-16greybus: gb_operation: drop operation refcount on cancelPerry Hung1-0/+1
2015-01-16greybus: gb_operation: replace timeout workqueuePerry Hung2-26/+9
2015-01-16greybus: gpio-gb: remove checks for negative offset variableBill Pemberton1-8/+8
2015-01-16greybus: Add FIXME warnings for possible NULL dereferencesBill Pemberton2-0/+4
2015-01-16greybus: gb-vibrator: remove useless if in timeout_store()Bill Pemberton1-2/+0
2015-01-14greybus: Move the es1_ap_desc.c file to Documentation directoryGreg Kroah-Hartman1-0/+0
2015-01-14greybus: rename es1-ap-usb.ko to gb-es1.koGreg Kroah-Hartman2-1/+1
2015-01-14greybus: rename battery-gb.c to gb-battery.cGreg Kroah-Hartman2-1/+1
2015-01-14greybus: rename vibrator-gb.ko to gb-vibrator.koGreg Kroah-Hartman2-1/+1
2015-01-14greybus: rename gpbridge.ko to gb-phy.koGreg Kroah-Hartman1-2/+2
2015-01-14greybus: Makefile: provide install targetGreg Kroah-Hartman1-0/+4
2015-01-14greybus: i2c-gb: fix bad message size in gb_i2cAlexandre Bailon1-1/+1
2015-01-02greybus: sysfs: put a \n at the end of all sysfs filesGreg Kroah-Hartman2-3/+3
2015-01-02greybus: protocol: fix oops when no protocol is assignedGreg Kroah-Hartman1-2/+8
2015-01-02greybus: protocol: name protocols.Greg Kroah-Hartman10-0/+16
2015-01-02greybus: module: get rid of global list of modulesGreg Kroah-Hartman2-29/+22
2015-01-02greybus: i2c-gb: move i2c protocol into the gpbridge driverGreg Kroah-Hartman4-3/+19
2015-01-02greybus: gpb: Create a "GP Bridge" kernel moduleGreg Kroah-Hartman5-51/+76
2015-01-02greybus: battery-gb: move the battery protocol out to a stand-alone moduleGreg Kroah-Hartman4-17/+3
2015-01-02greybus: vibrator-gb: move vibrator protocol to a stand-alone module.Greg Kroah-Hartman4-11/+8
2015-01-02greybus: protocol: add a module owner to a protocolGreg Kroah-Hartman2-6/+17
2015-01-02greybus: bundle: create GB_DEVICE_ID_BADGreg Kroah-Hartman3-2/+6
2014-12-23greybus: i2c-gb: split out into a stand-alone kernel module.Greg Kroah-Hartman4-17/+15
2014-12-23greybus: protocol: split binding of prototcols to connections out of initGreg Kroah-Hartman6-10/+83
2014-12-23greybus: export needed symbols for protocolsGreg Kroah-Hartman3-0/+7
2014-12-23greybus: protocol: switch gb_protocol_register() to return an intGreg Kroah-Hartman10-31/+33
2014-12-23greybus: interface: remove global manifest_descs listGreg Kroah-Hartman3-19/+22
2014-12-23greybus: add module supportGreg Kroah-Hartman10-10/+211
2014-12-19greybus: interface: rename gb_modules_lock -> gb_interfaces_lockGreg Kroah-Hartman1-5/+5