summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/operation.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* staging: greybus: Remove redundant license textGreg Kroah-Hartman2017-11-111-2/+0
* staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-111-0/+1
* staging: greybus: operation: add generic timeout supportJohan Hovold2017-02-091-14/+36
* greybus: operation: clean up request handlerJohan Hovold2016-07-261-8/+12
* greybus: operation: fix broken response tracepointJohan Hovold2016-07-261-1/+3
* greybus: operation: fix broken response error messagesJohan Hovold2016-07-261-7/+10
* greybus: operation: print id when synchronous operation timeoutDavid Lin2016-07-221-2/+2
* greybus: Revert "greybus: ratelimit errors usually seen on unipro_reset"Viresh Kumar2016-06-231-1/+1
* greybus: ratelimit errors usually seen on unipro_resetVaibhav Hiremath2016-06-211-1/+1
* 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
OpenPOWER on IntegriCloud