summaryrefslogtreecommitdiff
path: root/drivers/rpmsg
AgeCommit message (Expand)Author
2018-03-27rpmsg: smd: Use announce_create to process any receive workBjorn Andersson
2018-03-27rpmsg: Only invoke announce_create for rpdev with endpointsBjorn Andersson
2018-03-27rpmsg: smd: Fix container_of macrosBjorn Andersson
2018-03-27Revert "rpmsg: smd: Create device for all channels"Bjorn Andersson
2018-03-20rpmsg: glink: Use spinlock in tx pathBjorn Andersson
2018-03-20rpmsg: smd: Use spinlock in tx pathBjorn Andersson
2018-03-17rpmsg: smd: use put_device() if device_register failArvind Yadav
2018-03-17rpmsg: glink: use put_device() if device_register failArvind Yadav
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-05Merge tag 'rpmsg-v4.16' of git://github.com/andersson/remoteprocLinus Torvalds
2018-01-19rpmsg: smd: Fix double unlock in __qcom_smd_send()Dan Carpenter
2018-01-02rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel()Wei Yongjun
2017-12-18rpmsg: smd: Don't hold the tx lock during waitBjorn Andersson
2017-12-18rpmsg: smd: Fail send on a closed channelBjorn Andersson
2017-12-18rpmsg: smd: Wake up all waitersBjorn Andersson
2017-12-18rpmsg: smd: Create device for all channelsBjorn Andersson
2017-12-18rpmsg: smd: Perform handshake during openBjorn Andersson
2017-12-18rpmsg: glink: smem: Ensure ordering during txBjorn Andersson
2017-12-06drivers: rpmsg: remove duplicate includesPravin Shedge
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-17Merge tag 'rpmsg-v4.15' of git://github.com/andersson/remoteprocLinus Torvalds
2017-11-15rpmsg: glink: The mbox client knows_txdoneBjorn Andersson
2017-11-14rpmsg: glink: Add missing MODULE_LICENSEBjorn Andersson
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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-25rpmsg: Allow RPMSG_VIRTIO to be enabled via menuconfig or defconfigAnup Patel
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