aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2014-10-17greybus: add gb_operation_find()Alex Elder4-4/+92
2014-10-17greybus: add response buffer to an operationAlex Elder2-36/+99
2014-10-17greybus: stop init_subdevs stuffAlex Elder2-90/+2
2014-10-17greybus: drop hd arg from submit_gbuf methodAlex Elder3-5/+4
2014-10-17greybus: zero all data buffersAlex Elder1-1/+1
2014-10-17greybus: don't restrict input buffer sizeAlex Elder1-8/+3
2014-10-17greybus: unlock hd mutex on freeAlex Elder1-0/+1
2014-10-17greybus: unlock gbuf mutex on freeAlex Elder1-0/+1
2014-10-17greybus: don't assume subdevs are validAlex Elder4-1/+9
2014-10-13greybus: es1-ap-usb: handle -EPROTO in check_urb_status()Matt Porter1-0/+1
2014-10-10greybus: Changes required for integrating into the Android buildJohn Stultz1-0/+29
2014-10-06greybus: greybus_manifest.h: add BSD license so that firmware can share it.Greg Kroah-Hartman1-1/+1
2014-10-06greybus: svc_msg.h: add bsd license to file so that firmware can use it.Greg Kroah-Hartman1-1/+1
2014-10-06greybus: greybus_id.h: checkpatch cleanupGreg Kroah-Hartman1-2/+1
2014-10-06greybus: greybus.h: remove transfer_flagsGreg Kroah-Hartman1-8/+3
2014-10-06greybus: connection: properly lock idrGreg Kroah-Hartman3-4/+7
2014-10-06greybus: fix gb_manifest_parse() successful return pathMatt Porter1-1/+3
2014-10-06greybus: gb_hd_connection_find(): fix "not found" caseMarti Bolivar1-1/+3
2014-10-06greybus: fix manifest parsing problem with descriptor payloadMatt Porter1-6/+3
2014-10-06greybus: get rid of gbuf->hdprivAlex Elder2-6/+1
2014-10-06greybus: kill __alloc_gbuf()Alex Elder1-24/+9
2014-10-06greybus: use alloc_gbuf_data() for both directionsAlex Elder4-36/+32
2014-10-06greybus: allocate gbufs using the connectionAlex Elder4-23/+18
2014-10-06greybus: look up connection for recevied messagesAlex Elder1-0/+8
2014-10-06greybus: add bg_hd_connection_find()Alex Elder4-5/+58
2014-10-06greybus: bury some dead codeAlex Elder1-9/+0
2014-10-06greybus: fix two misnamed functionsAlex Elder1-4/+4
2014-10-04greybus: manifest.c: minor sparse cleanupGreg Kroah-Hartman1-1/+1
2014-10-03greybus: define gb_connection_err()Alex Elder2-0/+21
2014-10-03greybus: add a connection->private fieldAlex Elder1-0/+2
2014-10-03greybus: specify type when creating an operationAlex Elder2-3/+4
2014-10-03greybus: gbuf: have caller set actual_lengthAlex Elder2-1/+1
2014-10-03greybus: fix module setupAlex Elder3-39/+40
2014-10-03greybus: use ida for cport id allocationAlex Elder3-77/+40
2014-10-03greybus: fix greybus_class_type symbol namesAlex Elder1-14/+14
2014-10-03greybus: fix some hasty bugsAlex Elder5-5/+17
2014-10-03greybus: implement core module removal pathMatt Porter1-2/+15
2014-10-03greybus: fix gb_add_module() by enabling the device_add()Matt Porter1-2/+8
2014-10-02greybus: manifest: some minor sparse warning fixups.Greg Kroah-Hartman1-2/+2
2014-10-02greybus: operation: fix endian issue in the operation message header size field.Greg Kroah-Hartman1-1/+1
2014-10-02greybus: record connection protocolAlex Elder3-4/+6
2014-10-02greybus: get rid of functions now...Alex Elder8-99/+22
2014-10-02greybus: allocate connection host cport idAlex Elder2-3/+9
2014-10-02greybus: create host device cport id mapAlex Elder2-0/+93
2014-10-02greybus: October 1 updatesAlex Elder10-56/+79
2014-10-02greybus: fix connection header declarationsAlex Elder1-4/+3
2014-10-02greybus: kill off old manifest codeAlex Elder1-103/+9
2014-10-02greybus: manifest cport descriptor parsingAlex Elder1-0/+48
2014-10-02greybus: manifest interface descriptor parsingAlex Elder1-0/+46
2014-10-02greybus: start improving manifest parsingAlex Elder8-89/+364