aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/operation.h
AgeCommit message (Expand)Author
2017-02-09staging: greybus: operation: add generic timeout supportJohan Hovold
2016-05-27greybus: operation: add helper for creating core operationsJohan Hovold
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-02-25greybus: operation: add support for short responsesJohan Hovold
2015-11-04greybus: hd: rename host-device structureJohan Hovold
2015-09-29greybus: operation: remove gb_operation_destroyJohan Hovold
2015-08-03greybus: operation: Move operation header to greybus_protocols.hViresh Kumar
2015-08-03greybus: operation: Drop alignment attribute from operation message headerViresh Kumar
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 connection tear downJohan Hovold
2015-07-15greybus: operation: make cancellation synchronousJohan Hovold
2015-07-15greybus: operation: add active counterJohan Hovold
2015-07-01greybus: operation: remove obsolete operation-field commentsJohan Hovold
2015-07-01greybus: operation: add unidirectional-operation flagJohan Hovold
2015-07-01greybus: operation: add incoming-operation flagJohan Hovold
2015-07-01greybus: operation: make response helper staticJohan Hovold
2015-07-01greybus: operation: allow atomic request submissionsJohan Hovold
2015-07-01greybus: operation: allow atomic operation allocationsJohan Hovold
2015-07-01greybus: operation/esx: fix message-cancellation lifetime bugsJohan Hovold
2015-06-11greybus: remove __init from .h filesGreg Kroah-Hartman
2015-06-10greybus: endo: define endo_init() and endo_exit()Alex Elder
2015-06-10greybus: tag core init and exit functionsAlex Elder
2015-05-20greybus: operation: add helper to retrieve max payload sizeJohan Hovold
2015-05-20greybus: core: add lower-limit for host-device buffersJohan Hovold
2015-05-20greybus: operation: allow maximum-sized messagesJohan Hovold
2015-05-20greybus: fix host-device buffer constraintsJohan Hovold
2015-05-07greybus: eliminate extra response flag definitionsAlex Elder
2015-04-07greybus: operation: add explicit padding to message headerJohan Hovold
2015-04-07greybus: operation: fix potential message corruptionJohan Hovold
2015-04-07greybus: pass messages to host driversJohan Hovold
2015-04-07greybus: operation: move message-header definition to header fileJohan Hovold
2015-01-16greybus: gb_operation: replace timeout workqueuePerry Hung
2014-12-12greybus: add Linaro copyrightsAlex Elder
2014-12-10greybus: define GB_OP_NONEXISTENTAlex Elder
2014-12-03greybus: record type in operation structureAlex Elder
2014-12-03greybus: only record message payload sizeAlex Elder
2014-12-03greybus: introduce gb_operation_request_send_sync()Alex Elder
2014-12-03greybus: get rid of pending operations listAlex Elder
2014-12-02greybus: define the invalid operation type symbolicallyAlex Elder
2014-12-02greybus: send operation response messagesAlex Elder
2014-12-02greybus: introduce gb_operation_errno_map()Alex Elder
2014-12-02greybus: set result in gb_operation_response_send()Alex Elder
2014-12-01greybus: renumber operation result valuesAlex Elder
2014-11-25greybus: encapsulate operation result accessAlex Elder
2014-11-24greybus: operation: create gb_operation_sync for sending "simple" messagesGreg Kroah-Hartman