aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/operation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-02-09staging: greybus: operation: add generic timeout supportJohan Hovold1-14/+36
2016-07-26greybus: operation: clean up request handlerJohan Hovold1-8/+12
2016-07-26greybus: operation: fix broken response tracepointJohan Hovold1-1/+3
2016-07-26greybus: operation: fix broken response error messagesJohan Hovold1-7/+10
2016-07-22greybus: operation: print id when synchronous operation timeoutDavid Lin1-2/+2
2016-06-23greybus: Revert "greybus: ratelimit errors usually seen on unipro_reset"Viresh Kumar1-1/+1
2016-06-21greybus: ratelimit errors usually seen on unipro_resetVaibhav Hiremath1-1/+1
2016-05-27greybus: fix tracepoint-related whitespace issuesJohan Hovold1-1/+0
2016-05-27greybus: connection: implement proper connection closureJohan Hovold1-1/+4
2016-05-27greybus: operation: add helper for creating core operationsJohan Hovold1-0/+20
2016-05-27greybus: operation: restructure activation state handlingJohan Hovold1-5/+14
2016-05-27greybus: operation: clean up early connection-state checkJohan Hovold1-2/+1
2016-05-26greybus: tracing: fix a bad tracepointAlex Elder1-1/+1
2016-05-20greybus: add operation tracesAlex Elder1-1/+16
2016-05-18greybus: operation: fix broken activation logicJohan Hovold1-2/+2
2016-05-17greybus: operation: rate-limit dev_err printing on the receive pathEli Sennesh1-12/+14
2016-05-13greybus: connection: add offloaded connection flagJohan Hovold1-2/+6
2016-05-09greybus: operation: fix an inconsistent indentDavid Lin1-1/+1
2016-04-29greybus: operation: fix definition of the invalid typeJohan Hovold1-5/+7
2016-04-29greybus: operation: add helper functions for unidirectional operationsJohan Hovold1-0/+47
2016-04-29greybus: operation: add support for initiating unidirectional operationsJohan Hovold1-11/+27
2016-04-29greybus: operation: update gb_operation_request_send() documentationJohan Hovold1-7/+14
2016-04-29greybus: fix outdated kernel-doc commentJohan Hovold1-1/+1
2016-02-25greybus: operation: add support for short responsesJohan Hovold1-10/+25
2016-02-25greybus: operation: add temporary pointer to response handlerJohan Hovold1-4/+6
2016-02-11greybus: core: add device prefix to error messagesJohan Hovold1-1/+1
2016-01-19greybus: connection: add unidirectional enabled stateJohan Hovold1-2/+5
2016-01-19greybus: connection: add per-connection request handlersJohan Hovold1-6/+2
2015-12-04greybus: don't use %h and %hh for printing short and char variablesViresh Kumar1-7/+7
2015-11-25greybus: operation: handle static connectionsJohan Hovold1-27/+32
2015-11-04greybus: hd: rename host-device structureJohan Hovold1-7/+7
2015-10-15greybus: operation: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-13/+14
2015-10-14greybus: operation: clean up error messagesJohan Hovold1-8/+11
2015-10-14greybus: operation: drop OOM-response FIXMEJohan Hovold1-1/+1
2015-09-29greybus: operation: remove gb_operation_destroyJohan Hovold1-1/+2
2015-09-18greybus: operation, core: hook tracepoints into message opertionsBryan O'Donoghue1-0/+6
2015-08-18greybus: operation: Fix wrong order of argumentsViresh Kumar1-1/+1
2015-08-14greybus: operation: print message type on errorsViresh Kumar1-9/+11
2015-07-23greybus: operation: add completion work queueJohan Hovold1-6/+19
2015-07-23greybus: operation: use per-connection work queuesJohan Hovold1-17/+7
2015-07-22greybus: operation: clean up greybus_message_sentJohan Hovold1-3/+3
2015-07-22greybus: operation: fix operation orderingJohan Hovold1-1/+2
2015-07-20greybus: operation: fix atomic message submissionJohan Hovold1-1/+1
2015-07-20greybus: operation: fix atomic response allocationJohan Hovold1-5/+6
2015-07-15greybus: operation: add gb_operation_sync_timeout helperJohan Hovold1-5/+7
2015-07-15greybus: operation: allow drivers to define custom timeoutsJohan Hovold1-8/+11
2015-07-15greybus: operation: split incoming and outgoing cancellationJohan Hovold1-17/+33