summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg
Commit message (Expand)AuthorAgeFilesLines
* rpmsg: glink: Avoid infinite loop on intent for missing channelBjorn Andersson2023-03-111-0/+1
* rpmsg: qcom: glink: replace strncpy() with strscpy_pad()Krzysztof Kozlowski2022-10-262-3/+3
* 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: qcom_glink_native: fix error return code of qcom_glink_rx_data()Jia-Ju Bai2021-05-221-0/+1
* rpmsg: glink: smem: Ensure ordering during txBjorn Andersson2020-04-241-0/+3
* rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel()Wei Yongjun2020-04-241-0/+1
* rpmsg: glink: use put_device() if device_register failArvind Yadav2020-04-241-1/+2
* rpmsg: glink: smem: Support rx peak for size less than 4 bytesArun Kumar Neelakantam2020-04-131-8/+4
* 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: smd: fix memory leak on channel createColin Ian King2018-11-131-2/+5
* Revert "rpmsg: core: add support to power domains for devices"Greg Kroah-Hartman2018-09-291-7/+0
* rpmsg: core: add support to power domains for devicesSrinivas Kandagatla2018-09-191-0/+7
* rpmsg: smd: do not use mananged resources for endpoints and channelsSrinivas Kandagatla2018-07-031-9/+9
* rpmsg: added MODULE_ALIAS for rpmsg_charRamon Fried2018-06-211-0/+2
* rpmsg: glink: Initialize the "intent_req_comp" completion variableArun Kumar Neelakantam2017-12-201-0/+1
* rpmsg: glink: Add missing MODULE_LICENSEBjorn Andersson2017-11-211-0/+3
* 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/+1
* rpmsg: glink: fix null pointer dereference on a null intentColin Ian King2017-09-041-1/+1
* rpmsg: glink: Export symbols from common codeBjorn Andersson2017-08-311-0/+3
* rpmsg: glink: Release idr lock before returning on errorBjorn Andersson2017-08-301-1/+1
* rpmsg: glink: Handle remote rx done commandSricharan R2017-08-291-0/+42
* rpmsg: glink: Request for intents when unavailableSricharan R2017-08-291-2/+74
* rpmsg: glink: Use the intents passed by remoteSricharan R2017-08-291-2/+33
* rpmsg: glink: Receive and store the remote intent buffersSricharan R2017-08-291-1/+70
* rpmsg: glink: Add announce_create ops and preallocate intentsSricharan R2017-08-291-0/+21
* rpmsg: glink: Add rx done commandSricharan R2017-08-291-0/+83
* rpmsg: glink: Make RX FIFO peak accessor to take an offsetBjorn Andersson2017-08-294-11/+16
* rpmsg: glink: Use the local intents when receiving dataSricharan R2017-08-291-25/+50
* rpmsg: glink: Add support for TX intentsSricharan R2017-08-294-5/+173
* rpmsg: glink: Fix idr_lock from mutex to spinlockSricharan R2017-08-291-20/+42
* rpmsg: glink: Add support for transport version negotiationSricharan R2017-08-294-6/+79
* rpmsg: glink: Introduce glink smem based transportBjorn Andersson2017-08-295-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
* rpmsg: glink: Allow unaligned data accessBjorn Andersson2017-08-292-7/+21
* rpmsg: glink: Move the common glink protocol implementation to glink_native.cBjorn Andersson2017-08-295-993/+1064
* rpmsg: glink: Split rpm_probe to reuse the common codeBjorn Andersson2017-08-291-36/+49
* rpmsg: glink: Associate indirections for pipe fifo accessor'sBjorn Andersson2017-08-291-38/+106