aboutsummaryrefslogtreecommitdiff
path: root/drivers/rpmsg/qcom_glink_native.c
AgeCommit message (Expand)Author
2018-09-01rpmsg: glink: Remove chunk size word align warningChris Lew
2018-07-30rpmsg: glink: Store edge name for glink deviceChris Lew
2018-07-30rpmsg: glink: Fix various kerneldoc warnings.Srinivas Kandagatla
2018-07-30rpmsg: glink: correctly annotate intent membersSrinivas Kandagatla
2018-06-03rpmsg: glink: Switch to SPDX license identifierSuman Anna
2018-03-20rpmsg: glink: Use spinlock in tx pathBjorn Andersson
2018-01-02rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel()Wei Yongjun
2017-11-15rpmsg: glink: The mbox client knows_txdoneBjorn Andersson
2017-11-14rpmsg: glink: Add missing MODULE_LICENSEBjorn Andersson
2017-10-30rpmsg: glink: Use best fit intent during txChris Lew
2017-10-30rpmsg: glink: Add support to preallocate intentsChris Lew
2017-10-30rpmsg: glink: Initialize the "intent_req_comp" completion variableArun Kumar Neelakantam
2017-10-10rpmsg: glink: Fix memory leak in qcom_glink_alloc_intent()Dan Carpenter
2017-10-10rpmsg: glink: Unlock on error in qcom_glink_request_intent()Dan Carpenter
2017-09-04rpmsg: glink: initialize ret to zero to ensure error status check is correctColin Ian King
2017-09-04rpmsg: glink: fix null pointer dereference on a null intentColin Ian King
2017-08-31rpmsg: glink: Export symbols from common codeBjorn Andersson
2017-08-30rpmsg: glink: Release idr lock before returning on errorBjorn Andersson
2017-08-29rpmsg: glink: Handle remote rx done commandSricharan R
2017-08-29rpmsg: glink: Request for intents when unavailableSricharan R
2017-08-29rpmsg: glink: Use the intents passed by remoteSricharan R
2017-08-29rpmsg: glink: Receive and store the remote intent buffersSricharan R
2017-08-29rpmsg: glink: Add announce_create ops and preallocate intentsSricharan R
2017-08-29rpmsg: glink: Add rx done commandSricharan R
2017-08-29rpmsg: glink: Make RX FIFO peak accessor to take an offsetBjorn Andersson
2017-08-29rpmsg: glink: Use the local intents when receiving dataSricharan R
2017-08-29rpmsg: glink: Add support for TX intentsSricharan R
2017-08-29rpmsg: glink: Fix idr_lock from mutex to spinlockSricharan R
2017-08-29rpmsg: glink: Add support for transport version negotiationSricharan R
2017-08-29rpmsg: glink: Introduce glink smem based transportBjorn Andersson
2017-08-29rpmsg: glink: Do a mbox_free_channel in removeSricharan R
2017-08-29rpmsg: glink: Return -EAGAIN when there is no FIFO spaceSricharan R
2017-08-29rpmsg: glink: Allow unaligned data accessBjorn Andersson
2017-08-29rpmsg: glink: Move the common glink protocol implementation to glink_native.cBjorn Andersson