summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg
Commit message (Expand)AuthorAgeFilesLines
* rpmsg: glink: Use complete_all for open statesChris Lew2020-11-051-3/+3
* rpmsg: smd: Fix a kobj leak in in qcom_smd_parse_edge()Dan Carpenter2020-10-301-10/+22
* rpmsg: glink: Remove chunk size word align warningChris Lew2020-04-131-3/+0
* rpmsg: glink: Free pending deferred work on removeBjorn Andersson2019-12-211-1/+13
* rpmsg: glink: Don't send pending rx_done during removeBjorn Andersson2019-12-211-3/+12
* rpmsg: glink: Fix rpmsg_register_device err handlingChris Lew2019-12-211-3/+1
* rpmsg: glink: Put an extra reference during cleanupChris Lew2019-12-211-0/+4
* rpmsg: glink: Fix use after free in open_ack TIMEOUT caseArun Kumar Neelakantam2019-12-211-4/+3
* rpmsg: glink: Fix reuse intents memory leak issueArun Kumar Neelakantam2019-12-211-0/+9
* rpmsg: glink: Set tail pointer to 0 at end of FIFOChris Lew2019-12-211-1/+1
* rpmsg: glink: smem: Support rx peak for size less than 4 bytesArun Kumar Neelakantam2019-11-241-8/+4
* rpmsg: smd: fix memory leak on channel createColin Ian King2018-11-131-2/+5
* rpmsg: Add compat ioctl for rpmsg char driverArun Kumar Neelakantam2018-07-301-0/+2
* rpmsg: glink: Store edge name for glink deviceChris Lew2018-07-301-0/+6
* rpmsg: core: add support to power domains for devicesSrinivas Kandagatla2018-07-301-0/+7
* rpmsg: smd: fix kerneldoc warningsSrinivas Kandagatla2018-07-301-1/+8
* rpmsg: glink: Fix various kerneldoc warnings.Srinivas Kandagatla2018-07-301-16/+19
* rpmsg: glink: correctly annotate intent membersSrinivas Kandagatla2018-07-301-5/+5
* 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: char: Switch to SPDX license identifierSuman Anna2018-06-031-9/+1
* rpmsg: glink: Switch to SPDX license identifierSuman Anna2018-06-034-36/+4
* rpmsg: smd: Switch to SPDX license identifierSuman Anna2018-06-031-9/+1
* rpmsg: virtio_rpmsg_bus: Switch to SPDX license identifierSuman Anna2018-06-031-9/+1
* rpmsg: Switch to SPDX license identifierSuman Anna2018-06-033-18/+4
* Merge tag 'v4.17-rc4' into rpmsg-nextBjorn Andersson2018-05-091-0/+2
|\
| * rpmsg: added MODULE_ALIAS for rpmsg_charRamon Fried2018-04-251-0/+2
* | rpmsg: qcom_smd: Access APCS through mailbox frameworkBjorn Andersson2018-04-252-19/+50
* | rpmsg: Add driver_override device attribute for rpmsg_deviceAnup Patel2018-04-251-0/+39
|/
* rpmsg: smd: Use announce_create to process any receive workBjorn Andersson2018-03-271-0/+18
* rpmsg: Only invoke announce_create for rpdev with endpointsBjorn Andersson2018-03-271-1/+1
* 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: 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-171-1/+2
* rpmsg: glink: use put_device() if device_register failArvind Yadav2018-03-171-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-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
| * rpmsg: glink: smem: Ensure ordering during txBjorn Andersson2017-12-181-0/+3
| * drivers: rpmsg: remove duplicate includesPravin Shedge2017-12-061-2/+0
* | 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-172-12/+42
|\