summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg
Commit message (Expand)AuthorAgeFilesLines
* rpmsg: qcom_smd: Access APCS through mailbox frameworkBjorn Andersson2018-04-262-19/+50
* rpmsg: Add driver_override device attribute for rpmsg_deviceAnup Patel2018-04-261-0/+39
* rpmsg: smd: Use announce_create to process any receive workBjorn Andersson2018-03-281-0/+18
* rpmsg: Only invoke announce_create for rpdev with endpointsBjorn Andersson2018-03-281-1/+1
* rpmsg: smd: Fix container_of macrosBjorn Andersson2018-03-281-2/+2
* Revert "rpmsg: smd: Create device for all channels"Bjorn Andersson2018-03-271-0/+5
* rpmsg: glink: Use spinlock in tx pathBjorn Andersson2018-03-201-7/+11
* rpmsg: smd: Use spinlock in tx pathBjorn Andersson2018-03-201-10/+11
* rpmsg: smd: use put_device() if device_register failArvind Yadav2018-03-181-1/+2
* rpmsg: glink: use put_device() if device_register failArvind Yadav2018-03-181-1/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-3/+3
* Merge tag 'rpmsg-v4.16' of git://github.com/andersson/remoteprocLinus Torvalds2018-02-053-18/+54
|\
| * rpmsg: smd: Fix double unlock in __qcom_smd_send()Dan Carpenter2018-01-191-5/+5
| * rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel()Wei Yongjun2018-01-021-0/+1
| * rpmsg: smd: Don't hold the tx lock during waitBjorn Andersson2017-12-191-0/+7
| * rpmsg: smd: Fail send on a closed channelBjorn Andersson2017-12-191-6/+8
| * rpmsg: smd: Wake up all waitersBjorn Andersson2017-12-191-2/+2
| * rpmsg: smd: Create device for all channelsBjorn Andersson2017-12-191-5/+0Star
| * rpmsg: smd: Perform handshake during openBjorn Andersson2017-12-191-0/+30
| * rpmsg: glink: smem: Ensure ordering during txBjorn Andersson2017-12-191-0/+3
| * drivers: rpmsg: remove duplicate includesPravin Shedge2017-12-061-2/+0Star
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-284-6/+6
|/
* Merge tag 'rpmsg-v4.15' of git://github.com/andersson/remoteprocLinus Torvalds2017-11-182-12/+42
|\
| * rpmsg: glink: The mbox client knows_txdoneBjorn Andersson2017-11-161-0/+1
| * rpmsg: glink: Add missing MODULE_LICENSEBjorn Andersson2017-11-151-0/+3
| * rpmsg: glink: Use best fit intent during txChris Lew2017-10-311-3/+8
| * rpmsg: glink: Add support to preallocate intentsChris Lew2017-10-311-8/+27
| * rpmsg: glink: Initialize the "intent_req_comp" completion variableArun Kumar Neelakantam2017-10-311-0/+1
| * rpmsg: Allow RPMSG_VIRTIO to be enabled via menuconfig or defconfigAnup Patel2017-10-261-1/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* rpmsg: glink: Fix memory leak in qcom_glink_alloc_intent()Dan Carpenter2017-10-101-3/+8
* rpmsg: glink: Unlock on error in qcom_glink_request_intent()Dan Carpenter2017-10-101-1/+2
* rpmsg: glink: initialize ret to zero to ensure error status check is correctColin Ian King2017-09-041-3/+1Star
* rpmsg: glink: fix null pointer dereference on a null intentColin Ian King2017-09-041-1/+1
* rpmsg: glink: Export symbols from common codeBjorn Andersson2017-09-011-0/+3
* rpmsg: glink: Release idr lock before returning on errorBjorn Andersson2017-08-311-1/+1
* rpmsg: glink: Handle remote rx done commandSricharan R2017-08-301-0/+42
* rpmsg: glink: Request for intents when unavailableSricharan R2017-08-301-2/+74
* rpmsg: glink: Use the intents passed by remoteSricharan R2017-08-301-2/+33
* rpmsg: glink: Receive and store the remote intent buffersSricharan R2017-08-301-1/+70
* rpmsg: glink: Add announce_create ops and preallocate intentsSricharan R2017-08-301-0/+21
* rpmsg: glink: Add rx done commandSricharan R2017-08-301-0/+83
* rpmsg: glink: Make RX FIFO peak accessor to take an offsetBjorn Andersson2017-08-304-11/+16
* rpmsg: glink: Use the local intents when receiving dataSricharan R2017-08-301-25/+50
* rpmsg: glink: Add support for TX intentsSricharan R2017-08-304-5/+173
* rpmsg: glink: Fix idr_lock from mutex to spinlockSricharan R2017-08-301-20/+42
* rpmsg: glink: Add support for transport version negotiationSricharan R2017-08-304-6/+79
* rpmsg: glink: Introduce glink smem based transportBjorn Andersson2017-08-305-0/+328
* rpmsg: glink: Do a mbox_free_channel in removeSricharan R2017-08-291-0/+1
* rpmsg: glink: Return -EAGAIN when there is no FIFO spaceSricharan R2017-08-291-1/+1