summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg
Commit message (Expand)AuthorAge
* rpmsg: smd: do not use mananged resources for endpoints and channelsSrinivas Kandagatla2018-06-04
* rpmsg: char: Switch to SPDX license identifierSuman Anna2018-06-03
* rpmsg: glink: Switch to SPDX license identifierSuman Anna2018-06-03
* rpmsg: smd: Switch to SPDX license identifierSuman Anna2018-06-03
* rpmsg: virtio_rpmsg_bus: Switch to SPDX license identifierSuman Anna2018-06-03
* rpmsg: Switch to SPDX license identifierSuman Anna2018-06-03
* Merge tag 'v4.17-rc4' into rpmsg-nextBjorn Andersson2018-05-09
|\
| * rpmsg: added MODULE_ALIAS for rpmsg_charRamon Fried2018-04-25
* | rpmsg: qcom_smd: Access APCS through mailbox frameworkBjorn Andersson2018-04-25
* | rpmsg: Add driver_override device attribute for rpmsg_deviceAnup Patel2018-04-25
|/
* rpmsg: smd: Use announce_create to process any receive workBjorn Andersson2018-03-28
* rpmsg: Only invoke announce_create for rpdev with endpointsBjorn Andersson2018-03-28
* rpmsg: smd: Fix container_of macrosBjorn Andersson2018-03-28
* Revert "rpmsg: smd: Create device for all channels"Bjorn Andersson2018-03-27
* rpmsg: glink: Use spinlock in tx pathBjorn Andersson2018-03-19
* rpmsg: smd: Use spinlock in tx pathBjorn Andersson2018-03-19
* rpmsg: smd: use put_device() if device_register failArvind Yadav2018-03-18
* rpmsg: glink: use put_device() if device_register failArvind Yadav2018-03-18
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge tag 'rpmsg-v4.16' of git://github.com/andersson/remoteprocLinus Torvalds2018-02-05
|\
| * rpmsg: smd: Fix double unlock in __qcom_smd_send()Dan Carpenter2018-01-19
| * rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel()Wei Yongjun2018-01-02
| * rpmsg: smd: Don't hold the tx lock during waitBjorn Andersson2017-12-19
| * rpmsg: smd: Fail send on a closed channelBjorn Andersson2017-12-19
| * rpmsg: smd: Wake up all waitersBjorn Andersson2017-12-19
| * rpmsg: smd: Create device for all channelsBjorn Andersson2017-12-19
| * rpmsg: smd: Perform handshake during openBjorn Andersson2017-12-19
| * rpmsg: glink: smem: Ensure ordering during txBjorn Andersson2017-12-19
| * drivers: rpmsg: remove duplicate includesPravin Shedge2017-12-06
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
|/
* Merge tag 'rpmsg-v4.15' of git://github.com/andersson/remoteprocLinus Torvalds2017-11-17
|\
| * rpmsg: glink: The mbox client knows_txdoneBjorn Andersson2017-11-16
| * rpmsg: glink: Add missing MODULE_LICENSEBjorn Andersson2017-11-15
| * rpmsg: glink: Use best fit intent during txChris Lew2017-10-31
| * rpmsg: glink: Add support to preallocate intentsChris Lew2017-10-31
| * rpmsg: glink: Initialize the "intent_req_comp" completion variableArun Kumar Neelakantam2017-10-30
| * rpmsg: Allow RPMSG_VIRTIO to be enabled via menuconfig or defconfigAnup Patel2017-10-26
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* rpmsg: glink: Fix memory leak in qcom_glink_alloc_intent()Dan Carpenter2017-10-10
* rpmsg: glink: Unlock on error in qcom_glink_request_intent()Dan Carpenter2017-10-10
* rpmsg: glink: initialize ret to zero to ensure error status check is correctColin Ian King2017-09-04
* rpmsg: glink: fix null pointer dereference on a null intentColin Ian King2017-09-04
* rpmsg: glink: Export symbols from common codeBjorn Andersson2017-08-31
* rpmsg: glink: Release idr lock before returning on errorBjorn Andersson2017-08-30
* rpmsg: glink: Handle remote rx done commandSricharan R2017-08-29
* rpmsg: glink: Request for intents when unavailableSricharan R2017-08-29
* rpmsg: glink: Use the intents passed by remoteSricharan R2017-08-29
* rpmsg: glink: Receive and store the remote intent buffersSricharan R2017-08-29
* rpmsg: glink: Add announce_create ops and preallocate intentsSricharan R2017-08-29
* rpmsg: glink: Add rx done commandSricharan R2017-08-29