summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg
AgeCommit message (Expand)AuthorLines
2017-10-10rpmsg: glink: Fix memory leak in qcom_glink_alloc_intent()Dan Carpenter-3/+8
2017-10-10rpmsg: glink: Unlock on error in qcom_glink_request_intent()Dan Carpenter-1/+2
2017-09-04rpmsg: glink: initialize ret to zero to ensure error status check is correctColin Ian King-3/+1
2017-09-04rpmsg: glink: fix null pointer dereference on a null intentColin Ian King-1/+1
2017-08-31rpmsg: glink: Export symbols from common codeBjorn Andersson-0/+3
2017-08-30rpmsg: glink: Release idr lock before returning on errorBjorn Andersson-1/+1
2017-08-29rpmsg: glink: Handle remote rx done commandSricharan R-0/+42
2017-08-29rpmsg: glink: Request for intents when unavailableSricharan R-2/+74
2017-08-29rpmsg: glink: Use the intents passed by remoteSricharan R-2/+33
2017-08-29rpmsg: glink: Receive and store the remote intent buffersSricharan R-1/+70
2017-08-29rpmsg: glink: Add announce_create ops and preallocate intentsSricharan R-0/+21
2017-08-29rpmsg: glink: Add rx done commandSricharan R-0/+83
2017-08-29rpmsg: glink: Make RX FIFO peak accessor to take an offsetBjorn Andersson-11/+16
2017-08-29rpmsg: glink: Use the local intents when receiving dataSricharan R-25/+50
2017-08-29rpmsg: glink: Add support for TX intentsSricharan R-5/+173
2017-08-29rpmsg: glink: Fix idr_lock from mutex to spinlockSricharan R-20/+42
2017-08-29rpmsg: glink: Add support for transport version negotiationSricharan R-6/+79
2017-08-29rpmsg: glink: Introduce glink smem based transportBjorn Andersson-0/+328
2017-08-29rpmsg: glink: Do a mbox_free_channel in removeSricharan R-0/+1
2017-08-29rpmsg: glink: Return -EAGAIN when there is no FIFO spaceSricharan R-1/+1
2017-08-29rpmsg: glink: Allow unaligned data accessBjorn Andersson-7/+21
2017-08-29rpmsg: glink: Move the common glink protocol implementation to glink_native.cBjorn Andersson-993/+1064
2017-08-29rpmsg: glink: Split rpm_probe to reuse the common codeBjorn Andersson-36/+49
2017-08-29rpmsg: glink: Associate indirections for pipe fifo accessor'sBjorn Andersson-38/+106
2017-08-29rpmsg: glink: Rename glink_rpm_xx functions to qcom_glink_xxBjorn Andersson-120/+128
2017-08-24rpmsg: virtio_rpmsg_bus: fix sg_set_buf() when addr is not a valid kernel add...Loic Pallardy-3/+25
2017-08-24rpmsg: virtio_rpmsg: set rpmsg_buf_size customizableLoic Pallardy-9/+13
2017-07-26rpmsg: virtio_rpmsg_bus: fix export of rpmsg_send_offchannel_raw()Suman Anna-1/+0
2017-07-26rpmsg: qcom_smd: add of_node node to edge deviceSrinivas Kandagatla-0/+1
2017-07-06Merge tag 'rpmsg-v4.13' of git://github.com/andersson/remoteprocLinus Torvalds-17/+1279
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+1
2017-06-28rpmsg: Make modalias work for DeviceTree based devicesBjorn Andersson-0/+10
2017-06-27rpmsg: Drop VIRTUALIZATION dependency from RPMSG_VIRTIOSuman Anna-1/+0
2017-06-26rpmsg: Don't overwrite release op of rpdevBjorn Andersson-8/+0
2017-06-25rpmsg: virtio_rpmsg_bus: cleanup multiple assignment to opsHenri Roosen-3/+0
2017-06-25rpmsg: virtio_rpmsg_bus: fix nameservice addressHenri Roosen-1/+1
2017-06-25rpmsg: cleanup incorrect function in dev_err messageHenri Roosen-2/+2
2017-06-25rpmsg: virtio_rpmsg_bus: fix announce for devices without endpointHenri Roosen-2/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-1/+1
2017-06-09rpmsg: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman-10/+13
2017-05-30rpmsg: Introduce Qualcomm RPM glink driverBjorn Andersson-0/+1244
2017-05-17rpmsg: Release rpmsg devices in backendsBjorn Andersson-0/+20
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+1
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin-1/+1
2017-03-28soc: qcom: smd: Remove standalone driverBjorn Andersson-1/+0
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig-1/+1
2017-02-13rpmsg: rpmsg_create_ept() returns NULL on errorBjorn Andersson-1/+1
2017-01-30rpmsg: unlock on error in rpmsg_eptdev_read()Dan Carpenter-2/+1
2017-01-18rpmsg: char: add CONFIG_NET dependencyArnd Bergmann-0/+1