aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2015-11-04greybus: endo: fix ida memory leakJohan Hovold1-0/+1
2015-11-04greybus: connection: kill gb_hd_connections_exitJohan Hovold3-15/+0
2015-11-04greybus: connection: fix potential null-deref when binding protocolJohan Hovold1-1/+1
2015-11-04greybus: connection: fix potential null-deref in connection createJohan Hovold1-1/+1
2015-11-04greybus: connection: fix potential null-deref in hd_cport_enableJohan Hovold1-1/+1
2015-11-04greybus: connection: use bundle device for bundle error messagesJohan Hovold1-1/+2
2015-11-04greybus: remove unused connection device typeJohan Hovold1-1/+0
2015-11-04greybus: remove unused host-device idJohan Hovold1-1/+0
2015-11-02greybus: es2: update obsolete bridge-device commentsJohan Hovold1-6/+5
2015-11-02greybus: control: remove unused request handlerJohan Hovold1-35/+0
2015-11-02greybus: connection: remove unused time-stamp definesJohan Hovold1-4/+0
2015-11-02greybus: audio-pcm: fix use of variable unitializedBryan O'Donoghue1-0/+1
2015-11-02greybus: manifest: fix the placement of arguments to pr_errBryan O'Donoghue1-2/+2
2015-11-02greybus: es2: don't assume just one AP bridgeAlex Elder1-37/+39
2015-11-02greybus: es2: move logging dentries into es2 structAlex Elder1-6/+8
2015-11-02greybus: es2: move logging fifo into es2 structAlex Elder1-3/+6
2015-11-02greybus: es2: move APB log task into the es2_ap_dev structAlex Elder1-9/+13
2015-11-02greybus: es2: rename es2 data structuresAlex Elder1-122/+124
2015-10-22greybus: es2: use official USB vendor/device idGreg Kroah-Hartman1-2/+2
2015-10-22greybus: db3-platform: get rid of redundant gpio testsAlex Elder1-10/+5
2015-10-22greybus: db3-platform: Use dev_info for success messagesViresh Kumar1-1/+1
2015-10-22greybus: db3-platform: fix some typosAlex Elder1-3/+3
2015-10-22greybus: db3-platform: fix code that fetches reset GPIOAlex Elder1-3/+3
2015-10-21greybus: endo: move greybus_endo_setup() to endo.cViresh Kumar4-16/+16
2015-10-21greybus: module: fix double freeing of module structureViresh Kumar1-1/+0
2015-10-21greybus: interface: fix double freeing of interface structureViresh Kumar1-1/+0
2015-10-21greybus: bundle: fix double freeing of bundle structureViresh Kumar1-1/+0
2015-10-21greybus: endo: fix device-id allocationJohan Hovold1-3/+6
2015-10-21greybus: endo: fix use-after-free in error pathJohan Hovold1-2/+1
2015-10-21greybus: platform: Add platform driver for DB3 AP bridgeVaibhav Hiremath2-0/+380
2015-10-19greybus: svc: don't trust any struct devicesGreg Kroah-Hartman1-61/+49
2015-10-19greybus: core: remove uevent handling for gb_connectionGreg Kroah-Hartman2-16/+0
2015-10-19greybus: bundle.h: add a private field to struct gb_bundleGreg Kroah-Hartman1-0/+1
2015-10-19greybus: protocol: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-7/+7
2015-10-19greybus: greybus_trace: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-2/+2
2015-10-19greybus: loopback: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-40/+38
2015-10-19greybus: connection: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-15/+15
2015-10-19greybus: connection: remove 'struct device' from 'struct gb_connection'Greg Kroah-Hartman3-114/+9
2015-10-19greybus: sdio: some cleanups in command functionRui Miguel Silva1-2/+2
2015-10-19greybus: sdio: send data block details at command requestRui Miguel Silva2-1/+9
2015-10-15greybus: loopback: capture and present firmware supplied latenciesBryan O'Donoghue1-0/+44
2015-10-15greybus: loopback: add tracker variables to hold firmware timestampsBryan O'Donoghue1-0/+2
2015-10-15greybus: loopback: send command to APBridge to tag throughputBryan O'Donoghue1-0/+3
2015-10-15greybus: connection: add latency tag enable/disable callbacksBryan O'Donoghue2-0/+35
2015-10-15greybus: es1,es2: add USB vendor command to timestampBryan O'Donoghue3-0/+111
2015-10-15greybus: raw: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-2/+2
2015-10-15greybus: control: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-2/+2
2015-10-15greybus: operation: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-13/+14
2015-10-15greybus: usb: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-4/+6
2015-10-15greybus: sdio: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-3/+3