aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/qcom_glink_native.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-18rpmsg: glink: Avoid dereferencing NULL channelBjorn Andersson1-1/+3
2023-07-15rpmsg: glink: Add check for kstrdupJiasheng Jiang1-0/+4
2023-07-15rpmsg: glink: Add support to handle signals commandChris Lew1-0/+55
2023-04-19rpmsg: glink: Consolidate TX_DATA and TX_DATA_CONTBjorn Andersson1-33/+13
2023-04-19rpmsg: glink: Propagate TX failures in intentless mode as wellBjorn Andersson1-4/+6
2023-04-19rpmsg: glink: Wait for intent, not just request ackBjorn Andersson1-3/+15
2023-04-19rpmsg: glink: Transition intent request signaling to wait queueBjorn Andersson1-9/+12
2023-02-15rpmsg: glink: Release driver_overrideBjorn Andersson1-0/+2
2023-02-14rpmsg: glink: Avoid infinite loop on intent for missing channelBjorn Andersson1-0/+1
2023-02-14rpmsg: glink: Fix GLINK command prefixBjorn Andersson1-49/+49
2023-02-14rpmsg: glink: Fix spelling of peekBjorn Andersson1-7/+7
2023-02-14rpmsg: glink: Cancel pending intent requests at removalBjorn Andersson1-0/+12
2023-02-14rpmsg: glink: Fail qcom_glink_tx() once remove has been initiatedBjorn Andersson1-0/+20
2023-02-14rpmsg: glink: Move irq and mbox handling to transportsBjorn Andersson1-45/+3
2023-02-14rpmsg: glink: Extract tx kick operationBjorn Andersson1-8/+9
2022-07-16rpmsg: convert sysfs snprintf to sysfs_emitXuezhi Zhang1-1/+1
2022-07-16rpmsg: qcom: glink: remove unused nameKrzysztof Kozlowski1-6/+0
2022-07-16rpmsg: qcom: glink: replace strncpy() with strscpy_pad()Krzysztof Kozlowski1-1/+1
2022-03-13rpmsg: Update rpmsg_chrdev_register_device functionArnaud Pouliquen1-1/+1
2022-03-11rpmsg: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)1-1/+1
2021-11-18rpmsg: Fix documentation return formattingArnaud Pouliquen1-1/+1
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/ande...Linus 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
2017-08-29rpmsg: glink: Return -EAGAIN when there is no FIFO spaceSricharan R1-1/+1
2017-08-29rpmsg: glink: Allow unaligned data accessBjorn Andersson1-6/+0
2017-08-29rpmsg: glink: Move the common glink protocol implementation to glink_native.cBjorn Andersson1-0/+1017