aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2014-12-02greybus: pass result in gb_connection_recv_response()Alex Elder1-8/+7
2014-12-02greybus: short message is OK for errorsAlex Elder1-8/+5
2014-12-02greybus: move copy of incoming request dataAlex Elder1-7/+14
2014-12-01greybus: operation: fix up sparse warningGreg Kroah-Hartman1-2/+3
2014-12-01greybus: always drop reference in gb_operation_work()Alex Elder1-5/+4
2014-12-01greybus: drop gfp_mask from gb_message_send()Alex Elder1-3/+3
2014-12-01greybus: renumber operation result valuesAlex Elder2-16/+21
2014-12-01greybus: define -EILSEQ to mean implementation errorAlex Elder1-16/+43
2014-12-01greybus: enforce max representable message sizeAlex Elder1-0/+9
2014-12-01greybus: use outgoing flag when creating operationAlex Elder1-1/+1
2014-12-01greybus: usb-gb: import a "buildable" version of the usb-gb.c driverGreg Kroah-Hartman4-1/+403
2014-11-25greybus: protect cookie with a mutexAlex Elder1-14/+26
2014-11-25greybus: ignore a null cookie when canceling bufferAlex Elder1-2/+8
2014-11-25greybus: update operation result atomicallyAlex Elder1-6/+20
2014-11-25greybus: enforce receive buffer sizeAlex Elder1-2/+3
2014-11-25greybus: fix some error codesAlex Elder1-3/+3
2014-11-25greybus: use special operation result valusAlex Elder1-2/+30
2014-11-25greybus: first operation error prevailsAlex Elder1-11/+15
2014-11-25greybus: encapsulate operation result accessAlex Elder2-11/+24
2014-11-25greybus: uart-gb: clean up send_line_codingGreg Kroah-Hartman1-5/+5
2014-11-24greybus: es1-ap-usb: don't use 'es1' after it is freedViresh Kumar1-1/+3
2014-11-24greybus: pwm-gb: convert to use gb_operation_syncGreg Kroah-Hartman1-161/+45
2014-11-24greybus: i2c-gb: convert to use gb_operation_syncGreg Kroah-Hartman1-74/+28
2014-11-24greybus: gpio-gb: convert to use gb_operation_syncGreg Kroah-Hartman1-241/+97
2014-11-24greybus: uart-gb: convert to use gb_operation_syncGreg Kroah-Hartman1-97/+33
2014-11-24greybus: vibrator-gb: convert to use gb_operation_syncGreg Kroah-Hartman1-52/+8
2014-11-24greybus: battery-gb: convert to use gb_operation_syncGreg Kroah-Hartman1-36/+16
2014-11-24greybus: operation: create gb_operation_sync for sending "simple" messagesGreg Kroah-Hartman2-0/+58
2014-11-21greybus: rework synchronous operation completionAlex Elder1-20/+22
2014-11-21greybus: kill gb_operation_wait()Alex Elder1-17/+7
2014-11-21greybus: cancel whole operation on interruptAlex Elder2-10/+6
2014-11-21greybus: cancel operation on timeoutAlex Elder3-16/+8
2014-11-21greybus: minor tweak in gb_connection_recv_response()Alex Elder1-3/+5
2014-11-21greybus: add a reference to pending operationsAlex Elder2-5/+18
2014-11-21greybus: handle data send errors in workqueueAlex Elder1-2/+1
2014-11-21greybus: abandon incoming requests for nowAlex Elder2-22/+18
2014-11-21greybus: use errno for operation resultAlex Elder8-402/+114
2014-11-21greybus: Random spell fixesViresh Kumar9-17/+15
2014-11-21greybus: rename greybus_cport_in()Alex Elder3-4/+8
2014-11-21greybus: define greybus_data_sent()Alex Elder3-1/+57
2014-11-21greybus: embed message buffer into message structureAlex Elder2-37/+19
2014-11-21greybus: dynamically allocate requests and responsesAlex Elder8-83/+78
2014-11-21greybus: rename message buffer fieldsAlex Elder2-24/+22
2014-11-21greybus: have greybus allocate its own buffersAlex Elder4-51/+68
2014-11-21greybus: complete overflow responsesAlex Elder1-7/+6
2014-11-21greybus: fix a timeout raceAlex Elder1-3/+10
2014-11-21greybus: drop a now-empty structureAlex Elder1-2/+1
2014-11-19greybus: add -Wall to the build flagsGreg Kroah-Hartman1-0/+3
2014-11-19greybus: pwm-gb.c: fix up missing { } for elseGreg Kroah-Hartman1-1/+2
2014-11-19greybus: uart-gb: fix up typo from previous patch moving the status variable around.Greg Kroah-Hartman1-0/+1