summaryrefslogtreecommitdiff
path: root/drivers/rpmsg/qcom_glink_native.c
AgeCommit message (Expand)Author
2021-10-15rpmsg: glink: Send READ_NOTIFY command in FIFO full caseArun Kumar Neelakantam
2021-10-15rpmsg: glink: Remove channel decouple from rpdev releaseChris Lew
2021-10-15rpmsg: glink: Remove the rpmsg dev in close_ackArun Kumar Neelakantam
2021-10-15rpmsg: glink: Add TX_DATA_CONT command while sendingArun Kumar Neelakantam
2021-09-13rpmsg: glink: Replace strncpy() with strscpy_pad()Kees Cook
2021-04-09rpmsg: qcom_glink_native: fix error return code of qcom_glink_rx_data()Jia-Ju Bai
2021-03-17rpmsg: char: Use rpmsg_sendto to specify the message destination addressArnaud Pouliquen
2020-10-22Merge tag 'rpmsg-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds
2020-09-15rpmsg: glink: Expose rpmsg name attr for glinkChris Lew
2020-09-15rpmsg: glink: Add support for rpmsg glink chrdevDeepak Kumar Singh
2020-09-15rpmsg: glink: Use complete_all for open statesChris Lew
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-10-17rpmsg: glink: Free pending deferred work on removeBjorn Andersson
2019-10-17rpmsg: glink: Don't send pending rx_done during removeBjorn Andersson
2019-10-16rpmsg: glink: Fix rpmsg_register_device err handlingChris Lew
2019-10-16rpmsg: glink: Put an extra reference during cleanupChris Lew
2019-10-16rpmsg: glink: Fix use after free in open_ack TIMEOUT caseArun Kumar Neelakantam
2019-10-16rpmsg: glink: Fix reuse intents memory leak issueArun Kumar Neelakantam
2019-08-29rpmsg: glink: Use struct_size() helperGustavo A. R. Silva
2018-09-01rpmsg: glink: Remove chunk size word align warningChris Lew
2018-07-30rpmsg: glink: Store edge name for glink deviceChris Lew
2018-07-30rpmsg: glink: Fix various kerneldoc warnings.Srinivas Kandagatla
2018-07-30rpmsg: glink: correctly annotate intent membersSrinivas Kandagatla
2018-06-03rpmsg: glink: Switch to SPDX license identifierSuman Anna
2018-03-20rpmsg: glink: Use spinlock in tx pathBjorn Andersson
2018-01-02rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel()Wei Yongjun
2017-11-15rpmsg: glink: The mbox client knows_txdoneBjorn Andersson
2017-11-14rpmsg: glink: Add missing MODULE_LICENSEBjorn Andersson
2017-10-30rpmsg: glink: Use best fit intent during txChris Lew
2017-10-30rpmsg: glink: Add support to preallocate intentsChris Lew
2017-10-30rpmsg: glink: Initialize the "intent_req_comp" completion variableArun Kumar Neelakantam
2017-10-10rpmsg: glink: Fix memory leak in qcom_glink_alloc_intent()Dan Carpenter
2017-10-10rpmsg: glink: Unlock on error in qcom_glink_request_intent()Dan Carpenter
2017-09-04rpmsg: glink: initialize ret to zero to ensure error status check is correctColin Ian King
2017-09-04rpmsg: glink: fix null pointer dereference on a null intentColin Ian King
2017-08-31rpmsg: glink: Export symbols from common codeBjorn Andersson
2017-08-30rpmsg: glink: Release idr lock before returning on errorBjorn Andersson
2017-08-29rpmsg: glink: Handle remote rx done commandSricharan R
2017-08-29rpmsg: glink: Request for intents when unavailableSricharan R
2017-08-29rpmsg: glink: Use the intents passed by remoteSricharan R
2017-08-29rpmsg: glink: Receive and store the remote intent buffersSricharan R
2017-08-29rpmsg: glink: Add announce_create ops and preallocate intentsSricharan R
2017-08-29rpmsg: glink: Add rx done commandSricharan R
2017-08-29rpmsg: glink: Make RX FIFO peak accessor to take an offsetBjorn Andersson
2017-08-29rpmsg: glink: Use the local intents when receiving dataSricharan R
2017-08-29rpmsg: glink: Add support for TX intentsSricharan R
2017-08-29rpmsg: glink: Fix idr_lock from mutex to spinlockSricharan R
2017-08-29rpmsg: glink: Add support for transport version negotiationSricharan R
2017-08-29rpmsg: glink: Introduce glink smem based transportBjorn Andersson
2017-08-29rpmsg: glink: Do a mbox_free_channel in removeSricharan R