summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* rpmsg: glink: Fix memory leak in qcom_glink_alloc_intent()Dan Carpenter2017-10-101-3/+8
* rpmsg: glink: Unlock on error in qcom_glink_request_intent()Dan Carpenter2017-10-101-1/+2
* rpmsg: glink: initialize ret to zero to ensure error status check is correctColin Ian King2017-09-041-3/+1
* rpmsg: glink: fix null pointer dereference on a null intentColin Ian King2017-09-041-1/+1
* rpmsg: glink: Export symbols from common codeBjorn Andersson2017-08-311-0/+3
* rpmsg: glink: Release idr lock before returning on errorBjorn Andersson2017-08-301-1/+1
* rpmsg: glink: Handle remote rx done commandSricharan R2017-08-291-0/+42
* rpmsg: glink: Request for intents when unavailableSricharan R2017-08-291-2/+74
* rpmsg: glink: Use the intents passed by remoteSricharan R2017-08-291-2/+33
* rpmsg: glink: Receive and store the remote intent buffersSricharan R2017-08-291-1/+70
* rpmsg: glink: Add announce_create ops and preallocate intentsSricharan R2017-08-291-0/+21
* rpmsg: glink: Add rx done commandSricharan R2017-08-291-0/+83
* rpmsg: glink: Make RX FIFO peak accessor to take an offsetBjorn Andersson2017-08-294-11/+16
* rpmsg: glink: Use the local intents when receiving dataSricharan R2017-08-291-25/+50
* rpmsg: glink: Add support for TX intentsSricharan R2017-08-294-5/+173
* rpmsg: glink: Fix idr_lock from mutex to spinlockSricharan R2017-08-291-20/+42
* rpmsg: glink: Add support for transport version negotiationSricharan R2017-08-294-6/+79
* rpmsg: glink: Introduce glink smem based transportBjorn Andersson2017-08-295-0/+328
* rpmsg: glink: Do a mbox_free_channel in removeSricharan R2017-08-291-0/+1
* rpmsg: glink: Return -EAGAIN when there is no FIFO spaceSricharan R2017-08-291-1/+1
* rpmsg: glink: Allow unaligned data accessBjorn Andersson2017-08-292-7/+21
* rpmsg: glink: Move the common glink protocol implementation to glink_native.cBjorn Andersson2017-08-295-993/+1064
* rpmsg: glink: Split rpm_probe to reuse the common codeBjorn Andersson2017-08-291-36/+49
* rpmsg: glink: Associate indirections for pipe fifo accessor'sBjorn Andersson2017-08-291-38/+106
* rpmsg: glink: Rename glink_rpm_xx functions to qcom_glink_xxBjorn Andersson2017-08-291-120/+128
* rpmsg: virtio_rpmsg_bus: fix sg_set_buf() when addr is not a valid kernel add...Loic Pallardy2017-08-241-3/+25
* rpmsg: virtio_rpmsg: set rpmsg_buf_size customizableLoic Pallardy2017-08-241-9/+13
* rpmsg: virtio_rpmsg_bus: fix export of rpmsg_send_offchannel_raw()Suman Anna2017-07-261-1/+0
* rpmsg: qcom_smd: add of_node node to edge deviceSrinivas Kandagatla2017-07-261-0/+1
* Merge tag 'rpmsg-v4.13' of git://github.com/andersson/remoteprocLinus Torvalds2017-07-067-17/+1279
|\
| * rpmsg: Make modalias work for DeviceTree based devicesBjorn Andersson2017-06-281-0/+10
| * rpmsg: Drop VIRTUALIZATION dependency from RPMSG_VIRTIOSuman Anna2017-06-271-1/+0
| * rpmsg: Don't overwrite release op of rpdevBjorn Andersson2017-06-261-8/+0
| * rpmsg: virtio_rpmsg_bus: cleanup multiple assignment to opsHenri Roosen2017-06-251-3/+0
| * rpmsg: virtio_rpmsg_bus: fix nameservice addressHenri Roosen2017-06-251-1/+1
| * rpmsg: cleanup incorrect function in dev_err messageHenri Roosen2017-06-251-2/+2
| * rpmsg: virtio_rpmsg_bus: fix announce for devices without endpointHenri Roosen2017-06-251-2/+2
| * rpmsg: Introduce Qualcomm RPM glink driverBjorn Andersson2017-05-303-0/+1244
| * rpmsg: Release rpmsg devices in backendsBjorn Andersson2017-05-172-0/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-1/+1
|\ \
| * | networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
| |/
* | rpmsg: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-091-10/+13
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-05-101-1/+1
|\
| * virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-1/+1
* | soc: qcom: smd: Remove standalone driverBjorn Andersson2017-03-281-1/+0
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-021-1/+1
|\
| * virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+1
* | rpmsg: rpmsg_create_ept() returns NULL on errorBjorn Andersson2017-02-131-1/+1
* | rpmsg: unlock on error in rpmsg_eptdev_read()Dan Carpenter2017-01-301-2/+1
OpenPOWER on IntegriCloud