aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/operation.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11-06staging: greybus: operation: add private data with get/set accessorsBryan O'Donoghue1-0/+13
2017-02-09staging: greybus: operation: add generic timeout supportJohan Hovold1-0/+2
2016-05-27greybus: operation: add helper for creating core operationsJohan Hovold1-0/+12
2016-04-29greybus: operation: fix definition of the invalid typeJohan Hovold1-6/+0
2016-04-29greybus: operation: add helper functions for unidirectional operationsJohan Hovold1-0/+10
2016-04-29greybus: operation: add support for initiating unidirectional operationsJohan Hovold1-1/+2
2016-02-25greybus: operation: add support for short responsesJohan Hovold1-4/+24
2015-11-04greybus: hd: rename host-device structureJohan Hovold1-1/+1
2015-09-29greybus: operation: remove gb_operation_destroyJohan Hovold1-4/+0
2015-08-03greybus: operation: Move operation header to greybus_protocols.hViresh Kumar1-29/+0
2015-08-03greybus: operation: Drop alignment attribute from operation message headerViresh Kumar1-2/+2
2015-07-20greybus: operation: fix atomic response allocationJohan Hovold1-1/+1
2015-07-15greybus: operation: add gb_operation_sync_timeout helperJohan Hovold1-2/+12
2015-07-15greybus: operation: allow drivers to define custom timeoutsJohan Hovold1-1/+11
2015-07-15greybus: operation: split incoming and outgoing cancellationJohan Hovold1-0/+1
2015-07-15greybus: operation: fix connection tear downJohan Hovold1-1/+1
2015-07-15greybus: operation: make cancellation synchronousJohan Hovold1-0/+1
2015-07-15greybus: operation: add active counterJohan Hovold1-0/+2
2015-07-01greybus: operation: remove obsolete operation-field commentsJohan Hovold1-2/+2
2015-07-01greybus: operation: add unidirectional-operation flagJohan Hovold1-0/+7
2015-07-01greybus: operation: add incoming-operation flagJohan Hovold1-1/+10
2015-07-01greybus: operation: make response helper staticJohan Hovold1-1/+0
2015-07-01greybus: operation: allow atomic request submissionsJohan Hovold1-1/+2
2015-07-01greybus: operation: allow atomic operation allocationsJohan Hovold1-1/+2
2015-07-01greybus: operation/esx: fix message-cancellation lifetime bugsJohan Hovold1-4/+5
2015-06-11greybus: remove __init from .h filesGreg Kroah-Hartman1-1/+1
2015-06-10greybus: endo: define endo_init() and endo_exit()Alex Elder1-1/+1
2015-06-10greybus: tag core init and exit functionsAlex Elder1-2/+2
2015-05-20greybus: operation: add helper to retrieve max payload sizeJohan Hovold1-0/+1
2015-05-20greybus: core: add lower-limit for host-device buffersJohan Hovold1-0/+1
2015-05-20greybus: operation: allow maximum-sized messagesJohan Hovold1-1/+1
2015-05-20greybus: fix host-device buffer constraintsJohan Hovold1-0/+2
2015-05-07greybus: eliminate extra response flag definitionsAlex Elder1-1/+1
2015-04-07greybus: operation: add explicit padding to message headerJohan Hovold1-1/+1
2015-04-07greybus: operation: fix potential message corruptionJohan Hovold1-1/+1
2015-04-07greybus: pass messages to host driversJohan Hovold1-2/+2
2015-04-07greybus: operation: move message-header definition to header fileJohan Hovold1-0/+29
2015-01-16greybus: gb_operation: replace timeout workqueuePerry Hung1-1/+0
2014-12-12greybus: add Linaro copyrightsAlex Elder1-0/+1
2014-12-10greybus: define GB_OP_NONEXISTENTAlex Elder1-0/+1
2014-12-03greybus: record type in operation structureAlex Elder1-23/+15
2014-12-03greybus: only record message payload sizeAlex Elder1-4/+9
2014-12-03greybus: introduce gb_operation_request_send_sync()Alex Elder1-0/+1
2014-12-03greybus: get rid of pending operations listAlex Elder1-1/+1
2014-12-02greybus: define the invalid operation type symbolicallyAlex Elder1-0/+12
2014-12-02greybus: send operation response messagesAlex Elder1-0/+3
2014-12-02greybus: introduce gb_operation_errno_map()Alex Elder1-2/+0
2014-12-02greybus: set result in gb_operation_response_send()Alex Elder1-1/+1