aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/operation.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-06staging: greybus: operation: add private data with get/set accessorsGravatar Bryan O'Donoghue 1-0/+13
2017-02-09staging: greybus: operation: add generic timeout supportGravatar Johan Hovold 1-0/+2
2016-05-27greybus: operation: add helper for creating core operationsGravatar Johan Hovold 1-0/+12
2016-04-29greybus: operation: fix definition of the invalid typeGravatar Johan Hovold 1-6/+0
2016-04-29greybus: operation: add helper functions for unidirectional operationsGravatar Johan Hovold 1-0/+10
2016-04-29greybus: operation: add support for initiating unidirectional operationsGravatar Johan Hovold 1-1/+2
2016-02-25greybus: operation: add support for short responsesGravatar Johan Hovold 1-4/+24
2015-11-04greybus: hd: rename host-device structureGravatar Johan Hovold 1-1/+1
2015-09-29greybus: operation: remove gb_operation_destroyGravatar Johan Hovold 1-4/+0
2015-08-03greybus: operation: Move operation header to greybus_protocols.hGravatar Viresh Kumar 1-29/+0
2015-08-03greybus: operation: Drop alignment attribute from operation message headerGravatar Viresh Kumar 1-2/+2
2015-07-20greybus: operation: fix atomic response allocationGravatar Johan Hovold 1-1/+1
2015-07-15greybus: operation: add gb_operation_sync_timeout helperGravatar Johan Hovold 1-2/+12
2015-07-15greybus: operation: allow drivers to define custom timeoutsGravatar Johan Hovold 1-1/+11
2015-07-15greybus: operation: split incoming and outgoing cancellationGravatar Johan Hovold 1-0/+1
2015-07-15greybus: operation: fix connection tear downGravatar Johan Hovold 1-1/+1
2015-07-15greybus: operation: make cancellation synchronousGravatar Johan Hovold 1-0/+1
2015-07-15greybus: operation: add active counterGravatar Johan Hovold 1-0/+2
2015-07-01greybus: operation: remove obsolete operation-field commentsGravatar Johan Hovold 1-2/+2
2015-07-01greybus: operation: add unidirectional-operation flagGravatar Johan Hovold 1-0/+7
2015-07-01greybus: operation: add incoming-operation flagGravatar Johan Hovold 1-1/+10
2015-07-01greybus: operation: make response helper staticGravatar Johan Hovold 1-1/+0
2015-07-01greybus: operation: allow atomic request submissionsGravatar Johan Hovold 1-1/+2
2015-07-01greybus: operation: allow atomic operation allocationsGravatar Johan Hovold 1-1/+2
2015-07-01greybus: operation/esx: fix message-cancellation lifetime bugsGravatar Johan Hovold 1-4/+5
2015-06-11greybus: remove __init from .h filesGravatar Greg Kroah-Hartman 1-1/+1
2015-06-10greybus: endo: define endo_init() and endo_exit()Gravatar Alex Elder 1-1/+1
2015-06-10greybus: tag core init and exit functionsGravatar Alex Elder 1-2/+2
2015-05-20greybus: operation: add helper to retrieve max payload sizeGravatar Johan Hovold 1-0/+1
2015-05-20greybus: core: add lower-limit for host-device buffersGravatar Johan Hovold 1-0/+1
2015-05-20greybus: operation: allow maximum-sized messagesGravatar Johan Hovold 1-1/+1
2015-05-20greybus: fix host-device buffer constraintsGravatar Johan Hovold 1-0/+2
2015-05-07greybus: eliminate extra response flag definitionsGravatar Alex Elder 1-1/+1
2015-04-07greybus: operation: add explicit padding to message headerGravatar Johan Hovold 1-1/+1
2015-04-07greybus: operation: fix potential message corruptionGravatar Johan Hovold 1-1/+1
2015-04-07greybus: pass messages to host driversGravatar Johan Hovold 1-2/+2
2015-04-07greybus: operation: move message-header definition to header fileGravatar Johan Hovold 1-0/+29
2015-01-16greybus: gb_operation: replace timeout workqueueGravatar Perry Hung 1-1/+0
2014-12-12greybus: add Linaro copyrightsGravatar Alex Elder 1-0/+1
2014-12-10greybus: define GB_OP_NONEXISTENTGravatar Alex Elder 1-0/+1
2014-12-03greybus: record type in operation structureGravatar Alex Elder 1-23/+15
2014-12-03greybus: only record message payload sizeGravatar Alex Elder 1-4/+9
2014-12-03greybus: introduce gb_operation_request_send_sync()Gravatar Alex Elder 1-0/+1
2014-12-03greybus: get rid of pending operations listGravatar Alex Elder 1-1/+1
2014-12-02greybus: define the invalid operation type symbolicallyGravatar Alex Elder 1-0/+12
2014-12-02greybus: send operation response messagesGravatar Alex Elder 1-0/+3
2014-12-02greybus: introduce gb_operation_errno_map()Gravatar Alex Elder 1-2/+0
2014-12-02greybus: set result in gb_operation_response_send()Gravatar Alex Elder 1-1/+1
2014-12-01greybus: renumber operation result valuesGravatar Alex Elder 1-8/+10
2014-11-25greybus: encapsulate operation result accessGravatar Alex Elder 1-0/+2