aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2015-11-23greybus: hd: fix cport-count checkJohan Hovold1-1/+1
2015-11-23greybus: connection: fix cport-id rangeJohan Hovold1-1/+1
2015-11-23greybus: Audio: Add skeleton code for GB virtual codec driverVaibhav Agarwal3-0/+403
2015-11-21greybus: add class matching macroJohan Hovold1-0/+4
2015-11-21greybus: move id-matching back to coreJohan Hovold2-37/+35
2015-11-21greybus: fix vendor and product matchingJohan Hovold5-14/+7
2015-11-21greybus: interface: remove unique idJohan Hovold4-11/+0
2015-11-21greybus: remove unique-id matchingJohan Hovold3-12/+2
2015-11-21greybus: fix bundle-id match macrosJohan Hovold1-4/+4
2015-11-19greybus: svc: fix missing version-request sanity checksJohan Hovold1-0/+8
2015-11-19greybus: firmware: break long linesJohan Hovold1-4/+8
2015-11-19greybus: firmware: fix information leakJohan Hovold1-2/+9
2015-11-19greybus: loopback: allocate a response even for a 0-byte requestBartosz Golaszewski1-9/+9
2015-11-19greybus: loopback: fix invalid response sizeAlexandre Bailon1-2/+2
2015-11-16greybus: manifest: fix bundle descriptor parseRui Miguel Silva1-5/+13
2015-11-16greybus: audio: Allocate protocol and class valuesMark Greer1-4/+4
2015-11-16greybus: es1: Remove the (now) unused es1 driverViresh Kumar3-733/+2
2015-11-16greybus: es2: remove fake vendor/product idsViresh Kumar1-1/+0
2015-11-12greybus: power_supply: rework and operation changesRui Miguel Silva3-232/+780
2015-11-12greybus: makefile: add power_supply config checkRui Miguel Silva1-1/+1
2015-11-12greybus: battery: move implementation to power_supplyRui Miguel Silva3-113/+116
2015-11-12greybus: battery: move battery file to power_supplyRui Miguel Silva2-2/+2
2015-11-12greybus: es2: Send cport-id in wValue field to usb_control_msg()Viresh Kumar1-1/+1
2015-11-11greybus: svc: use bit-macro for cport flagsJohan Hovold1-3/+3
2015-11-11greybus: use decimal notation for interface and cport idsJohan Hovold3-5/+4
2015-11-11greybus: interface: fix obsolete commentJohan Hovold1-1/+1
2015-11-11greybus: interface: fix potential use-after-free at removeJohan Hovold1-3/+3
2015-11-11greybus: light: fix class-device parentJohan Hovold1-4/+2
2015-11-11greybus: battery: fix class-device parentJohan Hovold1-2/+2
2015-11-11greybus: loopback: fix layer violationJohan Hovold1-2/+2
2015-11-05greybus: hid: hid should not be part of the bridged-phy driver.Greg Kroah-Hartman4-12/+5
2015-11-04greybus: es2: clean up es2 destructorJohan Hovold1-3/+2
2015-11-04greybus: hd: fix host-device life time issuesJohan Hovold4-11/+35
2015-11-04greybus: es1: add more structure to probe error handlingJohan Hovold1-12/+18
2015-11-04greybus: es2: add more structure to probe error handlingJohan Hovold1-12/+18
2015-11-04greybus: es1: fix debugfs dentry leakJohan Hovold1-0/+1
2015-11-04greybus: es2: fix debugfs dentry leakJohan Hovold1-0/+1
2015-11-04greybus: es1: separate stopping and deallocating urbsJohan Hovold1-1/+3
2015-11-04greybus: es2: separate stopping and deallocating urbsJohan Hovold1-1/+15
2015-11-04greybus: es1: separate urb allocation and submissionJohan Hovold1-4/+8
2015-11-04greybus: es2: separate urb allocation and submissionJohan Hovold1-4/+37
2015-11-04greybus: es2: fix endpoint requirement checkJohan Hovold1-2/+1
2015-11-04greybus: es2: fix use-after-free at disconnectJohan Hovold1-1/+3
2015-11-04greybus: i2s: Remove deprecated I2S Bridged-PHY ProtocolMark Greer2-144/+6
2015-11-04greybus: audio: Remove I2S Bridged-PHY Protcol based audio driverMark Greer8-1206/+1
2015-11-04greybus: hd: use common prefix for exported functionsJohan Hovold4-18/+18
2015-11-04greybus: hd: rename host-driver structureJohan Hovold4-10/+7
2015-11-04greybus: hd: rename host-device structureJohan Hovold18-91/+90
2015-11-04greybus: create host-device compilation unitJohan Hovold5-147/+178
2015-11-04greybus: remove obsolete commentJohan Hovold1-10/+0