summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg
Commit message (Expand)AuthorAgeFilesLines
* rpmsg: qcom: glink: replace strncpy() with strscpy_pad()Krzysztof Kozlowski2022-10-262-3/+3
* rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edgeMiaoqian Lin2022-08-251-0/+1
* rpmsg: qcom_smd: Fix returning 0 if irq_of_parse_and_map() failsKrzysztof Kozlowski2022-06-141-1/+1
* rpmsg: qcom_smd: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski2022-06-141-1/+1
* rpmsg: char: Fix race between the release of rpmsg_eptdev and cdevMatthias Kaehlcke2022-02-081-9/+2
* rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdevSujit Kautkar2022-02-081-9/+2
* rpmsg: core: Clean up resources on announce_create failure.Arnaud Pouliquen2022-01-271-4/+16
* rpmsg: qcom_glink_native: fix error return code of qcom_glink_rx_data()Jia-Ju Bai2021-05-221-0/+1
* 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