summaryrefslogtreecommitdiff
path: root/drivers/rpmsg/qcom_glink_native.c
Commit message (Expand)AuthorAge
* rpmsg: glink: Use spinlock in tx pathBjorn Andersson2018-03-20
* rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel()Wei Yongjun2018-01-02
* rpmsg: glink: The mbox client knows_txdoneBjorn Andersson2017-11-15
* rpmsg: glink: Add missing MODULE_LICENSEBjorn Andersson2017-11-14
* rpmsg: glink: Use best fit intent during txChris Lew2017-10-30
* rpmsg: glink: Add support to preallocate intentsChris Lew2017-10-30
* rpmsg: glink: Initialize the "intent_req_comp" completion variableArun Kumar Neelakantam2017-10-30
* rpmsg: glink: Fix memory leak in qcom_glink_alloc_intent()Dan Carpenter2017-10-10
* rpmsg: glink: Unlock on error in qcom_glink_request_intent()Dan Carpenter2017-10-10
* rpmsg: glink: initialize ret to zero to ensure error status check is correctColin Ian King2017-09-04
* rpmsg: glink: fix null pointer dereference on a null intentColin Ian King2017-09-04
* rpmsg: glink: Export symbols from common codeBjorn Andersson2017-08-31
* rpmsg: glink: Release idr lock before returning on errorBjorn Andersson2017-08-30
* rpmsg: glink: Handle remote rx done commandSricharan R2017-08-29
* rpmsg: glink: Request for intents when unavailableSricharan R2017-08-29
* rpmsg: glink: Use the intents passed by remoteSricharan R2017-08-29
* rpmsg: glink: Receive and store the remote intent buffersSricharan R2017-08-29
* rpmsg: glink: Add announce_create ops and preallocate intentsSricharan R2017-08-29
* rpmsg: glink: Add rx done commandSricharan R2017-08-29
* rpmsg: glink: Make RX FIFO peak accessor to take an offsetBjorn Andersson2017-08-29
* rpmsg: glink: Use the local intents when receiving dataSricharan R2017-08-29
* rpmsg: glink: Add support for TX intentsSricharan R2017-08-29
* rpmsg: glink: Fix idr_lock from mutex to spinlockSricharan R2017-08-29
* rpmsg: glink: Add support for transport version negotiationSricharan R2017-08-29
* rpmsg: glink: Introduce glink smem based transportBjorn Andersson2017-08-29
* rpmsg: glink: Do a mbox_free_channel in removeSricharan R2017-08-29
* rpmsg: glink: Return -EAGAIN when there is no FIFO spaceSricharan R2017-08-29
* rpmsg: glink: Allow unaligned data accessBjorn Andersson2017-08-29
* rpmsg: glink: Move the common glink protocol implementation to glink_native.cBjorn Andersson2017-08-29