summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/operation.c
AgeCommit message (Expand)Author
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-10greybus: endo: define endo_init() and endo_exit()Alex Elder
2015-06-10greybus: tag core init and exit functionsAlex Elder
2015-06-04greybus: operation: Remove unused variable 'buffer'Viresh Kumar
2015-05-26greybus: operation: add support for incoming unidirectional operationsJohan Hovold
2015-05-20greybus: operation: add helper to retrieve max payload sizeJohan Hovold
2015-05-20greybus: fix host-device buffer constraintsJohan Hovold
2015-05-07greybus: eliminate extra response flag definitionsAlex Elder
2015-04-07greybus: drop host-driver buffer headroomJohan 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-04-07greybus: operation: fix unaligned memory accesses in receive pathJohan Hovold
2015-03-30greybus: operation: refactor response handlingJohan Hovold
2015-03-30greybus: operation: make incomplete-message errors more informativeJohan Hovold
2015-03-30greybus: operation: replace pr_err with dev_errJohan Hovold
2015-03-30greybus: operation: fix incoming request payload sizeJohan Hovold
2015-03-30greybus: operation: fix null-deref on operation destroyJohan Hovold
2015-03-30greybus: operation: fix null-deref on operation cancelJohan Hovold
2015-03-30greybus: operation: fix use-after-free and infinite loop on unhandled requestsJohan Hovold
2015-03-30greybus: operation: fix memory leak in request_send error pathJohan Hovold
2015-03-30greybus: operation: fix use-after-free when sending responsesJohan Hovold
2015-03-30greybus: operation: fix callback handling and documentationJohan Hovold
2015-03-30greybus: operation: fix typo in commentJohan Hovold
2015-03-30greybus: operation: fix missing symbol exportsJohan Hovold
2015-03-27greybus: clean up some small messesAlex Elder
2015-03-19greybus: operation: remove unnecessary castJohan Hovold
2015-03-19greybus: operation: use dev_err in gb_operation_syncJohan Hovold
2015-03-19greybus: connection: replace custom error function with dev_errJohan Hovold
2015-03-19greybus: operation: Fix comment mistakeViresh Kumar
2015-03-19greybus: operation: s/status/result to match field nameViresh Kumar
2015-03-02greybus: operation: fix locking issuesJohan Hovold
2015-02-03greybus: operation: add missing gb_operation_response_send() exportMatt Porter
2015-01-16greybus: gb_operation: drop operation refcount on cancelPerry Hung
2015-01-16greybus: gb_operation: replace timeout workqueuePerry Hung
2015-01-16greybus: Add FIXME warnings for possible NULL dereferencesBill Pemberton
2014-12-23greybus: protocol: split binding of prototcols to connections out of initGreg Kroah-Hartman
2014-12-23greybus: export needed symbols for protocolsGreg Kroah-Hartman
2014-12-12greybus: add Linaro copyrightsAlex Elder
2014-12-11greybus: switch cport id used for sendsAlex Elder
2014-12-10greybus: define GB_OP_NONEXISTENTAlex Elder
2014-12-03greybus: record type in operation structureAlex Elder
2014-12-03greybus: use null pointer for empty payloadAlex Elder
2014-12-03greybus: only record message payload sizeAlex Elder
2014-12-03greybus: fix an error messageAlex Elder
2014-12-03greybus: introduce gb_operation_request_send_sync()Alex Elder
2014-12-03greybus: make op_cycle atomic (again)Alex Elder
2014-12-03greybus: get rid of pending operations listAlex Elder