summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/qcom_smd.c
Commit message (Expand)AuthorAgeFilesLines
* rpmsg: char: Use rpmsg_sendto to specify the message destination addressArnaud Pouliquen2021-03-171-0/+16
* rpmsg: smd: Fix a kobj leak in in qcom_smd_parse_edge()Dan Carpenter2020-09-151-10/+22
* rpmsg: smd: fix memory leak on channel createColin Ian King2018-09-271-2/+5
* rpmsg: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-271-1/+1
* rpmsg: smd: fix kerneldoc warningsSrinivas Kandagatla2018-07-301-1/+8
* rpmsg: smd: Add missing include of sizes.hNiklas Cassel2018-07-011-0/+1
* rpmsg: smd: do not use mananged resources for endpoints and channelsSrinivas Kandagatla2018-06-041-9/+9
* rpmsg: smd: Switch to SPDX license identifierSuman Anna2018-06-031-9/+1
* rpmsg: qcom_smd: Access APCS through mailbox frameworkBjorn Andersson2018-04-251-19/+49
* rpmsg: smd: Use announce_create to process any receive workBjorn Andersson2018-03-271-0/+18
* rpmsg: smd: Fix container_of macrosBjorn Andersson2018-03-271-2/+2
* Revert "rpmsg: smd: Create device for all channels"Bjorn Andersson2018-03-271-0/+5
* rpmsg: smd: Use spinlock in tx pathBjorn Andersson2018-03-201-10/+11
* rpmsg: smd: use put_device() if device_register failArvind Yadav2018-03-171-1/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge tag 'rpmsg-v4.16' of git://github.com/andersson/remoteprocLinus Torvalds2018-02-051-16/+50
|\
| * rpmsg: smd: Fix double unlock in __qcom_smd_send()Dan Carpenter2018-01-191-5/+5
| * rpmsg: smd: Don't hold the tx lock during waitBjorn Andersson2017-12-181-0/+7
| * rpmsg: smd: Fail send on a closed channelBjorn Andersson2017-12-181-6/+8
| * rpmsg: smd: Wake up all waitersBjorn Andersson2017-12-181-2/+2
| * rpmsg: smd: Create device for all channelsBjorn Andersson2017-12-181-5/+0
| * rpmsg: smd: Perform handshake during openBjorn Andersson2017-12-181-0/+30
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* rpmsg: qcom_smd: add of_node node to edge deviceSrinivas Kandagatla2017-07-261-0/+1
* rpmsg: Release rpmsg devices in backendsBjorn Andersson2017-05-171-0/+11
* rpmsg: smd: Register rpmsg user space interface for edgesBjorn Andersson2017-01-181-0/+20
* rpmsg: qcom_smd: Implement endpoint "poll"Bjorn Andersson2017-01-181-0/+16
* rpmsg: qcom_smd: Add support for "label" propertyBjorn Andersson2017-01-181-0/+22
* Merge tag 'rpmsg-v4.10' of git://github.com/andersson/remoteprocLinus Torvalds2016-12-131-12/+5
|\
| * rpmsg: qcom_smd: Correct return value for O_NONBLOCKBjorn Andersson2016-12-081-1/+1
| * rpmsg: smd: Reduce restrictions when finding channelBjorn Andersson2016-10-311-11/+4
* | rpmsg: smd: Expose edge registration functionsBjorn Andersson2016-11-141-0/+1
|/
* rpmsg: Introduce Qualcomm SMD backendBjorn Andersson2016-09-081-0/+1434