summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/qcom_glink_native.c
Commit message (Expand)AuthorAgeFilesLines
* rpmsg: qcom_glink_native: fix error return code of qcom_glink_rx_data()Jia-Ju Bai2021-04-091-0/+1
* rpmsg: char: Use rpmsg_sendto to specify the message destination addressArnaud Pouliquen2021-03-171-0/+16
* Merge tag 'rpmsg-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds2020-10-221-3/+67
|\
| * rpmsg: glink: Expose rpmsg name attr for glinkChris Lew2020-09-151-0/+26
| * rpmsg: glink: Add support for rpmsg glink chrdevDeepak Kumar Singh2020-09-151-0/+38
| * rpmsg: glink: Use complete_all for open statesChris Lew2020-09-151-3/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* rpmsg: glink: Free pending deferred work on removeBjorn Andersson2019-10-171-1/+13
* rpmsg: glink: Don't send pending rx_done during removeBjorn Andersson2019-10-171-3/+12
* rpmsg: glink: Fix rpmsg_register_device err handlingChris Lew2019-10-161-3/+1
* rpmsg: glink: Put an extra reference during cleanupChris Lew2019-10-161-0/+4
* rpmsg: glink: Fix use after free in open_ack TIMEOUT caseArun Kumar Neelakantam2019-10-161-4/+3
* rpmsg: glink: Fix reuse intents memory leak issueArun Kumar Neelakantam2019-10-161-0/+9
* rpmsg: glink: Use struct_size() helperGustavo A. R. Silva2019-08-291-1/+1
* rpmsg: glink: Remove chunk size word align warningChris Lew2018-09-011-3/+0
* rpmsg: glink: Store edge name for glink deviceChris Lew2018-07-301-0/+6
* rpmsg: glink: Fix various kerneldoc warnings.Srinivas Kandagatla2018-07-301-16/+19
* rpmsg: glink: correctly annotate intent membersSrinivas Kandagatla2018-07-301-5/+5
* rpmsg: glink: Switch to SPDX license identifierSuman Anna2018-06-031-9/+1
* rpmsg: glink: Use spinlock in tx pathBjorn Andersson2018-03-201-7/+11
* rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel()Wei Yongjun2018-01-021-0/+1
* rpmsg: glink: The mbox client knows_txdoneBjorn Andersson2017-11-151-0/+1
* rpmsg: glink: Add missing MODULE_LICENSEBjorn Andersson2017-11-141-0/+3
* rpmsg: glink: Use best fit intent during txChris Lew2017-10-301-3/+8
* rpmsg: glink: Add support to preallocate intentsChris Lew2017-10-301-8/+27
* rpmsg: glink: Initialize the "intent_req_comp" completion variableArun Kumar Neelakantam2017-10-301-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-291-8/+7
* rpmsg: glink: Use the local intents when receiving dataSricharan R2017-08-291-25/+50
* rpmsg: glink: Add support for TX intentsSricharan R2017-08-291-1/+166
* rpmsg: glink: Fix idr_lock from mutex to spinlockSricharan R2017-08-291-20/+42
* rpmsg: glink: Add support for transport version negotiationSricharan R2017-08-291-5/+70
* rpmsg: glink: Introduce glink smem based transportBjorn Andersson2017-08-291-0/+5
* 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-291-6/+0
* rpmsg: glink: Move the common glink protocol implementation to glink_native.cBjorn Andersson2017-08-291-0/+1017