aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/operation.h
Commit message (Expand)AuthorAge
* greybus: operation: add helper for creating core operationsJohan Hovold2016-05-27
* greybus: operation: fix definition of the invalid typeJohan Hovold2016-04-29
* greybus: operation: add helper functions for unidirectional operationsJohan Hovold2016-04-29
* greybus: operation: add support for initiating unidirectional operationsJohan Hovold2016-04-29
* greybus: operation: add support for short responsesJohan Hovold2016-02-25
* greybus: hd: rename host-device structureJohan Hovold2015-11-04
* greybus: operation: remove gb_operation_destroyJohan Hovold2015-09-29
* greybus: operation: Move operation header to greybus_protocols.hViresh Kumar2015-08-03
* greybus: operation: Drop alignment attribute from operation message headerViresh Kumar2015-08-03
* greybus: operation: fix atomic response allocationJohan Hovold2015-07-20
* greybus: operation: add gb_operation_sync_timeout helperJohan Hovold2015-07-15
* greybus: operation: allow drivers to define custom timeoutsJohan Hovold2015-07-15
* greybus: operation: split incoming and outgoing cancellationJohan Hovold2015-07-15
* greybus: operation: fix connection tear downJohan Hovold2015-07-15
* greybus: operation: make cancellation synchronousJohan Hovold2015-07-15
* greybus: operation: add active counterJohan Hovold2015-07-15
* greybus: operation: remove obsolete operation-field commentsJohan Hovold2015-07-01
* greybus: operation: add unidirectional-operation flagJohan Hovold2015-07-01
* greybus: operation: add incoming-operation flagJohan Hovold2015-07-01
* greybus: operation: make response helper staticJohan Hovold2015-07-01
* greybus: operation: allow atomic request submissionsJohan Hovold2015-07-01
* greybus: operation: allow atomic operation allocationsJohan Hovold2015-07-01
* greybus: operation/esx: fix message-cancellation lifetime bugsJohan Hovold2015-07-01
* greybus: remove __init from .h filesGreg Kroah-Hartman2015-06-11
* greybus: endo: define endo_init() and endo_exit()Alex Elder2015-06-10
* greybus: tag core init and exit functionsAlex Elder2015-06-10
* greybus: operation: add helper to retrieve max payload sizeJohan Hovold2015-05-21
* greybus: core: add lower-limit for host-device buffersJohan Hovold2015-05-21
* greybus: operation: allow maximum-sized messagesJohan Hovold2015-05-21
* greybus: fix host-device buffer constraintsJohan Hovold2015-05-21
* greybus: eliminate extra response flag definitionsAlex Elder2015-05-07
* greybus: operation: add explicit padding to message headerJohan Hovold2015-04-07
* greybus: operation: fix potential message corruptionJohan Hovold2015-04-07
* greybus: pass messages to host driversJohan Hovold2015-04-07
* greybus: operation: move message-header definition to header fileJohan Hovold2015-04-07
* greybus: gb_operation: replace timeout workqueuePerry Hung2015-01-16
* greybus: add Linaro copyrightsAlex Elder2014-12-12
* greybus: define GB_OP_NONEXISTENTAlex Elder2014-12-10
* greybus: record type in operation structureAlex Elder2014-12-03
* greybus: only record message payload sizeAlex Elder2014-12-03
* greybus: introduce gb_operation_request_send_sync()Alex Elder2014-12-03
* greybus: get rid of pending operations listAlex Elder2014-12-03
* greybus: define the invalid operation type symbolicallyAlex Elder2014-12-02
* greybus: send operation response messagesAlex Elder2014-12-02
* greybus: introduce gb_operation_errno_map()Alex Elder2014-12-02
* greybus: set result in gb_operation_response_send()Alex Elder2014-12-02
* greybus: renumber operation result valuesAlex Elder2014-12-01
* greybus: encapsulate operation result accessAlex Elder2014-11-25
* greybus: operation: create gb_operation_sync for sending "simple" messagesGreg Kroah-Hartman2014-11-24
* greybus: cancel whole operation on interruptAlex Elder2014-11-21