summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/operation.c
AgeCommit message (Expand)Author
2016-04-29greybus: operation: fix definition of the invalid typeJohan Hovold
2016-04-29greybus: operation: add helper functions for unidirectional operationsJohan Hovold
2016-04-29greybus: operation: add support for initiating unidirectional operationsJohan Hovold
2016-04-29greybus: operation: update gb_operation_request_send() documentationJohan Hovold
2016-04-29greybus: fix outdated kernel-doc commentJohan Hovold
2016-02-25greybus: operation: add support for short responsesJohan Hovold
2016-02-25greybus: operation: add temporary pointer to response handlerJohan Hovold
2016-02-11greybus: core: add device prefix to error messagesJohan Hovold
2016-01-19greybus: connection: add unidirectional enabled stateJohan Hovold
2016-01-19greybus: connection: add per-connection request handlersJohan Hovold
2015-12-04greybus: don't use %h and %hh for printing short and char variablesViresh Kumar
2015-11-25greybus: operation: handle static connectionsJohan Hovold
2015-11-04greybus: hd: rename host-device structureJohan Hovold
2015-10-15greybus: operation: use the bundle struct device instead of the connectorGreg Kroah-Hartman
2015-10-14greybus: operation: clean up error messagesJohan Hovold
2015-10-14greybus: operation: drop OOM-response FIXMEJohan Hovold
2015-09-29greybus: operation: remove gb_operation_destroyJohan Hovold
2015-09-18greybus: operation, core: hook tracepoints into message opertionsBryan O'Donoghue
2015-08-18greybus: operation: Fix wrong order of argumentsViresh Kumar
2015-08-14greybus: operation: print message type on errorsViresh Kumar
2015-07-23greybus: operation: add completion work queueJohan Hovold
2015-07-23greybus: operation: use per-connection work queuesJohan Hovold
2015-07-22greybus: operation: clean up greybus_message_sentJohan Hovold
2015-07-22greybus: operation: fix operation orderingJohan Hovold
2015-07-20greybus: operation: fix atomic message submissionJohan Hovold
2015-07-20greybus: operation: fix atomic response allocationJohan Hovold
2015-07-15greybus: operation: add gb_operation_sync_timeout helperJohan Hovold
2015-07-15greybus: operation: allow drivers to define custom timeoutsJohan Hovold
2015-07-15greybus: operation: split incoming and outgoing cancellationJohan Hovold
2015-07-15greybus: operation: fix response-cancellation raceJohan Hovold
2015-07-15greybus: operation: fix operation look-up raceJohan Hovold
2015-07-15greybus: operation: fix connection tear downJohan Hovold
2015-07-15greybus: operation: suppress response submission on connection tear downJohan Hovold
2015-07-15greybus: operation: clean up operation work functionJohan Hovold
2015-07-15greybus: operation: complete operations on cancellationJohan Hovold
2015-07-15greybus: operation: make cancellation synchronousJohan Hovold
2015-07-15greybus: operation: add active counterJohan Hovold
2015-07-15greybus: operation: clean up create-incoming error pathJohan Hovold
2015-07-15greybus: operation: fix another cancellation use-after-freeJohan Hovold
2015-07-13greybus: operation: fix incoming-response corruptionJohan Hovold
2015-07-13greybus: operation: fix outgoing-response corruptionJohan Hovold
2015-07-13greybus: operation: fix use-after-free in response receive pathJohan Hovold
2015-07-13greybus: operation: fix operation-destroy raceJohan Hovold
2015-07-01greybus: operation: fix cancellation of responsesJohan Hovold
2015-07-01greybus: operation: allocate response before setting resultJohan Hovold
2015-07-01greybus: operation: drop redundant oom messageJohan Hovold
2015-07-01greybus: operation: add unidirectional-operation flagJohan Hovold
2015-07-01greybus: operation: add incoming-operation flagJohan Hovold
2015-07-01greybus: operation: fix cancellation use-after-freeJohan Hovold
2015-07-01greybus: operation: make response helper staticJohan Hovold