Age | Commit message (Expand) | Author | Files | Lines |
2020-04-24 | rpmsg: glink: smem: Ensure ordering during tx | Bjorn Andersson | 1 | -0/+3 |
2020-04-24 | rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel() | Wei Yongjun | 1 | -0/+1 |
2020-04-24 | rpmsg: glink: use put_device() if device_register fail | Arvind Yadav | 1 | -1/+2 |
2020-04-13 | rpmsg: glink: smem: Support rx peak for size less than 4 bytes | Arun Kumar Neelakantam | 1 | -8/+4 |
2020-04-13 | rpmsg: glink: Remove chunk size word align warning | Chris Lew | 1 | -3/+0 |
2019-12-21 | rpmsg: glink: Free pending deferred work on remove | Bjorn Andersson | 1 | -1/+13 |
2019-12-21 | rpmsg: glink: Don't send pending rx_done during remove | Bjorn Andersson | 1 | -3/+12 |
2019-12-21 | rpmsg: glink: Fix rpmsg_register_device err handling | Chris Lew | 1 | -3/+1 |
2019-12-21 | rpmsg: glink: Put an extra reference during cleanup | Chris Lew | 1 | -0/+4 |
2019-12-21 | rpmsg: glink: Fix use after free in open_ack TIMEOUT case | Arun Kumar Neelakantam | 1 | -4/+3 |
2019-12-21 | rpmsg: glink: Fix reuse intents memory leak issue | Arun Kumar Neelakantam | 1 | -0/+9 |
2019-12-21 | rpmsg: glink: Set tail pointer to 0 at end of FIFO | Chris Lew | 1 | -1/+1 |
2018-11-13 | rpmsg: smd: fix memory leak on channel create | Colin Ian King | 1 | -2/+5 |
2018-09-29 | Revert "rpmsg: core: add support to power domains for devices" | Greg Kroah-Hartman | 1 | -7/+0 |
2018-09-19 | rpmsg: core: add support to power domains for devices | Srinivas Kandagatla | 1 | -0/+7 |
2018-07-03 | rpmsg: smd: do not use mananged resources for endpoints and channels | Srinivas Kandagatla | 1 | -9/+9 |
2018-06-20 | rpmsg: added MODULE_ALIAS for rpmsg_char | Ramon Fried | 1 | -0/+2 |
2017-12-20 | rpmsg: glink: Initialize the "intent_req_comp" completion variable | Arun Kumar Neelakantam | 1 | -0/+1 |
2017-11-21 | rpmsg: glink: Add missing MODULE_LICENSE | Bjorn Andersson | 1 | -0/+3 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-10 | rpmsg: glink: Fix memory leak in qcom_glink_alloc_intent() | Dan Carpenter | 1 | -3/+8 |
2017-10-10 | rpmsg: glink: Unlock on error in qcom_glink_request_intent() | Dan Carpenter | 1 | -1/+2 |
2017-09-04 | rpmsg: glink: initialize ret to zero to ensure error status check is correct | Colin Ian King | 1 | -3/+1 |
2017-09-04 | rpmsg: glink: fix null pointer dereference on a null intent | Colin Ian King | 1 | -1/+1 |
2017-09-01 | rpmsg: glink: Export symbols from common code | Bjorn Andersson | 1 | -0/+3 |
2017-08-31 | rpmsg: glink: Release idr lock before returning on error | Bjorn Andersson | 1 | -1/+1 |
2017-08-30 | rpmsg: glink: Handle remote rx done command | Sricharan R | 1 | -0/+42 |
2017-08-30 | rpmsg: glink: Request for intents when unavailable | Sricharan R | 1 | -2/+74 |
2017-08-30 | rpmsg: glink: Use the intents passed by remote | Sricharan R | 1 | -2/+33 |
2017-08-30 | rpmsg: glink: Receive and store the remote intent buffers | Sricharan R | 1 | -1/+70 |
2017-08-30 | rpmsg: glink: Add announce_create ops and preallocate intents | Sricharan R | 1 | -0/+21 |
2017-08-30 | rpmsg: glink: Add rx done command | Sricharan R | 1 | -0/+83 |
2017-08-30 | rpmsg: glink: Make RX FIFO peak accessor to take an offset | Bjorn Andersson | 4 | -11/+16 |
2017-08-30 | rpmsg: glink: Use the local intents when receiving data | Sricharan R | 1 | -25/+50 |
2017-08-30 | rpmsg: glink: Add support for TX intents | Sricharan R | 4 | -5/+173 |
2017-08-30 | rpmsg: glink: Fix idr_lock from mutex to spinlock | Sricharan R | 1 | -20/+42 |
2017-08-30 | rpmsg: glink: Add support for transport version negotiation | Sricharan R | 4 | -6/+79 |
2017-08-30 | rpmsg: glink: Introduce glink smem based transport | Bjorn Andersson | 5 | -0/+328 |
2017-08-30 | rpmsg: glink: Do a mbox_free_channel in remove | Sricharan R | 1 | -0/+1 |
2017-08-30 | rpmsg: glink: Return -EAGAIN when there is no FIFO space | Sricharan R | 1 | -1/+1 |
2017-08-30 | rpmsg: glink: Allow unaligned data access | Bjorn Andersson | 2 | -7/+21 |
2017-08-30 | rpmsg: glink: Move the common glink protocol implementation to glink_native.c | Bjorn Andersson | 5 | -993/+1064 |
2017-08-30 | rpmsg: glink: Split rpm_probe to reuse the common code | Bjorn Andersson | 1 | -36/+49 |
2017-08-30 | rpmsg: glink: Associate indirections for pipe fifo accessor's | Bjorn Andersson | 1 | -38/+106 |
2017-08-30 | rpmsg: glink: Rename glink_rpm_xx functions to qcom_glink_xx | Bjorn Andersson | 1 | -120/+128 |
2017-08-25 | rpmsg: virtio_rpmsg_bus: fix sg_set_buf() when addr is not a valid kernel add... | Loic Pallardy | 1 | -3/+25 |
2017-08-25 | rpmsg: virtio_rpmsg: set rpmsg_buf_size customizable | Loic Pallardy | 1 | -9/+13 |
2017-07-26 | rpmsg: virtio_rpmsg_bus: fix export of rpmsg_send_offchannel_raw() | Suman Anna | 1 | -1/+0 |
2017-07-26 | rpmsg: qcom_smd: add of_node node to edge device | Srinivas Kandagatla | 1 | -0/+1 |
2017-07-07 | Merge tag 'rpmsg-v4.13' of git://github.com/andersson/remoteproc | Linus Torvalds | 7 | -17/+1279 |