Age | Commit message (Expand) | Author | Files | Lines |
2018-07-31 | rpmsg: glink: Store edge name for glink device | Chris Lew | 1 | -0/+6 |
2018-07-31 | rpmsg: glink: Fix various kerneldoc warnings. | Srinivas Kandagatla | 1 | -16/+19 |
2018-07-31 | rpmsg: glink: correctly annotate intent members | Srinivas Kandagatla | 1 | -5/+5 |
2018-06-04 | rpmsg: glink: Switch to SPDX license identifier | Suman Anna | 1 | -9/+1 |
2018-03-20 | rpmsg: glink: Use spinlock in tx path | Bjorn Andersson | 1 | -7/+11 |
2018-01-02 | rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel() | Wei Yongjun | 1 | -0/+1 |
2017-11-16 | rpmsg: glink: The mbox client knows_txdone | Bjorn Andersson | 1 | -0/+1 |
2017-11-15 | rpmsg: glink: Add missing MODULE_LICENSE | Bjorn Andersson | 1 | -0/+3 |
2017-10-31 | rpmsg: glink: Use best fit intent during tx | Chris Lew | 1 | -3/+8 |
2017-10-31 | rpmsg: glink: Add support to preallocate intents | Chris Lew | 1 | -8/+27 |
2017-10-31 | rpmsg: glink: Initialize the "intent_req_comp" completion variable | Arun Kumar Neelakantam | 1 | -0/+1 |
2017-10-10 | rpmsg: glink: Fix memory leak in qcom_glink_alloc_intent() | Dan Carpenter | 1 | -3/+8 |
2017-10-10 | rpmsg: glink: Unlock on error in qcom_glink_request_intent() | Dan Carpenter | 1 | -1/+2 |
2017-09-04 | rpmsg: glink: initialize ret to zero to ensure error status check is correct | Colin Ian King | 1 | -3/+1 |
2017-09-04 | rpmsg: glink: fix null pointer dereference on a null intent | Colin Ian King | 1 | -1/+1 |
2017-09-01 | rpmsg: glink: Export symbols from common code | Bjorn Andersson | 1 | -0/+3 |
2017-08-31 | rpmsg: glink: Release idr lock before returning on error | Bjorn Andersson | 1 | -1/+1 |
2017-08-30 | rpmsg: glink: Handle remote rx done command | Sricharan R | 1 | -0/+42 |
2017-08-30 | rpmsg: glink: Request for intents when unavailable | Sricharan R | 1 | -2/+74 |
2017-08-30 | rpmsg: glink: Use the intents passed by remote | Sricharan R | 1 | -2/+33 |
2017-08-30 | rpmsg: glink: Receive and store the remote intent buffers | Sricharan R | 1 | -1/+70 |
2017-08-30 | rpmsg: glink: Add announce_create ops and preallocate intents | Sricharan R | 1 | -0/+21 |
2017-08-30 | rpmsg: glink: Add rx done command | Sricharan R | 1 | -0/+83 |
2017-08-30 | rpmsg: glink: Make RX FIFO peak accessor to take an offset | Bjorn Andersson | 1 | -8/+7 |
2017-08-30 | rpmsg: glink: Use the local intents when receiving data | Sricharan R | 1 | -25/+50 |
2017-08-30 | rpmsg: glink: Add support for TX intents | Sricharan R | 1 | -1/+166 |
2017-08-30 | rpmsg: glink: Fix idr_lock from mutex to spinlock | Sricharan R | 1 | -20/+42 |
2017-08-30 | rpmsg: glink: Add support for transport version negotiation | Sricharan R | 1 | -5/+70 |
2017-08-30 | rpmsg: glink: Introduce glink smem based transport | Bjorn Andersson | 1 | -0/+5 |
2017-08-30 | rpmsg: glink: Do a mbox_free_channel in remove | Sricharan R | 1 | -0/+1 |
2017-08-30 | rpmsg: glink: Return -EAGAIN when there is no FIFO space | Sricharan R | 1 | -1/+1 |
2017-08-30 | rpmsg: glink: Allow unaligned data access | Bjorn Andersson | 1 | -6/+0 |
2017-08-30 | rpmsg: glink: Move the common glink protocol implementation to glink_native.c | Bjorn Andersson | 1 | -0/+1017 |