aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg
AgeCommit message (Expand)Author
2021-05-22rpmsg: qcom_glink_native: fix error return code of qcom_glink_rx_data()Jia-Ju Bai
2020-04-24rpmsg: glink: smem: Ensure ordering during txBjorn Andersson
2020-04-24rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel()Wei Yongjun
2020-04-24rpmsg: glink: use put_device() if device_register failArvind Yadav
2020-04-13rpmsg: glink: smem: Support rx peak for size less than 4 bytesArun Kumar Neelakantam
2020-04-13rpmsg: glink: Remove chunk size word align warningChris Lew
2019-12-21rpmsg: glink: Free pending deferred work on removeBjorn Andersson
2019-12-21rpmsg: glink: Don't send pending rx_done during removeBjorn Andersson
2019-12-21rpmsg: glink: Fix rpmsg_register_device err handlingChris Lew
2019-12-21rpmsg: glink: Put an extra reference during cleanupChris Lew
2019-12-21rpmsg: glink: Fix use after free in open_ack TIMEOUT caseArun Kumar Neelakantam
2019-12-21rpmsg: glink: Fix reuse intents memory leak issueArun Kumar Neelakantam
2019-12-21rpmsg: glink: Set tail pointer to 0 at end of FIFOChris Lew
2018-11-13rpmsg: smd: fix memory leak on channel createColin Ian King
2018-09-29Revert "rpmsg: core: add support to power domains for devices"Greg Kroah-Hartman
2018-09-19rpmsg: core: add support to power domains for devicesSrinivas Kandagatla
2018-07-03rpmsg: smd: do not use mananged resources for endpoints and channelsSrinivas Kandagatla
2018-06-21rpmsg: added MODULE_ALIAS for rpmsg_charRamon Fried
2017-12-20rpmsg: glink: Initialize the "intent_req_comp" completion variableArun Kumar Neelakantam
2017-11-21rpmsg: glink: Add missing MODULE_LICENSEBjorn Andersson
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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
2017-08-29rpmsg: glink: Return -EAGAIN when there is no FIFO spaceSricharan R
2017-08-29rpmsg: glink: Allow unaligned data accessBjorn Andersson
2017-08-29rpmsg: glink: Move the common glink protocol implementation to glink_native.cBjorn Andersson
2017-08-29rpmsg: glink: Split rpm_probe to reuse the common codeBjorn Andersson
2017-08-29rpmsg: glink: Associate indirections for pipe fifo accessor'sBjorn Andersson
2017-08-29rpmsg: glink: Rename glink_rpm_xx functions to qcom_glink_xxBjorn Andersson
2017-08-24rpmsg: virtio_rpmsg_bus: fix sg_set_buf() when addr is not a valid kernel add...Loic Pallardy
2017-08-24rpmsg: virtio_rpmsg: set rpmsg_buf_size customizableLoic Pallardy
2017-07-26rpmsg: virtio_rpmsg_bus: fix export of rpmsg_send_offchannel_raw()Suman Anna
2017-07-26rpmsg: qcom_smd: add of_node node to edge deviceSrinivas Kandagatla