summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/qcom_glink_native.c
Commit message (Expand)AuthorAgeFilesLines
* rpmsg: glink: Consolidate TX_DATA and TX_DATA_CONTBjorn Andersson2023-04-191-33/+13
* rpmsg: glink: Propagate TX failures in intentless mode as wellBjorn Andersson2023-04-191-4/+6
* rpmsg: glink: Wait for intent, not just request ackBjorn Andersson2023-04-191-3/+15
* rpmsg: glink: Transition intent request signaling to wait queueBjorn Andersson2023-04-191-9/+12
* rpmsg: glink: Release driver_overrideBjorn Andersson2023-02-151-0/+2
* rpmsg: glink: Avoid infinite loop on intent for missing channelBjorn Andersson2023-02-141-0/+1
* rpmsg: glink: Fix GLINK command prefixBjorn Andersson2023-02-141-49/+49
* rpmsg: glink: Fix spelling of peekBjorn Andersson2023-02-141-7/+7
* rpmsg: glink: Cancel pending intent requests at removalBjorn Andersson2023-02-141-0/+12
* rpmsg: glink: Fail qcom_glink_tx() once remove has been initiatedBjorn Andersson2023-02-141-0/+20
* rpmsg: glink: Move irq and mbox handling to transportsBjorn Andersson2023-02-141-45/+3
* rpmsg: glink: Extract tx kick operationBjorn Andersson2023-02-141-8/+9
* rpmsg: convert sysfs snprintf to sysfs_emitXuezhi Zhang2022-07-161-1/+1
* rpmsg: qcom: glink: remove unused nameKrzysztof Kozlowski2022-07-161-6/+0
* rpmsg: qcom: glink: replace strncpy() with strscpy_pad()Krzysztof Kozlowski2022-07-161-1/+1
* rpmsg: Update rpmsg_chrdev_register_device functionArnaud Pouliquen2022-03-131-1/+1
* rpmsg: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)2022-03-111-1/+1
* rpmsg: Fix documentation return formattingArnaud Pouliquen2021-11-181-1/+1
* rpmsg: glink: Send READ_NOTIFY command in FIFO full caseArun Kumar Neelakantam2021-10-151-1/+35
* rpmsg: glink: Remove channel decouple from rpdev releaseChris Lew2021-10-151-2/+0
* rpmsg: glink: Remove the rpmsg dev in close_ackArun Kumar Neelakantam2021-10-151-0/+12
* rpmsg: glink: Add TX_DATA_CONT command while sendingArun Kumar Neelakantam2021-10-151-4/+34
* rpmsg: glink: Replace strncpy() with strscpy_pad()Kees Cook2021-09-131-1/+1
* 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