summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/operation.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-15greybus: operation: suppress response submission on connection tear downJohan Hovold1-0/+3
2015-07-15greybus: operation: clean up operation work functionJohan Hovold1-11/+10
2015-07-15greybus: operation: complete operations on cancellationJohan Hovold1-2/+1
2015-07-15greybus: operation: make cancellation synchronousJohan Hovold1-2/+22
2015-07-15greybus: operation: add active counterJohan Hovold1-2/+26
2015-07-15greybus: operation: clean up create-incoming error pathJohan Hovold1-4/+5
2015-07-15greybus: operation: fix another cancellation use-after-freeJohan Hovold1-5/+10
2015-07-14greybus: operation: fix incoming-response corruptionJohan Hovold1-2/+3
2015-07-14greybus: operation: fix outgoing-response corruptionJohan Hovold1-5/+6
2015-07-14greybus: operation: fix use-after-free in response receive pathJohan Hovold1-0/+7
2015-07-14greybus: operation: fix operation-destroy raceJohan Hovold1-5/+6
2015-07-02greybus: operation: fix cancellation of responsesJohan Hovold1-2/+3
2015-07-02greybus: operation: allocate response before setting resultJohan Hovold1-5/+6
2015-07-02greybus: operation: drop redundant oom messageJohan Hovold1-5/+1
2015-07-02greybus: operation: add unidirectional-operation flagJohan Hovold1-1/+4
2015-07-02greybus: operation: add incoming-operation flagJohan Hovold1-8/+9
2015-07-02greybus: operation: fix cancellation use-after-freeJohan Hovold1-1/+1
2015-07-02greybus: operation: make response helper staticJohan Hovold1-2/+5
2015-07-02greybus: operation: allow atomic request submissionsJohan Hovold1-5/+7
2015-07-02greybus: operation: allow atomic operation allocationsJohan Hovold1-15/+8
2015-07-02greybus: operation/esx: fix message-cancellation lifetime bugsJohan Hovold1-24/+3
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-06-04greybus: operation: Remove unused variable 'buffer'Viresh Kumar1-2/+0
2015-05-27greybus: operation: add support for incoming unidirectional operationsJohan Hovold1-0/+4
2015-05-21greybus: operation: add helper to retrieve max payload sizeJohan Hovold1-0/+8
2015-05-21greybus: fix host-device buffer constraintsJohan Hovold1-15/+0
2015-05-07greybus: eliminate extra response flag definitionsAlex Elder1-4/+4
2015-04-07greybus: drop host-driver buffer headroomJohan Hovold1-5/+2
2015-04-07greybus: operation: fix potential message corruptionJohan Hovold1-42/+30
2015-04-07greybus: pass messages to host driversJohan Hovold1-34/+8
2015-04-07greybus: operation: move message-header definition to header fileJohan Hovold1-29/+0
2015-04-07greybus: operation: fix unaligned memory accesses in receive pathJohan Hovold1-9/+10
2015-03-30greybus: operation: refactor response handlingJohan Hovold1-7/+10
2015-03-30greybus: operation: make incomplete-message errors more informativeJohan Hovold1-2/+4
2015-03-30greybus: operation: replace pr_err with dev_errJohan Hovold1-4/+8
2015-03-30greybus: operation: fix incoming request payload sizeJohan Hovold1-2/+6
2015-03-30greybus: operation: fix null-deref on operation destroyJohan Hovold1-1/+2
2015-03-30greybus: operation: fix null-deref on operation cancelJohan Hovold1-1/+2
2015-03-30greybus: operation: fix use-after-free and infinite loop on unhandled requestsJohan Hovold1-8/+9
2015-03-30greybus: operation: fix memory leak in request_send error pathJohan Hovold1-1/+6
2015-03-30greybus: operation: fix use-after-free when sending responsesJohan Hovold1-3/+12
2015-03-30greybus: operation: fix callback handling and documentationJohan Hovold1-19/+14
2015-03-30greybus: operation: fix typo in commentJohan Hovold1-1/+1
2015-03-30greybus: operation: fix missing symbol exportsJohan Hovold1-0/+5
2015-03-27greybus: clean up some small messesAlex Elder1-3/+2
2015-03-19greybus: operation: remove unnecessary castJohan Hovold1-1/+1
2015-03-19greybus: operation: use dev_err in gb_operation_syncJohan Hovold1-4/+7
2015-03-19greybus: connection: replace custom error function with dev_errJohan Hovold1-7/+7
2015-03-19greybus: operation: Fix comment mistakeViresh Kumar1-1/+1