summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/operation.c
Commit message (Expand)AuthorAgeFilesLines
* greybus: fix tracepoint-related whitespace issuesJohan Hovold2016-05-271-1/+0
* greybus: connection: implement proper connection closureJohan Hovold2016-05-271-1/+4
* greybus: operation: add helper for creating core operationsJohan Hovold2016-05-271-0/+20
* greybus: operation: restructure activation state handlingJohan Hovold2016-05-271-5/+14
* greybus: operation: clean up early connection-state checkJohan Hovold2016-05-271-2/+1
* greybus: tracing: fix a bad tracepointAlex Elder2016-05-261-1/+1
* greybus: add operation tracesAlex Elder2016-05-201-1/+16
* greybus: operation: fix broken activation logicJohan Hovold2016-05-181-2/+2
* greybus: operation: rate-limit dev_err printing on the receive pathEli Sennesh2016-05-171-12/+14
* greybus: connection: add offloaded connection flagJohan Hovold2016-05-131-2/+6
* greybus: operation: fix an inconsistent indentDavid Lin2016-05-091-1/+1
* greybus: operation: fix definition of the invalid typeJohan Hovold2016-04-291-5/+7
* greybus: operation: add helper functions for unidirectional operationsJohan Hovold2016-04-291-0/+47
* greybus: operation: add support for initiating unidirectional operationsJohan Hovold2016-04-291-11/+27
* greybus: operation: update gb_operation_request_send() documentationJohan Hovold2016-04-291-7/+14
* greybus: fix outdated kernel-doc commentJohan Hovold2016-04-291-1/+1
* greybus: operation: add support for short responsesJohan Hovold2016-02-251-10/+25
* greybus: operation: add temporary pointer to response handlerJohan Hovold2016-02-251-4/+6
* greybus: core: add device prefix to error messagesJohan Hovold2016-02-111-1/+1
* greybus: connection: add unidirectional enabled stateJohan Hovold2016-01-191-2/+5
* greybus: connection: add per-connection request handlersJohan Hovold2016-01-191-6/+2
* greybus: don't use %h and %hh for printing short and char variablesViresh Kumar2015-12-041-7/+7
* greybus: operation: handle static connectionsJohan Hovold2015-11-251-27/+32
* greybus: hd: rename host-device structureJohan Hovold2015-11-041-7/+7
* greybus: operation: use the bundle struct device instead of the connectorGreg Kroah-Hartman2015-10-151-13/+14
* greybus: operation: clean up error messagesJohan Hovold2015-10-141-8/+11
* greybus: operation: drop OOM-response FIXMEJohan Hovold2015-10-141-1/+1
* greybus: operation: remove gb_operation_destroyJohan Hovold2015-09-291-1/+2
* greybus: operation, core: hook tracepoints into message opertionsBryan O'Donoghue2015-09-181-0/+6
* greybus: operation: Fix wrong order of argumentsViresh Kumar2015-08-181-1/+1
* greybus: operation: print message type on errorsViresh Kumar2015-08-141-9/+11
* greybus: operation: add completion work queueJohan Hovold2015-07-231-6/+19
* greybus: operation: use per-connection work queuesJohan Hovold2015-07-231-17/+7
* greybus: operation: clean up greybus_message_sentJohan Hovold2015-07-221-3/+3
* greybus: operation: fix operation orderingJohan Hovold2015-07-221-1/+2
* greybus: operation: fix atomic message submissionJohan Hovold2015-07-201-1/+1
* greybus: operation: fix atomic response allocationJohan Hovold2015-07-201-5/+6
* greybus: operation: add gb_operation_sync_timeout helperJohan Hovold2015-07-151-5/+7
* greybus: operation: allow drivers to define custom timeoutsJohan Hovold2015-07-151-8/+11
* greybus: operation: split incoming and outgoing cancellationJohan Hovold2015-07-151-17/+33
* greybus: operation: fix response-cancellation raceJohan Hovold2015-07-151-4/+8
* greybus: operation: fix operation look-up raceJohan Hovold2015-07-151-11/+9
* greybus: operation: fix connection tear downJohan Hovold2015-07-151-40/+75
* greybus: operation: suppress response submission on connection tear downJohan Hovold2015-07-151-0/+3
* greybus: operation: clean up operation work functionJohan Hovold2015-07-151-11/+10
* greybus: operation: complete operations on cancellationJohan Hovold2015-07-151-2/+1
* greybus: operation: make cancellation synchronousJohan Hovold2015-07-151-2/+22
* greybus: operation: add active counterJohan Hovold2015-07-151-2/+26
* greybus: operation: clean up create-incoming error pathJohan Hovold2015-07-151-4/+5
* greybus: operation: fix another cancellation use-after-freeJohan Hovold2015-07-151-5/+10
OpenPOWER on IntegriCloud