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
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