aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/qcom_glink_native.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-15rpmsg: glink: Send READ_NOTIFY command in FIFO full caseArun Kumar Neelakantam1-1/+35
2021-10-15rpmsg: glink: Remove channel decouple from rpdev releaseChris Lew1-2/+0
2021-10-15rpmsg: glink: Remove the rpmsg dev in close_ackArun Kumar Neelakantam1-0/+12
2021-10-15rpmsg: glink: Add TX_DATA_CONT command while sendingArun Kumar Neelakantam1-4/+34
2021-09-13rpmsg: glink: Replace strncpy() with strscpy_pad()Kees Cook1-1/+1
2021-04-09rpmsg: qcom_glink_native: fix error return code of qcom_glink_rx_data()Jia-Ju Bai1-0/+1
2021-03-17rpmsg: char: Use rpmsg_sendto to specify the message destination addressArnaud Pouliquen1-0/+16
2020-10-22Merge tag 'rpmsg-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds1-3/+67
2020-09-15rpmsg: glink: Expose rpmsg name attr for glinkChris Lew1-0/+26
2020-09-15rpmsg: glink: Add support for rpmsg glink chrdevDeepak Kumar Singh1-0/+38
2020-09-15rpmsg: glink: Use complete_all for open statesChris Lew1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2019-10-17rpmsg: glink: Free pending deferred work on removeBjorn Andersson1-1/+13
2019-10-17rpmsg: glink: Don't send pending rx_done during removeBjorn Andersson1-3/+12
2019-10-16rpmsg: glink: Fix rpmsg_register_device err handlingChris Lew1-3/+1
2019-10-16rpmsg: glink: Put an extra reference during cleanupChris Lew1-0/+4
2019-10-16rpmsg: glink: Fix use after free in open_ack TIMEOUT caseArun Kumar Neelakantam1-4/+3
2019-10-16rpmsg: glink: Fix reuse intents memory leak issueArun Kumar Neelakantam1-0/+9
2019-08-29rpmsg: glink: Use struct_size() helperGustavo A. R. Silva1-1/+1
2018-09-01rpmsg: glink: Remove chunk size word align warningChris Lew1-3/+0
2018-07-30rpmsg: glink: Store edge name for glink deviceChris Lew1-0/+6
2018-07-30rpmsg: glink: Fix various kerneldoc warnings.Srinivas Kandagatla1-16/+19
2018-07-30rpmsg: glink: correctly annotate intent membersSrinivas Kandagatla1-5/+5
2018-06-03rpmsg: glink: Switch to SPDX license identifierSuman Anna1-9/+1
2018-03-20rpmsg: glink: Use spinlock in tx pathBjorn Andersson1-7/+11
2018-01-02rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel()Wei Yongjun1-0/+1
2017-11-15rpmsg: glink: The mbox client knows_txdoneBjorn Andersson1-0/+1
2017-11-14rpmsg: glink: Add missing MODULE_LICENSEBjorn Andersson1-0/+3
2017-10-30rpmsg: glink: Use best fit intent during txChris Lew1-3/+8
2017-10-30rpmsg: glink: Add support to preallocate intentsChris Lew1-8/+27
2017-10-30rpmsg: glink: Initialize the "intent_req_comp" completion variableArun Kumar Neelakantam1-0/+1
2017-10-10rpmsg: glink: Fix memory leak in qcom_glink_alloc_intent()Dan Carpenter1-3/+8
2017-10-10rpmsg: glink: Unlock on error in qcom_glink_request_intent()Dan Carpenter1-1/+2
2017-09-04rpmsg: glink: initialize ret to zero to ensure error status check is correctColin Ian King1-3/+1
2017-09-04rpmsg: glink: fix null pointer dereference on a null intentColin Ian King1-1/+1
2017-08-31rpmsg: glink: Export symbols from common codeBjorn Andersson1-0/+3
2017-08-30rpmsg: glink: Release idr lock before returning on errorBjorn Andersson1-1/+1
2017-08-29rpmsg: glink: Handle remote rx done commandSricharan R1-0/+42
2017-08-29rpmsg: glink: Request for intents when unavailableSricharan R1-2/+74
2017-08-29rpmsg: glink: Use the intents passed by remoteSricharan R1-2/+33
2017-08-29rpmsg: glink: Receive and store the remote intent buffersSricharan R1-1/+70
2017-08-29rpmsg: glink: Add announce_create ops and preallocate intentsSricharan R1-0/+21
2017-08-29rpmsg: glink: Add rx done commandSricharan R1-0/+83
2017-08-29rpmsg: glink: Make RX FIFO peak accessor to take an offsetBjorn Andersson1-8/+7
2017-08-29rpmsg: glink: Use the local intents when receiving dataSricharan R1-25/+50
2017-08-29rpmsg: glink: Add support for TX intentsSricharan R1-1/+166
2017-08-29rpmsg: glink: Fix idr_lock from mutex to spinlockSricharan R1-20/+42
2017-08-29rpmsg: glink: Add support for transport version negotiationSricharan R1-5/+70
2017-08-29rpmsg: glink: Introduce glink smem based transportBjorn Andersson1-0/+5
2017-08-29rpmsg: glink: Do a mbox_free_channel in removeSricharan R1-0/+1