aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/qcom_glink_native.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-17rpmsg: glink: Free pending deferred work on removeBjorn Andersson1-1/+13
2019-10-17rpmsg: glink: Don't send pending rx_done during removeBjorn Andersson1-3/+12
2019-10-16rpmsg: glink: Fix rpmsg_register_device err handlingChris Lew1-3/+1
2019-10-16rpmsg: glink: Put an extra reference during cleanupChris Lew1-0/+4
2019-10-16rpmsg: glink: Fix use after free in open_ack TIMEOUT caseArun Kumar Neelakantam1-4/+3
2019-10-16rpmsg: glink: Fix reuse intents memory leak issueArun Kumar Neelakantam1-0/+9
2019-08-29rpmsg: glink: Use struct_size() helperGustavo A. R. Silva1-1/+1
2018-09-01rpmsg: glink: Remove chunk size word align warningChris Lew1-3/+0
2018-07-30rpmsg: glink: Store edge name for glink deviceChris Lew1-0/+6
2018-07-30rpmsg: glink: Fix various kerneldoc warnings.Srinivas Kandagatla1-16/+19
2018-07-30rpmsg: glink: correctly annotate intent membersSrinivas Kandagatla1-5/+5
2018-06-03rpmsg: glink: Switch to SPDX license identifierSuman Anna1-9/+1
2018-03-20rpmsg: glink: Use spinlock in tx pathBjorn Andersson1-7/+11
2018-01-02rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel()Wei Yongjun1-0/+1
2017-11-15rpmsg: glink: The mbox client knows_txdoneBjorn Andersson1-0/+1
2017-11-14rpmsg: glink: Add missing MODULE_LICENSEBjorn Andersson1-0/+3
2017-10-30rpmsg: glink: Use best fit intent during txChris Lew1-3/+8
2017-10-30rpmsg: glink: Add support to preallocate intentsChris Lew1-8/+27
2017-10-30rpmsg: glink: Initialize the "intent_req_comp" completion variableArun Kumar Neelakantam1-0/+1
2017-10-10rpmsg: glink: Fix memory leak in qcom_glink_alloc_intent()Dan Carpenter1-3/+8
2017-10-10rpmsg: glink: Unlock on error in qcom_glink_request_intent()Dan Carpenter1-1/+2
2017-09-04rpmsg: glink: initialize ret to zero to ensure error status check is correctColin Ian King1-3/+1
2017-09-04rpmsg: glink: fix null pointer dereference on a null intentColin Ian King1-1/+1
2017-08-31rpmsg: glink: Export symbols from common codeBjorn Andersson1-0/+3
2017-08-30rpmsg: glink: Release idr lock before returning on errorBjorn Andersson1-1/+1
2017-08-29rpmsg: glink: Handle remote rx done commandSricharan R1-0/+42
2017-08-29rpmsg: glink: Request for intents when unavailableSricharan R1-2/+74
2017-08-29rpmsg: glink: Use the intents passed by remoteSricharan R1-2/+33
2017-08-29rpmsg: glink: Receive and store the remote intent buffersSricharan R1-1/+70
2017-08-29rpmsg: glink: Add announce_create ops and preallocate intentsSricharan R1-0/+21
2017-08-29rpmsg: glink: Add rx done commandSricharan R1-0/+83
2017-08-29rpmsg: glink: Make RX FIFO peak accessor to take an offsetBjorn Andersson1-8/+7
2017-08-29rpmsg: glink: Use the local intents when receiving dataSricharan R1-25/+50
2017-08-29rpmsg: glink: Add support for TX intentsSricharan R1-1/+166
2017-08-29rpmsg: glink: Fix idr_lock from mutex to spinlockSricharan R1-20/+42
2017-08-29rpmsg: glink: Add support for transport version negotiationSricharan R1-5/+70
2017-08-29rpmsg: glink: Introduce glink smem based transportBjorn Andersson1-0/+5
2017-08-29rpmsg: glink: Do a mbox_free_channel in removeSricharan R1-0/+1
2017-08-29rpmsg: glink: Return -EAGAIN when there is no FIFO spaceSricharan R1-1/+1
2017-08-29rpmsg: glink: Allow unaligned data accessBjorn Andersson1-6/+0
2017-08-29rpmsg: glink: Move the common glink protocol implementation to glink_native.cBjorn Andersson1-0/+1017