index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rpmsg
/
qcom_glink_native.c
Age
Commit message (
Expand
)
Author
2018-09-01
rpmsg: glink: Remove chunk size word align warning
Chris Lew
2018-07-30
rpmsg: glink: Store edge name for glink device
Chris Lew
2018-07-30
rpmsg: glink: Fix various kerneldoc warnings.
Srinivas Kandagatla
2018-07-30
rpmsg: glink: correctly annotate intent members
Srinivas Kandagatla
2018-06-03
rpmsg: glink: Switch to SPDX license identifier
Suman Anna
2018-03-20
rpmsg: glink: Use spinlock in tx path
Bjorn Andersson
2018-01-02
rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel()
Wei Yongjun
2017-11-15
rpmsg: glink: The mbox client knows_txdone
Bjorn Andersson
2017-11-14
rpmsg: glink: Add missing MODULE_LICENSE
Bjorn Andersson
2017-10-30
rpmsg: glink: Use best fit intent during tx
Chris Lew
2017-10-30
rpmsg: glink: Add support to preallocate intents
Chris Lew
2017-10-30
rpmsg: glink: Initialize the "intent_req_comp" completion variable
Arun Kumar Neelakantam
2017-10-10
rpmsg: glink: Fix memory leak in qcom_glink_alloc_intent()
Dan Carpenter
2017-10-10
rpmsg: glink: Unlock on error in qcom_glink_request_intent()
Dan Carpenter
2017-09-04
rpmsg: glink: initialize ret to zero to ensure error status check is correct
Colin Ian King
2017-09-04
rpmsg: glink: fix null pointer dereference on a null intent
Colin Ian King
2017-08-31
rpmsg: glink: Export symbols from common code
Bjorn Andersson
2017-08-30
rpmsg: glink: Release idr lock before returning on error
Bjorn Andersson
2017-08-29
rpmsg: glink: Handle remote rx done command
Sricharan R
2017-08-29
rpmsg: glink: Request for intents when unavailable
Sricharan R
2017-08-29
rpmsg: glink: Use the intents passed by remote
Sricharan R
2017-08-29
rpmsg: glink: Receive and store the remote intent buffers
Sricharan R
2017-08-29
rpmsg: glink: Add announce_create ops and preallocate intents
Sricharan R
2017-08-29
rpmsg: glink: Add rx done command
Sricharan R
2017-08-29
rpmsg: glink: Make RX FIFO peak accessor to take an offset
Bjorn Andersson
2017-08-29
rpmsg: glink: Use the local intents when receiving data
Sricharan R
2017-08-29
rpmsg: glink: Add support for TX intents
Sricharan R
2017-08-29
rpmsg: glink: Fix idr_lock from mutex to spinlock
Sricharan R
2017-08-29
rpmsg: glink: Add support for transport version negotiation
Sricharan R
2017-08-29
rpmsg: glink: Introduce glink smem based transport
Bjorn Andersson
2017-08-29
rpmsg: glink: Do a mbox_free_channel in remove
Sricharan R
2017-08-29
rpmsg: glink: Return -EAGAIN when there is no FIFO space
Sricharan R
2017-08-29
rpmsg: glink: Allow unaligned data access
Bjorn Andersson
2017-08-29
rpmsg: glink: Move the common glink protocol implementation to glink_native.c
Bjorn Andersson