summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/operation.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* greybus: operation: fix incoming-response corruptionJohan Hovold2015-07-131-2/+3
* greybus: operation: fix outgoing-response corruptionJohan Hovold2015-07-131-5/+6
* greybus: operation: fix use-after-free in response receive pathJohan Hovold2015-07-131-0/+7
* greybus: operation: fix operation-destroy raceJohan Hovold2015-07-131-5/+6
* greybus: operation: fix cancellation of responsesJohan Hovold2015-07-011-2/+3
* greybus: operation: allocate response before setting resultJohan Hovold2015-07-011-5/+6
* greybus: operation: drop redundant oom messageJohan Hovold2015-07-011-5/+1
* greybus: operation: add unidirectional-operation flagJohan Hovold2015-07-011-1/+4
* greybus: operation: add incoming-operation flagJohan Hovold2015-07-011-8/+9
* greybus: operation: fix cancellation use-after-freeJohan Hovold2015-07-011-1/+1
* greybus: operation: make response helper staticJohan Hovold2015-07-011-2/+5
* greybus: operation: allow atomic request submissionsJohan Hovold2015-07-011-5/+7
* greybus: operation: allow atomic operation allocationsJohan Hovold2015-07-011-15/+8
* greybus: operation/esx: fix message-cancellation lifetime bugsJohan Hovold2015-07-011-24/+3
* greybus: endo: define endo_init() and endo_exit()Alex Elder2015-06-101-1/+1
* greybus: tag core init and exit functionsAlex Elder2015-06-101-2/+2
* greybus: operation: Remove unused variable 'buffer'Viresh Kumar2015-06-041-2/+0
* greybus: operation: add support for incoming unidirectional operationsJohan Hovold2015-05-261-0/+4
* greybus: operation: add helper to retrieve max payload sizeJohan Hovold2015-05-201-0/+8
* greybus: fix host-device buffer constraintsJohan Hovold2015-05-201-15/+0
* greybus: eliminate extra response flag definitionsAlex Elder2015-05-071-4/+4
OpenPOWER on IntegriCloud